-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
media-plugins/deteriorate-lv2: Bump PYTHON_COMPAT to py3.11 #533
Comments
Gave this a try with a simple bump in python in the ebuild, and it fails with: 'PYTHONHASHSEED=1' 'CCFLAGS=-march=native -O2 -pipe' 'LINKFLAGS=-march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed' 'PKGCONFIG=x86_64-pc-linux-gnu-pkg-config' '/var/tmp/portage/media-plugins/deteriorate-lv2-1.0.7-r2/work/deteriorate-lv2-1.0.7/waf' '--jobs=1' '--prefix=/usr' 'configure' |
Ths looks like you need to report that issue upstream. I got the same problem with media-plugins/bitrot. Probably something with waf needing an update. |
I'll do a py3.10 bump for now. This should resolve the global scope failures and allow the package to be installed at least with py3.10. |
Issue: gentoo-audio#533 Signed-off-by: Adrian Schollmeyer <[email protected]>
Upstream issue to request py3.11 compat: blablack/deteriorate-lv2#13 |
tbh, I've just noticed that upstream hasn't pushed any commit since 2019. This one might become a candidate for last-rite. |
Python 3.11 is becoming the default Python implementation in June 2023. Thus, this package should be tested against Python 3.11 and PYTHON_COMPAT should be bumped if the test was successful.
The text was updated successfully, but these errors were encountered: