commit:     72bdbe518b87f14199debcce8dfd1c1c64017b94
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 09:48:14 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 09:48:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72bdbe51

dev-python/url-normalize: Enable py3.12

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

 dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild 
b/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
index fb9dc54a6c7a..e65d6caa4765 100644
--- a/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
+++ b/dev-python/url-normalize/url-normalize-1.4.3-r1.ebuild
@@ -4,16 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
 inherit distutils-r1
 
 DESCRIPTION="URL normalization for Python"
 HOMEPAGE="
        https://github.com/niksite/url-normalize/
-       https://pypi.org/project/url-normalize/";
+       https://pypi.org/project/url-normalize/
+"
 SRC_URI="
        https://github.com/niksite/url-normalize/archive/${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
+               -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to