commit: 40056818ae301159f14c0d91073e49558e46f4ec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 05:41:44 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 05:50:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40056818
dev-python/looseversion: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/looseversion/looseversion-1.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/looseversion/looseversion-1.3.0.ebuild
b/dev-python/looseversion/looseversion-1.3.0.ebuild
index b899863d3c74..60a6c58d6f8e 100644
--- a/dev-python/looseversion/looseversion-1.3.0.ebuild
+++ b/dev-python/looseversion/looseversion-1.3.0.ebuild
@@ -4,14 +4,14 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit pypi distutils-r1
DESCRIPTION="A backwards/forwards-compatible fork of
distutils.version.LooseVersion"
HOMEPAGE="
https://pypi.org/project/looseversion/
- https://github.com/effigies/looseversion
+ https://github.com/effigies/looseversion/
"
LICENSE="PSF-2"