summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-08-14 21:05:07 -0400
committerIonen Wolkens <ionen@gentoo.org>2025-08-14 21:39:42 -0400
commit5ef0770d2687ffdd7300fb1c82756e5dd75361d7 (patch)
tree4683113abb9e65f4d5661c334aec43b1984316f7
parent4495defb562745ada372e3406e93c270ba659ae9 (diff)
downloadgentoo-5ef0770d2687ffdd7300fb1c82756e5dd75361d7.tar.gz
gentoo-5ef0770d2687ffdd7300fb1c82756e5dd75361d7.tar.bz2
gentoo-5ef0770d2687ffdd7300fb1c82756e5dd75361d7.zip
dev-python/pygame: enable pypy3_11
Came here to see if 3.14 could be added given pygame is blocking adding 3.14 to qutebrowser in a long chain of test dependencies, but that failed. There is a recent PR upstream to add 3.14, but it has failing CI and nothing to backport -- figure will leave this alone for now and see how that progress. On the other hand, tested pypy3_11 at same time and it passed -- so may as well get it out of the way wrt bug #951020. Unsure if we really want to keep pypy support on this package but adding given the bug exists and it had (no-op) pypy3 in COMPAT. Did have a bit of problems to get tests to pass at all for *any* python version though, not 100% sure what was breaking them but it worked after some messing around (may have been related to me using unkeyworded libsdl2-2.32.56 which actually uses libsdl3, but not going to worry about that right now). Closes: https://bugs.gentoo.org/951020 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--dev-python/pygame/pygame-2.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygame/pygame-2.6.1.ebuild b/dev-python/pygame/pygame-2.6.1.ebuild
index 556da769fd6e..0de5c29ec8af 100644
--- a/dev-python/pygame/pygame-2.6.1.ebuild
+++ b/dev-python/pygame/pygame-2.6.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
inherit distutils-r1