dev-python/pyirishrail: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:56:08 +02:00 committed by Andreas Billmeier
parent c44f3a0fc9
commit 8ad8cc5835
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pyirishrail-0.0.2.tar.gz 3945 BLAKE2B 8527af2883ae4a144e98102723fdec21c4b51efebf1f4e0bed4337154e7b4fca6350dd292d8e57ba0b7fccf8f7cac9460cbcd8ff26b94fe5e02c42a73306487e SHA512 857208ec8b91c9dca72e8434d32995d26a9e776c78548a3dabd07d7441c3be133e8a4fe159bf2915610c9f3bc738523c856f120c912e143741ec193f21d6c81d
EBUILD pyirishrail-0.0.2.ebuild 739 BLAKE2B 1da0effc25452939d5db95e01e0c96c613fb68cf9449318c9a3489e8f0f83d9fb429f2e87464a0b765e79974dba577eb01ecc87572f84c0a07bc7e5cf9cbef44 SHA512 53f749b0c038744c2117339fb6596b9ad59ed789839a7803870a86b7334b9e9b6cab152d7fbcf7b83431feac2aecf4fb2ca04ccb240acdc6a3fea15424f5410f
EBUILD pyirishrail-0.0.2.ebuild 582 BLAKE2B 00b721437a3aaabafe7d0e492665f30f02fe1d978e1bc8a40c0fa93901bf7777f7414abe396ea17c3f5ae2348363405b64daacdc90c17128272393c2f676962f SHA512 8aa7f885c1af470c0eaeb7594cf0948186f61d551d6e80fa574d80d428932a7a9c35904f36183a4090d8d63c13a38569ad3c18c9d36d16c14b6316ba84730d2b
MISC metadata.xml 511 BLAKE2B 194a07932d812b5f24e0060fe64ac7abaeaa6d9015e3ea2a17e8fc46215d259a74abc923180d7f44c3ba00b86a4720ae0a5decdda22b0f934ac0d43c7b06831c SHA512 caf7c08b3eebba3553314b337f0889586c6c7149f3ed431a5b64438aa4830ef7918e3b12f13240c8f4440753300e04ce2a066648aa88050ded5645791e347ee5

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python library to get the real-time transport information (RTPI) from Irish Rail"
HOMEPAGE="https://github.com/ttroy50/pyirishrail https://pypi.org/project/pyirishrail/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest