add py17track
This commit is contained in:
parent
af6ccdaad5
commit
482e957dbf
3
dev-python/py17track/Manifest
Normal file
3
dev-python/py17track/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST py17track-2.2.2.tar.gz 9365 BLAKE2B 8ebc6f1ce8230129d216b60a4dc95394d4b7bd9c952a747d8429f29998df13b2279274bed01a08fe7e4a42cb3b727dc2f96b80a47d4bb36e0797ee1fc6023e0a SHA512 3c1017ad7a9d564757fe57d21cbcd545350776b754adccce06950fdfe9b3df9640d0c325cc9a20e8e4c35ab46e2012dd62ef164e0a40aeb0e2e643aeb718d000
|
||||
EBUILD py17track-2.2.2.ebuild 706 BLAKE2B 0c83be9fb349e6844579e591ba556f6563bde821ae09e1bb9ad748f4cdfb34caa0785e32434ad9086adb4c2e9e14e80b41956ccee4a1c4fcb063de556dd2b531 SHA512 641b011ccb7d16ab860d4cb8e24fa56f67e12ae5aab94b6ef8f6ef2526a0378cf965ba0c0542e3f9f4d8da6fdeb5659e985555fc63414210a69425c8429edd82
|
||||
MISC metadata.xml 335 BLAKE2B 8e8192a517d05b48025a861b4170614945239e3a762dbb67d91c7c5baaf469e3785da2081262d4cc7a36681b5adc9bca4c4c74db35daa8639287f45b2fb629c9 SHA512 0173b242410e068ff2ca79ae368bbff2a1dd959c4814ced6495aaa7b2bb0ae4ba693ae782b2195769c5c4438b7f609547ed237f0d51ea2513a749cfa45a0b322
|
12
dev-python/py17track/metadata.xml
Normal file
12
dev-python/py17track/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?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">py17track</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/py17track/py17track-2.2.2.ebuild
Normal file
30
dev-python/py17track/py17track-2.2.2.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 Simple Python API for 17track.net"
|
||||
HOMEPAGE="https://github.com/bachya/py17track https://pypi.org/project/py17track/"
|
||||
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