commit:     5ef0770d2687ffdd7300fb1c82756e5dd75361d7
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 15 01:05:07 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Aug 15 01:39:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef0770d

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 <AT> gentoo.org>

 dev-python/pygame/pygame-2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 

Reply via email to