add TravisPy-0.3.5
This commit is contained in:
parent
b7010a62aa
commit
2b90e4540a
@ -1,5 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add PyTransportNSW-0.1.1
|
||||
* add PyTransportNSW-0.1.1, TravisPy-0.3.5
|
||||
* add pytrackr-0.0.5, pytrafikverket-0.1.5.9
|
||||
* add tp-connected-0.0.4, Js2Py-0.66, pyjsparser-2.7.1
|
||||
* add VL53L1X2-0.1.5 and smbus2-0.3.0
|
||||
|
||||
3
dev-python/TravisPy/Manifest
Normal file
3
dev-python/TravisPy/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST TravisPy-0.3.5.tar.gz 27180 BLAKE2B 488a4839da3f6a50d748bd57121715bc89e11e3e001716aac261e431e2bbc58af1c945534fbfc0d243e2fdad9518e3e64362bdd3498ff901e0b40af92df8b615 SHA512 16bbd0f2eb782c296403f5841411e74405fa4faf6f28e11e7c7ce19536d2cfd4a89637c57c9445c3a6e64c11a5557e6390d25ca571940fdcde3ecf344b315ad5
|
||||
EBUILD TravisPy-0.3.5.ebuild 696 BLAKE2B 07bda2fa838b329898fff778e7ad07f1f765d8807bf2f6ddbaf9bb251f38edb1633a84c1e5d973cf61079ede31b823153de8ae93b04ff128c60702a46f8024b8 SHA512 bf141569d132002a5801bc13824c11da69d53cd1903d593d2347027043b7a79a5f2aa8d76ae616387ed065a2b461980a4db8f4eda207f95cad08a2e32f2aea54
|
||||
MISC metadata.xml 462 BLAKE2B bd8f9aed2256f98bef5c3cf2153e3e450053c2f5a27948848b8dd0e287cda5b40f6624fa69ee381b5daa859f90d52ed66f82a7fee6637ce166e47a1f0c3f4024 SHA512 1a0edd503cedf6c7fb401c47e8453e05074a2aed4b15843d39d1db9a7c942adfadb97206db4f7f85794a1f20109b2a0b2918eafedb7ca89c1e3d897127fe9dac
|
||||
30
dev-python/TravisPy/TravisPy-0.3.5.ebuild
Normal file
30
dev-python/TravisPy/TravisPy-0.3.5.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="Python API for Travis CI."
|
||||
HOMEPAGE="https://github.com/menegazzo/travispy https://pypi.org/project/TravisPy/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/requests[${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/TravisPy/metadata.xml
Normal file
16
dev-python/TravisPy/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">TravisPy</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>menegazzo@gmail.com</email>
|
||||
<name>Fabio Menegazzo</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user