diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4dccea5d7..989ac18ee 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,6 @@ 2019-11-22 (reverse added today) * add logi-circle-0.2.2 + * add london-tube-status-0.2 * add liveboxplaytv-2.0.2, wikipedia-1.4.0, pyteleloisirs-3.{5,6} * add pylitejet-0.1.0 * add python-lirc-1.2.3 diff --git a/dev-python/london-tube-status/Manifest b/dev-python/london-tube-status/Manifest new file mode 100644 index 000000000..ae441ac8f --- /dev/null +++ b/dev-python/london-tube-status/Manifest @@ -0,0 +1,3 @@ +DIST london-tube-status-0.2.tar.gz 3153 BLAKE2B 4d173e8287d71c3a4d88f0fa2ed737df7e4b4ea1a20fafe883e5d4866b091261fb5ab727ae5b69a9850707abe073242a0107e579ae0b1af63c45203a69a4e902 SHA512 0f527399a40f3d02d78314a73b069fa167b9a0f6ed728364ec02df7d55655d7b0f3ef31ee197cbfb44d957fae8e02074985af9973cc4ed03e6a14dec325b9b07 +EBUILD london-tube-status-0.2.ebuild 738 BLAKE2B cab45188281ca8e3581df5aec02c3235ca5af53e3ab5fdb3f769421e69a1a0e2146870673d4bcbeb1ad75f8b20698e0b452da8b19a44226daa13dd8b0f134228 SHA512 8784c862a9080974da459f96614bafaabe20f4376e40464954bdd00c216cb89c94677de64db3365e5dc64114eadc75fc405c8b3e2361f0a2a6f004bfdb0bd7a7 +MISC metadata.xml 469 BLAKE2B c8260849adb7f1511c0eb17122e142b6e837c0f56660e41749d9bc4dd4827c5483dd4058c7e0f56ee50b807ef1c426fcc79941ef7d2124ef5c6f762838a5b763 SHA512 f3097d6b2b9eb27ec40cd0fd2e9a29caac9295647ba368b92eb38657fd2ffca626ba4fefe2f1f5f2d82e1e28ec66fcbb9d4d8efe4226f2f01fcc34c23d28420a diff --git a/dev-python/london-tube-status/london-tube-status-0.2.ebuild b/dev-python/london-tube-status/london-tube-status-0.2.ebuild new file mode 100644 index 000000000..ec37463de --- /dev/null +++ b/dev-python/london-tube-status/london-tube-status-0.2.ebuild @@ -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="Parse London tube data into a dictionary" +HOMEPAGE="https://github.com/robmarkcole/London-tube-status https://pypi.org/project/london-tube-status/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +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 +} diff --git a/dev-python/london-tube-status/metadata.xml b/dev-python/london-tube-status/metadata.xml new file mode 100644 index 000000000..ded78191e --- /dev/null +++ b/dev-python/london-tube-status/metadata.xml @@ -0,0 +1,16 @@ + + + + + b@edevau.net + Andreas Billmeier + + python + + london-tube-status + + robmarkcole@gmail.com + Robin Cole + + +