diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-18 20:39:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-18 20:39:53 +0200 |
commit | d705fababdd9b1107f03b8b3e03742e6265e521d (patch) | |
tree | d42c8de5c460b5dcd3427c56cc3286e66bd0aa09 /dev-python/pycountry | |
parent | www-client/qutebrowser: adjust tests skipping for Qt 6.7.2 (diff) | |
download | gentoo-d705fababdd9b1107f03b8b3e03742e6265e521d.tar.gz gentoo-d705fababdd9b1107f03b8b3e03742e6265e521d.tar.bz2 gentoo-d705fababdd9b1107f03b8b3e03742e6265e521d.zip |
dev-python/pycountry: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycountry')
-rw-r--r-- | dev-python/pycountry/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pycountry/pycountry-23.12.11.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest index 80079a4b18fb..c317205bdfc1 100644 --- a/dev-python/pycountry/Manifest +++ b/dev-python/pycountry/Manifest @@ -1,2 +1 @@ -DIST pycountry-23.12.11.tar.gz 5927399 BLAKE2B a8d32593d80a881abd03b482a99afc22996a730d911577f91eb8035336f07a25a8cd74cd19f9396675acacbab953098bf831119f8b9f7c72fc6c2807713fe6c9 SHA512 25b5a74c0dd8115473571976a64b6fed7010f62c1b3b4c1888b9e13a7cf4f533173f51d4652d55c426adee4e0ff119bb6e3132d04dce150b9d1ca4b11366c579 DIST pycountry-24.6.1.tar.gz 6043910 BLAKE2B 53e5f3bb89edb95a10cc7bef3d5cef463d957b9bd80da1aea57c274f76f9fc5f4848c9ceabcf97d369343a5bc39f6b8e7fb2e80344ff29ccd5856a4de9770b3b SHA512 36d8f68b830d74259a5f9ac1c9c97c1b228b0072613229e6f579ea5af587ab1cd25f0637a2cdd1dbf2ae8225e2aa2958d25f1e6df42d577da821d85c4c49ae93 diff --git a/dev-python/pycountry/pycountry-23.12.11.ebuild b/dev-python/pycountry/pycountry-23.12.11.ebuild deleted file mode 100644 index dd397c07b70c..000000000000 --- a/dev-python/pycountry/pycountry-23.12.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Database of countries, subdivisions, languages, currencies and script" -HOMEPAGE=" - https://github.com/pycountry/pycountry/ - https://pypi.org/project/pycountry/ -" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -BDEPEND=" - test? ( - dev-python/importlib-metadata[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |