From 345459d9c5cf251ae34d644835359857c3dbcc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 1 Jun 2023 15:49:18 +0200 Subject: [PATCH] dev-python/pycountry: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pycountry/pycountry-22.3.5.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-python/pycountry/pycountry-22.3.5.ebuild b/dev-python/pycountry/pycountry-22.3.5.ebuild index 02b7769fd3789..a931fa0a02b51 100644 --- a/dev-python/pycountry/pycountry-22.3.5.ebuild +++ b/dev-python/pycountry/pycountry-22.3.5.ebuild @@ -4,11 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) + inherit distutils-r1 pypi DESCRIPTION="Database of countries, subdivisions, languages, currencies and script" -HOMEPAGE="https://github.com/flyingcircusio/pycountry" +HOMEPAGE=" + https://github.com/flyingcircusio/pycountry/ + https://pypi.org/project/pycountry/ +" LICENSE="LGPL-2.1" SLOT="0"