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/5] distutils-r1 & python-utils-r1: cleanup old stuff
Date: Thu, 08 Dec 2022 18:53:57
Message-Id: 20221208185348.3599822-1-mgorny@gentoo.org
1 Hi,
2
3 Here's a short series of patches to clean some obsolete stuff:
4
5 a. support for meson-python < 0.11.0 (that did not provide the ability
6 to pass meson options)
7
8 b. support for EAPI 6 in distutils-r1 (no longer used in ::gentoo)
9
10 c. conditional support for python2_7 in python-any-r1 (likewise)
11
12 d. unused code related to support for old Python versions
13
14 While at it, I've also noticed that we're applying wrong (python3.8 era)
15 python_optimize logic to PyPy3.9.
16
17 --
18 Best regards,
19 Michał Górny
20
21
22 Michał Górny (5):
23 distutils-r1.eclass: Require meson-python >= 0.11.0
24 distutils-r1.eclass: Remove EAPI 6 support
25 python-any-r1.eclass: Stop allowing python2_7
26 python-utils-r1.eclass: Clean up post disabling python2_7 compat
27 python-utils-r1.eclass: Update python_optimize for PyPy3.9
28
29 eclass/distutils-r1.eclass | 85 +++++++++++++----------------------
30 eclass/python-any-r1.eclass | 1 -
31 eclass/python-utils-r1.eclass | 68 +++++++++-------------------
32 3 files changed, 51 insertions(+), 103 deletions(-)
33
34 --
35 2.38.1

Replies