commit:     92c7ee03e0996d804fd95e0741ab3c31ead12274
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 08:01:39 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 08:16:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c7ee03

dev-python/google-i18n-address: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../google-i18n-address/google-i18n-address-2.5.2.ebuild     | 12 +++++++++---
 1 file 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"

Reply via email to