From 2fd57282f0262ca084e05b0f2c63fbada395d02b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 16 Jan 2022 20:27:28 +0000 Subject: gentoo resync : 16.01.2021 --- dev-python/pycountry/Manifest | 2 ++ dev-python/pycountry/pycountry-22.1.10.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dev-python/pycountry/pycountry-22.1.10.ebuild (limited to 'dev-python/pycountry') diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest index 37cae7d7c47e..5f4401018a63 100644 --- a/dev-python/pycountry/Manifest +++ b/dev-python/pycountry/Manifest @@ -1,4 +1,6 @@ AUX pycountry-20.7.3-fix-tests-for-pypy3.patch 740 BLAKE2B 64113481df5b7fb385604f16d7b3be066a12b6a5e1dab38cdf879101da132bcacf407fdf773d5f15381789114be265c7e1ee3ab880c38dae6e904e6820923ee5 SHA512 0df7756ac4d3dd3ccc409307f21a95021c93851ad3b6ce07ce244eade4957d9906dc6aaabdbafe671cf6f9619623cdd22097119642c0c926376e4991eb6a1a4f DIST pycountry-20.7.3.tar.gz 10137217 BLAKE2B 2b32d450a1d16eab95e0c1ab6cae3bf89c07742d48cf6f8473854119ac0483b5490523e03e823c9b314231983f39d1c8bf595aac201756fee9897a8d15a84c08 SHA512 df88a34307a4275267a7f3af282b73ca5e762c49ad158bfcd39b97c5d852bf045bcfe72351fc6f232c55003a7c4b0a04801eb562ba65ed5d599bd45b2bd3bc58 +DIST pycountry-22.1.10.tar.gz 10060795 BLAKE2B 51672b2e08e48528797e57e6a546261d4ceee0af364d5c943f243a5956008ffc417b02e553f376c252bfbfbf76af40585c9f910815a9c2943ff88be6fb9d4180 SHA512 93e5737df29affe5bbf8a2aa2caef59727adcc198eab301a5ddbc4275e32955cec0de9ab2820470a8cf87b0c0a9d48bfddd18411d93a700212aba8372e5a52b4 EBUILD pycountry-20.7.3.ebuild 762 BLAKE2B 040b1bb776c97ffbc408c8ddc7ac239c823b4c75888994cc908856d1674fb24a68b50c1518a1c66d3c5ca36e278d6d7bb625be5d6f4306ad102da3ea9278a3e8 SHA512 ce6776284be36e5e05a667f6db244a2ef8da30248af0bbebd66a41d9c6e152292d0fc4b521eec5ec3df0b5c9b08dcc5b1098e60f681358277a369ad08891047d +EBUILD pycountry-22.1.10.ebuild 778 BLAKE2B c5f8fdec23537bce893810fca49c8ec1cdbc76707062befe81e57023d30bc979b544f1835883eca72b77f93818b426a0fb0c8c79ef1fc2c7f632ed456f3562cd SHA512 c1d7bd6b4212203895dc264e5c152a0a0f6b79a6ae3644f32f4aa547d241bafa07cd2305d80ed39b1860ef55d810f84b3a51ea8b8ffa51d5178dc33d44ebd1a9 MISC metadata.xml 473 BLAKE2B d0b559ee14fa944b040388608d545a32952eac9ca3dd4d9c96b21b2457f195dda3034a2df4c3c3f54ac4f19b828e10eb603806ba6442aeff1d1ca93e9c67b5f5 SHA512 a4ef64a3474ced295324a04b292e892e5d4bfabaf850c38421b7d45d1a35a40bc8ca9a452e792d4a33b195896a8f29292b8a019a81b3e86f822ae792ecedba7f diff --git a/dev-python/pycountry/pycountry-22.1.10.ebuild b/dev-python/pycountry/pycountry-22.1.10.ebuild new file mode 100644 index 000000000000..4fdb4fe48709 --- /dev/null +++ b/dev-python/pycountry/pycountry-22.1.10.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( pypy3 python3_{8..10} ) +# 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}/pycountry-20.7.3-fix-tests-for-pypy3.patch" ) -- cgit v1.2.3