commit:     1ed336ed54fb520f5e8e58e1635be167b9b61c0f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 16 07:53:19 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 10:56:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed336ed

games-board/scid: enable py3.13

py3.13 is only used by optional scripts with no tests (the package
has tests, but they are unrelated to python), at a glance they do
not appear broken but hard to say (not properly tested).

...except pgnfix which may possibly(?) be broken with both 3.12 and
3.13, would need to recheck with 3.11 and test with an actual pgn
input file. That script also need a patch to work with python3 at
all, arguably we should probably just skip it at this point.

Also, for some reason 5.0.2 had re-gained py3.9 despite it wasn't in
4.7.0, so dropping that as well.

Closes: https://bugs.gentoo.org/952479
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-board/scid/scid-5.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/scid/scid-5.0.2.ebuild 
b/games-board/scid/scid-5.0.2.ebuild
index 7db86fd3c0f3..e59b07edd51c 100644
--- a/games-board/scid/scid-5.0.2.ebuild
+++ b/games-board/scid/scid-5.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit cmake desktop optfeature python-single-r1
 
 DESCRIPTION="Shane's Chess Information Database"

Reply via email to