add pyhiveapi-0.2.19.3
This commit is contained in:
parent
38145c8e4e
commit
72974a48fc
3
dev-python/pyhiveapi/Manifest
Normal file
3
dev-python/pyhiveapi/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pyhiveapi-0.2.19.3.tar.gz 14831 BLAKE2B 7ea157d0f4cd5aa8aa95ebe32006be3f1c4ae4ddd7b3e22cbe698311e2249149980c728b24498fa218a2a34470040e3d0eec0399311ea02116e6f2982e755aeb SHA512 16f45b0e762014bb4095302895307046ad101c84dfaeab3fcb7fee3bc2c07f06c6d63eeaf2513ac0130b7412efae7db7b0720b53e271d9d70f23519a7b25d734
|
||||
EBUILD pyhiveapi-0.2.19.3.ebuild 719 BLAKE2B c6b22da1ac6ca87ece76f6287ceeacb641e566463f09a649882f0a3a924aed6d8a1aeb014836334789631954a96464f49619c1ad68feba492a702313a8472833 SHA512 8387c989ea411bc2eba95896b96319f0aa086694deba1b3a3084e9ac5ca31302b9267c48da1fa9954544044712d072e5092cac8b2e14517faa03ee567b6c87ae
|
||||
MISC metadata.xml 455 BLAKE2B 744e83ce0d1063454213b02774f15b87c84bfaf9650359e4f83fd8c9c361cef772f19530e4448b43844054dba0872ed2ed97e6e160aab4fbb79fcaa3af9777b9 SHA512 581bcb5c729ad7dbbbf530f7df246b469fa2a1d8d46c3ba8d7adac3a1aa496b52d095490abda88c927aa1fc12c8de796cca349db9db63fac45be9027b07b5749
|
||||
16
dev-python/pyhiveapi/metadata.xml
Normal file
16
dev-python/pyhiveapi/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">pyhiveapi</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>rendili@outlook.com</email>
|
||||
<name>Rendili</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
30
dev-python/pyhiveapi/pyhiveapi-0.2.19.3.ebuild
Normal file
30
dev-python/pyhiveapi/pyhiveapi-0.2.19.3.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A Python library to interface with the Hive API"
|
||||
HOMEPAGE="https://github.com/Rendili/pyhiveapi https://pypi.org/project/pyhiveapi/"
|
||||
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=""
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user