diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:45:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 17:54:05 +0200 |
commit | 33aa129793ae5b1cc1cfe98b9a2ee31bbfa3ca7a (patch) | |
tree | 942681e0a0b7f4a034f7f9ac83ba1fe7ddc8667e /dev-python/ptyprocess | |
parent | dev-python/pyproject-hooks: Enable py3.12 (diff) | |
download | gentoo-33aa129793ae5b1cc1cfe98b9a2ee31bbfa3ca7a.tar.gz gentoo-33aa129793ae5b1cc1cfe98b9a2ee31bbfa3ca7a.tar.bz2 gentoo-33aa129793ae5b1cc1cfe98b9a2ee31bbfa3ca7a.zip |
dev-python/ptyprocess: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ptyprocess')
-rw-r--r-- | dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild | 7 |
1 files 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" |