Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865925 - app-portage/pfl missing support for python 3.11
Summary: app-portage/pfl missing support for python 3.11
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-21 12:15 UTC by Boris Staletic
Modified: 2022-09-15 18:11 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-08-21 12:15:46 UTC
I have been using app-portage/pfl with python3.11 for a while and everything seems to be working.
The tests are also passing.

Besides PYTHON_COMPAT, pfl ebuild needs to update PYTHON_REQ_USE. Below is the required diff


--- /var/db/repos/gentoo/app-portage/pfl/pfl-3.2-r2.ebuild      2022-05-10 23:10:16.000000000 +0200
+++ /var/db/repos/local/app-portage/pfl/pfl-3.2-r2.ebuild       2022-08-02 21:21:51.223196682 +0200
@@ -4,8 +4,8 @@
 EAPI=8

 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10} )
-PYTHON_REQ_USE="xml"
+PYTHON_COMPAT=( python3_{8,9,10,11} )
+PYTHON_REQ_USE="xml(+)"

 inherit distutils-r1 systemd