diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-03 10:01:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-03 10:16:58 +0200 |
commit | 92c7ee03e0996d804fd95e0741ab3c31ead12274 (patch) | |
tree | ab6bb7f168a9f4ad9a74f7c5e445b8357bd0055c /dev-python/google-i18n-address | |
parent | dev-python/botocore: Remove old (diff) | |
download | gentoo-92c7ee03e0996d804fd95e0741ab3c31ead12274.tar.gz gentoo-92c7ee03e0996d804fd95e0741ab3c31ead12274.tar.bz2 gentoo-92c7ee03e0996d804fd95e0741ab3c31ead12274.zip |
dev-python/google-i18n-address: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/google-i18n-address')
-rw-r--r-- | dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild b/dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild index 5704f7734fc2..7fac21f5da58 100644 --- a/dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild +++ b/dev-python/google-i18n-address/google-i18n-address-2.5.2.ebuild @@ -4,14 +4,20 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 DESCRIPTION="Google's i18n address metadata repository" -HOMEPAGE="https://pypi.org/project/google-i18n-address/" +HOMEPAGE=" + https://github.com/mirumee/google-i18n-address/ + https://pypi.org/project/google-i18n-address/ +" # Using the github release, as it contains the tests (unlike the pypi artifact). -SRC_URI="https://github.com/mirumee/google-i18n-address/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" +SRC_URI=" + https://github.com/mirumee/google-i18n-address/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="BSD" SLOT="0" |