commit:     33aa129793ae5b1cc1cfe98b9a2ee31bbfa3ca7a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 15:45:16 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 23 15:54:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa1297

dev-python/ptyprocess: Enable py3.12

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

 dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild 
b/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild
index 8176e6da4806..37d69cf591c0 100644
--- a/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild
+++ b/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild
@@ -4,12 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..12} pypy3 )
 
 inherit distutils-r1 pypi
 
 DESCRIPTION="Run a subprocess in a pseudo terminal"
-HOMEPAGE="https://github.com/pexpect/ptyprocess";
+HOMEPAGE="
+       https://github.com/pexpect/ptyprocess/
+       https://pypi.org/project/ptyprocess/
+"
 
 LICENSE="ISC"
 SLOT="0"

Reply via email to