Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 952541 - media-sound/beets: needs porting to Python 3.13
Summary: media-sound/beets: needs porting to Python 3.13
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Guillaume Seren
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: py3.13-tracker
  Show dependency tree
 
Reported: 2025-03-27 16:00 UTC by Michał Górny
Modified: 2025-05-14 18:13 UTC (History)
3 users (show)

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 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.