summaryrefslogtreecommitdiff
path: root/dev-python/phply/phply-1.2.6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-01 15:26:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-01 15:26:21 +0100
commitd14501acaa1e3634cb0a6f6e356923391009eb46 (patch)
tree6fca6701ec7850e503efaf22370bab079a735dd8 /dev-python/phply/phply-1.2.6.ebuild
parent9b9c22874161d13ca8d50c952d549f2390f3f179 (diff)
gentoo auto-resync : 01:06:2023 - 15:26:21
Diffstat (limited to 'dev-python/phply/phply-1.2.6.ebuild')
-rw-r--r--dev-python/phply/phply-1.2.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/phply/phply-1.2.6.ebuild b/dev-python/phply/phply-1.2.6.ebuild
index 67cde47b11fa..13387549acf3 100644
--- a/dev-python/phply/phply-1.2.6.ebuild
+++ b/dev-python/phply/phply-1.2.6.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
DESCRIPTION="Lexer and parser for PHP source implemented using PLY"