dev-python/stdlib-list: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:45:06 +01:00 committed by Andreas Billmeier
parent 1bbd6cd14c
commit 5b80c1d38d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST stdlib-list-0.7.0.tar.gz 70492 BLAKE2B afd31b55a921d422191427098b2da4d404b433f170105201f55f7da477ddb7d534239c9d7098a029b13f44600e31db7331b5b3c8273550e95695b647c1dd5512 SHA512 b33255b14b068d185b94d0944d65673cac507b49354627886a787b944ad2fe097238ad391803c7e7ae00d6c25e1a80dbb65875cd11c8b7aa2ad777cd2442a025
EBUILD stdlib-list-0.7.0.ebuild 640 BLAKE2B 75608b924d156d72a873968841feae12071a22d7e8966b2f75761e844848efd4ee8c36ccd008a394b763f865068d4cb480643a11b3a34f98079f354e5ca83403 SHA512 3e70c809e2a9640c55d75687e78bfc62d18583bd49f44b86167d6e97ef7c4ce4e03e2f04cfa89229cb364b9bd0045988b1277eaea162ca1efeb85cdf1c705196
EBUILD stdlib-list-0.7.0.ebuild 604 BLAKE2B b62887f178317cfdff590f2dc7734a6292f68464ba84e6c9a74501c05a1fe0cc27fbd33ed99c83e400468825bacf8009f0ef15c71125bdfc146c1862c14e39e8 SHA512 19c54ca61dae780bd4c01da6e52ea92e79adb768b3406a47349812f86b828c6c78791272a0c1e8c98bc26dcda44f9c9545345cda9a5e2964dcd9a150b577402c
MISC metadata.xml 523 BLAKE2B 89e0a2c224382d081797a5e4e45e0e21e37e4bf7a59113526b73ff130471f1ad20d5b6456e5f8ec9df8c2315da56bb39a7f358e0f3c081b651f36e2e7b1981a8 SHA512 f6768636ed4a456ac31322386291b0aac34097a2dc2a5f4b2c2e66ed4e55aa9bf2543a9d20cd7bad9645aa1c083089b3b85c5e6fc4220bc597acbdda11a6d3c3

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A list of Python Standard Libraries (2.6-7, 3.2-9)."
HOMEPAGE="https://github.com/jackmaney/python-stdlib-list https://pypi.org/project/stdlib-list/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"