diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-13 13:38:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-13 13:38:18 +0000 |
| commit | 7e94ed579ad3617c2f5dcf0ef35180adc6ec9782 (patch) | |
| tree | 4be85b48335e375a1de8a16a53cfe38ea4dd36dc /dev-python/pycountry | |
| parent | e30fe46799d40c9d7a7f9a8ee920ef38aaca0176 (diff) | |
| download | baldeagleos-repo-7e94ed579ad3617c2f5dcf0ef35180adc6ec9782.tar.gz baldeagleos-repo-7e94ed579ad3617c2f5dcf0ef35180adc6ec9782.tar.xz baldeagleos-repo-7e94ed579ad3617c2f5dcf0ef35180adc6ec9782.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pycountry')
| -rw-r--r-- | dev-python/pycountry/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pycountry/pycountry-20.7.3.ebuild | 26 | ||||
| -rw-r--r-- | dev-python/pycountry/pycountry-22.1.10.ebuild | 2 |
3 files changed, 1 insertions, 28 deletions
diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest index 3df4a19e3177..0913feeee2fd 100644 --- a/dev-python/pycountry/Manifest +++ b/dev-python/pycountry/Manifest @@ -1,2 +1 @@ -DIST pycountry-20.7.3.tar.gz 10137217 BLAKE2B 2b32d450a1d16eab95e0c1ab6cae3bf89c07742d48cf6f8473854119ac0483b5490523e03e823c9b314231983f39d1c8bf595aac201756fee9897a8d15a84c08 SHA512 df88a34307a4275267a7f3af282b73ca5e762c49ad158bfcd39b97c5d852bf045bcfe72351fc6f232c55003a7c4b0a04801eb562ba65ed5d599bd45b2bd3bc58 DIST pycountry-22.1.10.tar.gz 10060795 BLAKE2B 51672b2e08e48528797e57e6a546261d4ceee0af364d5c943f243a5956008ffc417b02e553f376c252bfbfbf76af40585c9f910815a9c2943ff88be6fb9d4180 SHA512 93e5737df29affe5bbf8a2aa2caef59727adcc198eab301a5ddbc4275e32955cec0de9ab2820470a8cf87b0c0a9d48bfddd18411d93a700212aba8372e5a52b4 diff --git a/dev-python/pycountry/pycountry-20.7.3.ebuild b/dev-python/pycountry/pycountry-20.7.3.ebuild deleted file mode 100644 index ab0e25064db6..000000000000 --- a/dev-python/pycountry/pycountry-20.7.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) -# The package uses pkg_resources to determine its version -DISTUTILS_USE_SETUPTOOLS=manual - -inherit distutils-r1 - -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" -KEYWORDS="amd64 arm64 ~ia64 ppc ~riscv ~sparc x86" - -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" - -distutils_enable_tests --install pytest - -# https://github.com/flyingcircusio/pycountry/pull/51 -PATCHES=( "${FILESDIR}/${P}-fix-tests-for-pypy3.patch" ) diff --git a/dev-python/pycountry/pycountry-22.1.10.ebuild b/dev-python/pycountry/pycountry-22.1.10.ebuild index 298b1eb712d9..06d4f6200217 100644 --- a/dev-python/pycountry/pycountry-22.1.10.ebuild +++ b/dev-python/pycountry/pycountry-22.1.10.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~riscv ~sparc ~x86" +KEYWORDS="amd64 arm64 ~ia64 ppc ~riscv ~sparc x86" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND}" |
