Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896920 - dev-util/catalyst: needs upgrade to Python 3.11 (PythonCompatUpdate)
Summary: dev-util/catalyst: needs upgrade to Python 3.11 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 896398
  Show dependency tree
 
Reported: 2023-02-25 09:40 UTC by Michał Górny
Modified: 2023-05-01 10:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Update catalyst-3.0.22-r1 ebuild to EAPI8 & Py3.11 (catalyst-3.0.22_eapi8-py311.patch,630 bytes, patch)
2023-03-10 05:36 UTC, Joshua Kinard
Details | Diff

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 2023-02-25 09:40:34 UTC
This package does not support Python 3.11.  Please test it with Python 3.11 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/abb5788ea81c7bbf4d40a2995b682eb9.  Please check the information provided in the tracker.  Ask in #gentoo-python on IRC if need any help.
Comment 1 Joshua Kinard gentoo-dev 2023-03-10 05:36:04 UTC
Created attachment 857089 [details, diff]
Update catalyst-3.0.22-r1 ebuild to EAPI8 & Py3.11

Completely untested as far as runtime, but the attached patch bumps Catalyst to install w/ Python 3.11 and also bumps the ebuild to EAPI8.  Didn't try to figure out the PEP517 thing that `pkgcheck scan` flagged, as catalyst looks like it's doing its own build system somewhat and I don't quickly see an analogue for cases where DISTUTILS_USE_SETUPTOOLS=no is set in an ebuild in the distutils-r1 guide.

ebuild seems happy up through the 'install' phase.  I'll actually have a chance to do runtime testing over the weekend or so after I let qemu rebuild my MIPS chroot to pure Py3.11.
Comment 2 Larry the Git Cow gentoo-dev 2023-05-01 10:58:41 UTC
The bug has been closed via the following commit(s):

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

commit edbc15ab2f0f896a017062f22411d2aa823165c0
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-05-01 10:58:21 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-01 10:58:30 +0000

    dev-util/catalyst: enable py3.11
    
    Closes: https://bugs.gentoo.org/896920
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/catalyst/catalyst-3.0.22-r1.ebuild | 4 ++--
 dev-util/catalyst/catalyst-9999.ebuild      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)