Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 861662 - =media-video/mpv-0.43.1-r1 missing python 3.11 support
Summary: =media-video/mpv-0.43.1-r1 missing python 3.11 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-28 08:01 UTC by Boris Staletic
Modified: 2022-07-28 08:30 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 Boris Staletic 2022-07-28 08:01:08 UTC
Currently, only python 3.8 through python 3.10 are supported.
Adding support requires just changing the PYTHON_COMPAT line in the ebuild to

PYTHON_COMPAT=( python3_{8..11} )

is enough.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-28 08:13:15 UTC
You ran the test suite with 3.11?
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-07-28 08:30:08 UTC
(In reply to Sam James from comment #1)
> You ran the test suite with 3.11?

Ah, we didn't run tests w/ waf, only meson in 9999.
Comment 3 Larry the Git Cow gentoo-dev 2022-07-28 08:30:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdb94b8d37bba617eed48dd58b1191499d3f756

commit 5bdb94b8d37bba617eed48dd58b1191499d3f756
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-07-28 08:29:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-07-28 08:29:54 +0000

    media-video/mpv: add Python 3.11
    
    Closes: https://bugs.gentoo.org/861662
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/mpv/mpv-0.34.1-r1.ebuild | 2 +-
 media-video/mpv/mpv-9999.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)