Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 846014 - media-libs/aubio: needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: media-libs/aubio: needs upgrade to Python 3.10 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-05-18 18:59 UTC by Sam James
Modified: 2022-06-20 01:45 UTC (History)
1 user (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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-18 18:59:27 UTC
This package does not support Python 3.10. Please test it with Python 3.10 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/13aa993921f19b6b095297721ffb0d0b. Ask in #gentoo-python on IRC if need any help.

$ pkgcheck scan -k PythonCompatUpdate media-libs/aubio
media-libs/aubio
  PythonCompatUpdate: version 0.4.9-r1: PYTHON_COMPAT update available: python3_10
Comment 1 marius 2022-06-20 01:23:22 UTC
I've adjusted my ebuild locally to use Python 3.10 and installed aubio in order to be able to use ardour. Everything seems to work so far. A quick recording session on Ardour worked as well. Will continue testing this for a bit, but it seems like the aubio ebuild can be updated to add Python 3.10.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-06-20 01:25:49 UTC
(In reply to marius from comment #1)
> I've adjusted my ebuild locally to use Python 3.10 and installed aubio in
> order to be able to use ardour. Everything seems to work so far. A quick
> recording session on Ardour worked as well. Will continue testing this for a
> bit, but it seems like the aubio ebuild can be updated to add Python 3.10.

Thanks. That's good enough for me!
Comment 3 Larry the Git Cow gentoo-dev 2022-06-20 01:45:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155fb7ff1e66b5effd7dfc4cdf718769a7835156

commit 155fb7ff1e66b5effd7dfc4cdf718769a7835156
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-20 01:43:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-20 01:45:39 +0000

    media-libs/aubio: update EAPI 6 -> 7; Python 3.10; fix Python tests
    
    - EAPI 6->7 (not 8 b/c waf-utils)
    - Add Python 3.10
    - Python tests weren't actually being run before! They pass w/ all impls.
    
    Closes: https://bugs.gentoo.org/799722
    Closes: https://bugs.gentoo.org/806866
    Closes: https://bugs.gentoo.org/846014
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/aubio/aubio-0.4.9-r2.ebuild | 151 +++++++++++++++++++++++++++++++++
 1 file changed, 151 insertions(+)