Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/6] python-utils-r1.eclass: Python 3.11 support
Date: Sun, 08 May 2022 18:26:54
Message-Id: 20220508182642.4112-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a patchset to enable Python 3.11 support in the eclasses.
4 Along with the usual mechanical changes, I have refactored the tests
5 to avoid repetition and cover verifying that all the mechanical changes
6 were done.
7
8 --
9 Best regards,
10 Michał Górny
11
12 Michał Górny (6):
13 python-utils-r1.eclass: Add support for python3.11
14 eclass/tests/python-utils-r1.sh: Streamline the tests
15 eclass/tests/python-utils-r1.eclass: Add tests for adding new impls
16 profiles: Add flags for python3.11
17 dev-lang/python-exec: Enable python3.11 support
18 dev-lang/python: Add python-exec dep to 3.11.0_beta1
19
20 dev-lang/python-exec/python-exec-2.4.8.ebuild | 2 +-
21 ...1.ebuild => python-3.11.0_beta1-r1.ebuild} | 3 +-
22 eclass/python-utils-r1.eclass | 10 +-
23 eclass/tests/python-utils-r1.sh | 133 +++++++++---------
24 profiles/base/package.use.force | 1 +
25 profiles/base/use.stable.mask | 7 +-
26 profiles/desc/python_single_target.desc | 1 +
27 profiles/desc/python_targets.desc | 1 +
28 8 files changed, 80 insertions(+), 78 deletions(-)
29 rename dev-lang/python/{python-3.11.0_beta1.ebuild => python-3.11.0_beta1-r1.ebuild} (99%)
30
31 --
32 2.35.1

Replies