summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-08-03 09:49:53 +0100
committerSam James <sam@gentoo.org>2025-08-03 09:50:26 +0100
commit3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0 (patch)
tree23fc6482689817a63cba33fc1b4993cb0cdab69f
parent5a9a5adfb5bc6cb12b78056a7c37e098368a2e76 (diff)
downloadgentoo-3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0.tar.gz
gentoo-3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0.tar.bz2
gentoo-3c986dbc652294f7a3d76ef5e21e80b3ea31c8d0.zip
dev-lang/python-exec: add comment explaining PYTHON_COMPAT is cosmetic here
This is just a stub for tooling, see the IUSE hack below. Don't panic if the array here doesn't contain the latest impl. If you can't use a new impl., it's likely because it's a stable-masked flag. Prompted by some confusion on IRC. I actually thought we had a comment here already. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-lang/python-exec/python-exec-2.4.10.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/python-exec/python-exec-2.4.10.ebuild b/dev-lang/python-exec/python-exec-2.4.10.ebuild
index cfea6c4b2915..1ec3c923c8ef 100644
--- a/dev-lang/python-exec/python-exec-2.4.10.ebuild
+++ b/dev-lang/python-exec/python-exec-2.4.10.ebuild
@@ -3,6 +3,9 @@
EAPI=8
+# This is just a stub for tooling, see the IUSE hack below. Don't panic
+# if the array here doesn't contain the latest impl. If you can't use a
+# new impl., it's likely because it's a stable-masked flag.
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit python-any-r1