add RtmAPI-0.7.2
This commit is contained in:
parent
89421d27eb
commit
c16e9d0712
@ -1,5 +1,6 @@
|
||||
2019-11-22 (reverse added today)
|
||||
*
|
||||
* add RtmAPI-0.7.2
|
||||
* add rjpl-0.3.5
|
||||
* fix pylaunches/Manifest
|
||||
* add pyrecswitch-1.0.2
|
||||
|
3
dev-python/RtmAPI/Manifest
Normal file
3
dev-python/RtmAPI/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST RtmAPI-0.7.2.tar.gz 4088 BLAKE2B ca71115b866c6a6fff7887d199d92c55ce7bd1b319f2caedc92c3f7da90edcc111cedde1642c6493e2faca84f20b17fcfaa492ac67a1d56b9dc896b3eafc21b6 SHA512 e56b78484133664b0d101fd5023b0271ca5cee31febf5d8fc5ccdd43a592d3cbf5d0383b9d6e6b384b367f2e827c5842a0eaffd2b85093d4a017e0ceb0e891ae
|
||||
EBUILD RtmAPI-0.7.2.ebuild 708 BLAKE2B 898eb7c4af1a9e76201ae2874c05c435114250946f7438798de158a905692327a28a221bbd633945a2ce45b5e2c4e688c11e190a530f83e76ad2904f6a4a71f5 SHA512 8d658eff6e3070473a8b67ef16b50cf4ef499a21771d57ff37fc4f7843a87c83b9ecb42089024065019e54c54a189581fb14ffa3bdbdf9eef54089f8a37960c9
|
||||
MISC metadata.xml 469 BLAKE2B 25e2491309b1d37ffc7656f077b04d41cd2643e66c831915361e85b72f069eadd7cb3158bbc4e1f994081c36719e454b778da0b7e9eead0634edbb3aa5faa237 SHA512 4d75b3ef7e2ab9d58d286cdb57c1407b535ffd9f9d7286016feaeeba017a50e4458164b6a82954c4d04fcecdf786ad219f19eee82f8cec43902e9a4883047c93
|
30
dev-python/RtmAPI/RtmAPI-0.7.2.ebuild
Normal file
30
dev-python/RtmAPI/RtmAPI-0.7.2.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="API package for rememberthemilk.com"
|
||||
HOMEPAGE="https://bitbucket.org/rtmapi/rtmapi https://pypi.org/project/RtmAPI/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=">=dev-python/httplib2-0.6.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
16
dev-python/RtmAPI/metadata.xml
Normal file
16
dev-python/RtmAPI/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">RtmAPI</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mail@michaelgruenewald.eu</email>
|
||||
<name>Michael Gruenewald</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user