dev-python/pycountry-convert: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 20:01:51 +02:00 committed by Andreas Billmeier
parent 4cca5958d9
commit ba6041c91a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST pycountry-convert-0.7.2.tar.gz 12376 BLAKE2B b6e173da2df532a12f7a0965aec0228e8e1189bb2bed79031bc4310b3d23300b67fa461fb2a99fef90752183e81a3c347538d836a24ca9dc3f30ca625a758307 SHA512 5010668fcc20e70e035464d69caa0cc3235bc3d913cb0ec759267395ca25d6ffe36800f5c0efc380e0d52c5e7eee35d31471b847072f5253b884a49dfd35a4d7
EBUILD pycountry-convert-0.7.2.ebuild 797 BLAKE2B 33e3fa3c8bad9442aed0f1b74dec06c243e538672ae708d668f070090766298d77a6ea18e38770bb3b9131e99fa554d86388d9a93c70273dfe8c44849efa6895 SHA512 31c79dc1169a40e834728c73de97b281cc8efee035d35f8697d5b89c9967a84348a04a48b6cdf8bd073fb5a8086800c9d122b1a296a5ceec8b6a37d91a6cd1bf
EBUILD pycountry-convert-0.7.2.ebuild 762 BLAKE2B c578efa60bd48143181d9ad8b156e545fbfb8e46087b4db72fb10e799371f0614a30e97f4ab070fd9ec1a44b4bdf5b92fd4eb2ff110c912b60c0652cc8064851 SHA512 96fec554edc5f7050b7f27908a1f649a09b19387c07cd320d6b5644f0815fe5f0cc9f84a4ada5211809d3c5a74bc10baeae4cf3eeef516ef70199d53ba0fa7bc
MISC metadata.xml 520 BLAKE2B 9ad775f72c002428dc08c26cb066e9359b65c93826e4791d426d2b0896ce3cf7057e92bf1884c4475ec8ac6873b43b9790193c8c8deb7395ab4fc72fff922344 SHA512 3112dd0fc05485435cfaa45306ce8cde09b45007b4f30d7fafa919ff0c218e8d223ee17905db301da1d87feb3d979189fc2f5802e515e85347ba9f62d10e44fb

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Extension of Python package pycountry providing conversion functions."
HOMEPAGE="https://github.com/TuneLab/pycountry-convert https://pypi.org/project/pycountry-convert/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +21,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/pycountry-16.11.27.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]