summaryrefslogtreecommitdiff
path: root/dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-23 21:00:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-23 21:00:11 +0100
commit456fc832c996a122c45240beb68820ab3c2ada40 (patch)
tree947c249e75095705ddfd9e3dbb77e7b0b47bf915 /dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild
parent764cacf515464f89b60c94a29b3b7262479feb22 (diff)
gentoo auto-resync : 23:05:2023 - 21:00:10
Diffstat (limited to 'dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild')
-rw-r--r--dev-python/ptyprocess/ptyprocess-0.7.0-r1.ebuild7
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"