add RachioPy-0.1.3
This commit is contained in:
3
dev-python/RachioPy/Manifest
Normal file
3
dev-python/RachioPy/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST RachioPy-0.1.3.tar.gz 3588 BLAKE2B 3cee1e8531405378933f83731f942e7e8f503f41f6f5df22797955e8c68e532df5c5bb05ea014021ff818c77c452ba3777c8775f3c83942d078ed8a2f2c9f532 SHA512 7d5983f555359e76741934a72e613f1bbadd2f51ca19d8c84bd31b4b2d15d7888e3babd741a285a102fdf981c44fb7c46b7bfad45b634b0e4e4fea4bd27649f3
|
||||
EBUILD RachioPy-0.1.3.ebuild 707 BLAKE2B 4bca9d5be8eddac8b25f825b92d520a365e4f68161f47b28e52ad1312cf77cb6d24b8aae8368b03127bc5cd10fb603cf339407e2a72d87e0b26407095ca517a7 SHA512 2dcf7b81b1e4ef03082eadb61678cd883728e8e8d7a4fb3c6c14c7caba1c3ed0dde977163af3a8b00debbd8195f6bb7d3183295659705517a7d4b5a239f6fbe8
|
||||
MISC metadata.xml 469 BLAKE2B 7b7aff3ac8d86ae23f115ef061de12e57dd0c51ff3b6a1a57ad6b7cece52bd0817ee1a3f2c8e352b468f6405d4e32ec7f09548cf0d0800d1b8901147dad6035c SHA512 0edcb22196518c665f08298001db86fe098c4b35c01127f63ecbc654c03200f087282fb0cfaf68826e711e0260d2392ca2795464282c828bb5d57712ccbfdbac
|
||||
30
dev-python/RachioPy/RachioPy-0.1.3.ebuild
Normal file
30
dev-python/RachioPy/RachioPy-0.1.3.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="A Python module for the Rachio API."
|
||||
HOMEPAGE="https://github.com/rfverbruggen/rachiopy https://pypi.org/project/RachioPy/"
|
||||
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[${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/RachioPy/metadata.xml
Normal file
16
dev-python/RachioPy/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">RachioPy</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rfverbruggen@icloud.com</email>
|
||||
<name>Robbert Verbruggen</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user