commit:     0f07d90018ae8c123b3c83c810b628db10b3ea43
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 15:54:54 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 27 17:13:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f07d900

dev-python/jaraco-envs: Enable py3.12

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

 dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild | 7 +++++--
 1 file 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"

Reply via email to