dev-python/nsapi: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 18:59:15 +02:00 committed by Andreas Billmeier
parent 12e7607c33
commit af0ddfc4f1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST nsapi-3.0.5.zip 15918 BLAKE2B 87e448b5850f045c0ab33f67b7bd030773c17c25ed9fec687a21d3702adff6a2051cb57a9d4a7a19c3ed17319cdf82d0f55d97479d319d784d7556ce91d0dee0 SHA512 86b68578a9f1835b9229c5cf7c4bbbbfe110578889ad55ea9d1cd19bb4f29a4b8b37608924d90d8a125bddd4d30e73687bbd4e4c56f90f610682bf658c544342
EBUILD nsapi-3.0.5.ebuild 740 BLAKE2B 9ecf1c8e601e3c5669b3a51a550314eee7858b05258fc7388dea948deb9de85380383f46606402cb93ccd639843f2d399b507d3394393893b37b285711d9fa07 SHA512 e262cbfc46462d379fec32d2002e58f3d05ca0132ac9e41babac1fe54fd77016097bcb35b840072416931552befc1d09ce7e93418df0c1f50ed510e8c5cd2fae
EBUILD nsapi-3.0.5.ebuild 739 BLAKE2B cc8991900327a5989c99b2e8e7f1493ab3c871122c1e4added15d88bcfe6686e837243f7eae594bf04cd7050a08df9a26e338c5e6040f95097466db32ecba027 SHA512 ca1b82da975f46fc2bf09a56f6cac1f4c0f43b028ed74a3ac8fdc484729f5784540426ba4e15081bb498622c12e9abffae773cec4ff0f9c5ec73d71935d94754
MISC metadata.xml 510 BLAKE2B 20bff6677fc3f8206a8ef613cd11c28f9f60d39e0047bc16b8ec57d2d40c1459fc6a2ddddef18708ba9a2235a63189e9005b7be1bea6196d1d18294a798be47e SHA512 583e21f4bbf4a435b71d440aedccb3d04dcd8d0c9b4cec7085f5ebf66149e71705d57e451967635a38bd2de0119decb98539cc59a753669ecc4d2781d7d4bee9

View File

@ -1,15 +1,15 @@
# 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="api wrapper for Dutch Railways (NS)"
HOMEPAGE="https://github.com/aquatix/ns-api/ https://pypi.org/project/nsapi/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip"
SRC_URI="$(pypi_sdist_url "${PN}" "${PV}" ".zip")"
LICENSE="MIT"
SLOT="0"
@ -23,7 +23,6 @@ RDEPEND=">=dev-python/pytz-2018.5[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]"
BDEPEND="
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"