gentoo-audio / audio-overlay

Gentoo overlay for music production
https://gentoo-audio.github.io/audio-overlay
GNU General Public License v2.0
41 stars 22 forks source link

media-sound/carla: enable py3.11 #543

Closed vimproved closed 1 year ago

vimproved commented 1 year ago

Enables py3.11 and cleans up removed python targets.

NexAdn commented 1 year ago

Did you test the software with py3.11? We've had experience with build failures for a few packages in the overlay while testing py3.11 compatibility, so I'd like to be sure that we don't break carla by enabling py3.11. A quick “yes” is enough.

The PR in general looks fine, but the pipeline failure does not look good. Seems like the package is unable to install the files correctly.

vimproved commented 1 year ago

Did you test the software with py3.11? We've had experience with build failures for a few packages in the overlay while testing py3.11 compatibility, so I'd like to be sure that we don't break carla by enabling py3.11. A quick “yes” is enough.

The PR in general looks fine, but the pipeline failure does not look good. Seems like the package is unable to install the files correctly.

I have tested it with py3.11, and it works fine. No idea why the pipeline failure is happening. I'll check it out.

vimproved commented 1 year ago

I can't reproduce the CI failure on my machine, even with the same USE flags.

NexAdn commented 1 year ago

Tested your PR locally. I can't reproduce the build failure either. This might be related to https://github.com/gentoo-audio/audio-overlay/issues/528, so I'll merge this despite the pipeline failure. I really don't think that this has anything to do with the PYTHON_COMPAT bump and I suspect it won't even affect any user.

Thanks for your contribution!