summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-27 17:54:54 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-27 19:13:05 +0200
commit0f07d90018ae8c123b3c83c810b628db10b3ea43 (patch)
treef0c8e91a9a5606380d2848fcf02053df6c60db98
parentacct-group.eclass: fix UnknownKeywords (diff)
downloadgentoo-0f07d90018ae8c123b3c83c810b628db10b3ea43.tar.gz
gentoo-0f07d90018ae8c123b3c83c810b628db10b3ea43.tar.bz2
gentoo-0f07d90018ae8c123b3c83c810b628db10b3ea43.zip
dev-python/jaraco-envs: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild b/dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild
index 2e17aebfa2d1..7434d8681d0a 100644
--- a/dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild
+++ b/dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild
@@ -6,12 +6,15 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="Classes for orchestrating Python (virtual) environments"
-HOMEPAGE="https://github.com/jaraco/jaraco.envs"
+HOMEPAGE="
+ https://github.com/jaraco/jaraco.envs/
+ https://pypi.org/project/jaraco.envs/
+"
LICENSE="MIT"
SLOT="0"