add PyTransportNSW-0.1.1
This commit is contained in:
parent
f6a435d675
commit
b7010a62aa
@ -1,4 +1,5 @@
|
||||
2019-11 23 (reverse added today)
|
||||
* add PyTransportNSW-0.1.1
|
||||
* 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/PyTransportNSW/Manifest
Normal file
3
dev-python/PyTransportNSW/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST PyTransportNSW-0.1.1.tar.gz 3885 BLAKE2B aa05daf7edc0d0a8fe57e2ab911f6c97322ef94605e1f57ecde9fe8faf40476397b6c2d22d9b350be1bd040a5b545cb6e33505deb93e5b186317f65e3f56be2d SHA512 e101dca37ccdc748028a1fc2b9ab035c5f23014c92d5c333e41ca214764bd3a5275365a6a23949d4e5ef3404e39f9446b9ae7382ba9fcc1248b82f1b9096cd29
|
||||
EBUILD PyTransportNSW-0.1.1.ebuild 685 BLAKE2B de64dcb8bdcd784165049fc95109dd961fe966e2f5f377b1c04c8f54b9dd5e8de0ca9a137ae65f04eb27bb222788edf1b8035e73d8360cc84d0396c73e6ccb08 SHA512 d20da7bcd9ba85e6208c889ef5384636bd4a05d2e407424597e4548f6fb240d4dbffd8afd5a92d61b74822e05807a2a341154daee2ae1a5751872cc0f1f4281b
|
||||
MISC metadata.xml 340 BLAKE2B 0fa885bd2a8d6e984d8f59256d45c5f387d270e583da5a80d8dd89134cf77d5ef21982fc448b8ada223746c50d5b521214ce1b998cc5acf0e2a01b0fb5f53ab8 SHA512 dc2c10309c155b2da189a445d056fbf0b401beed44ccb1f94184de00aec345b5228003feb4d37a3fb21849042f479de9b32d1d194925aa0b53c1c58e15f3981d
|
30
dev-python/PyTransportNSW/PyTransportNSW-0.1.1.ebuild
Normal file
30
dev-python/PyTransportNSW/PyTransportNSW-0.1.1.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="Get transport information from TransportNSW"
|
||||
HOMEPAGE="https://github.com/Dav0815/TransportNSW https://pypi.org/project/PyTransportNSW/"
|
||||
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=""
|
||||
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
|
||||
}
|
12
dev-python/PyTransportNSW/metadata.xml
Normal file
12
dev-python/PyTransportNSW/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">PyTransportNSW</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user