diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:47:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:03:54 +0100 |
commit | 379d21ed5004bfb1fa6389f0c96acb6ea2458c2f (patch) | |
tree | 844737e98544493089fac4c0be02b83a873cd7bf /dev-python/pycountry | |
parent | dev-python/pycodestyle: Use pypi.eclass (diff) | |
download | gentoo-379d21ed5004bfb1fa6389f0c96acb6ea2458c2f.tar.gz gentoo-379d21ed5004bfb1fa6389f0c96acb6ea2458c2f.tar.bz2 gentoo-379d21ed5004bfb1fa6389f0c96acb6ea2458c2f.zip |
dev-python/pycountry: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycountry')
-rw-r--r-- | dev-python/pycountry/pycountry-22.3.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pycountry/pycountry-22.3.5.ebuild b/dev-python/pycountry/pycountry-22.3.5.ebuild index 13fa14b7acef..b5574bea05d3 100644 --- a/dev-python/pycountry/pycountry-22.3.5.ebuild +++ b/dev-python/pycountry/pycountry-22.3.5.ebuild @@ -5,11 +5,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( pypy3 python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Database of countries, subdivisions, languages, currencies and script" HOMEPAGE="https://github.com/flyingcircusio/pycountry" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" |