The package needs porting to Python 3.13.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed336ed54fb520f5e8e58e1635be167b9b61c0f commit 1ed336ed54fb520f5e8e58e1635be167b9b61c0f Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2025-04-16 07:53:19 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2025-04-16 10:56:39 +0000 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@gentoo.org> games-board/scid/scid-5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)