commit: 9cb92b9eb5a97fcb88efa108fdbf023d1adbbb7a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 17:39:36 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 17:40:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb92b9e
dev-python/itypes: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/itypes/itypes-1.2.0-r1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-python/itypes/itypes-1.2.0-r1.ebuild
b/dev-python/itypes/itypes-1.2.0-r1.ebuild
index 21300814466a..6e0a268cb27f 100644
--- a/dev-python/itypes/itypes-1.2.0-r1.ebuild
+++ b/dev-python/itypes/itypes-1.2.0-r1.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
-DESCRIPTION="basic immutable container types for python"
-HOMEPAGE="https://github.com/PavanTatikonda/itypes/"
+DESCRIPTION="Basic immutable container types for python"
+HOMEPAGE="
+ https://github.com/PavanTatikonda/itypes/
+ https://pypi.org/project/itypes/
+"
SRC_URI="
https://github.com/PavanTatikonda/itypes/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz