Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 952479 - games-board/scid: needs porting to Python 3.13
Summary: games-board/scid: needs porting to Python 3.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py3.13-tracker
  Show dependency tree
 
Reported: 2025-03-27 15:57 UTC by Michał Górny
Modified: 2025-04-16 10:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-03-27 15:57:58 UTC
The package needs porting to Python 3.13.
Comment 1 Larry the Git Cow gentoo-dev 2025-04-16 10:59:42 UTC
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(-)