Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 952541

Summary: media-sound/beets: needs porting to Python 3.13
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Guillaume Seren <guillaumeseren>
Status: CONFIRMED ---    
Severity: normal CC: gentoo.68633652, kingjon3377, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/41993
https://github.com/gentoo/gentoo/pull/42378
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 941893    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-03-27 16:00:27 UTC
The package needs porting to Python 3.13.
Comment 1 Mathieu Carpentier 2025-05-14 18:13:18 UTC
Not sure if this is relevant, but it seems that latest updates for python now blocks the installation of beets:

//

!!! The ebuild selected to satisfy "beets" has unmet requirements.
- media-sound/beets-2.2.0-r1::gentoo USE="-doc -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="-python3_11 -python3_12"

  The following REQUIRED_USE flag constraints are unsatisfied:
    exactly-one-of ( python_single_target_python3_11 python_single_target_python3_12 )

//

I could try to add the python use flag (e.g. python_single_target_python3_12), but this requires the same use flag for all dependencies. I won't try to install beets for now since I don't want to mess with python targets.
Comment 2 Larry the Git Cow gentoo-dev 2025-05-31 23:54:45 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b615ca085133c79b7387cf68bde4d9c5b4ce1f

commit 64b615ca085133c79b7387cf68bde4d9c5b4ce1f
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2025-05-31 22:42:59 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-05-31 23:53:12 +0000

    media-sound/beets: add 2.3.1
    
    Bug: https://bugs.gentoo.org/952541
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Part-of: https://github.com/gentoo/gentoo/pull/42378
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/beets/Manifest           |   1 +
 media-sound/beets/beets-2.3.1.ebuild | 172 +++++++++++++++++++++++++++++++++++
 2 files changed, 173 insertions(+)