Hi,

Here's a short series of patches to clean some obsolete stuff:

a. support for meson-python < 0.11.0 (that did not provide the ability
   to pass meson options)

b. support for EAPI 6 in distutils-r1 (no longer used in ::gentoo)

c. conditional support for python2_7 in python-any-r1 (likewise)

d. unused code related to support for old Python versions

While at it, I've also noticed that we're applying wrong (python3.8 era)
python_optimize logic to PyPy3.9.

-- 
Best regards,
Michał Górny


Michał Górny (5):
  distutils-r1.eclass: Require meson-python >= 0.11.0
  distutils-r1.eclass: Remove EAPI 6 support
  python-any-r1.eclass: Stop allowing python2_7
  python-utils-r1.eclass: Clean up post disabling python2_7 compat
  python-utils-r1.eclass: Update python_optimize for PyPy3.9

 eclass/distutils-r1.eclass    | 85 +++++++++++++----------------------
 eclass/python-any-r1.eclass   |  1 -
 eclass/python-utils-r1.eclass | 68 +++++++++-------------------
 3 files changed, 51 insertions(+), 103 deletions(-)

-- 
2.38.1


Reply via email to