public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/8] Next Python eclass batch (incl. PyPy slots and non-urgent changes)
@ 2024-11-22 13:38 Michał Górny
  2024-11-22 13:38 ` [gentoo-dev] [PATCH 1/8] python-any-r1.eclass: Fix python_gen_any_dep w/ PYTHON_REQ_USE Michał Górny
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Michał Górny @ 2024-11-22 13:38 UTC (permalink / raw
  To: gentoo-dev; +Cc: Michał Górny

Hi,

Part of this has been sent as part of the original PyPy slotting
proposal, the rest are extra "non-urgent" changes and cleanups.

This will be pushed sometime between new pkgcheck release (which is
required to avoid tons of false positives) and next PyPy slot/subslot.

The primary change is replacing dev-python/pypy3:= compatibility package
dep with the new dev-lang/pypy:=[symlink] dep.  The idea is that when we
get a new slot/subslot, the existing := dep will trigger rebuilds
and the packages will therefore be rebuilt with the new dependency.
Some time after that, we'll be able to lastrite dev-python/pypy3.

Other changes are:

- fixing python_gen_any_dep with PYTHON_REQ_USE (the bug doesn't trigger
  right now)

- moving python3_13t earlier in impl list, so that the experimental impl
  doesn't get used for common phases

- updating for newer maturin versions

- disabling trove-classifier validation that can cause pointless build
  failures if users have too old dev-python/trove-classifiers installed


Ionen Wolkens (1):
  distutils-r1.eclass: Update maturin's skip auditwheel option

Michał Górny (7):
  python-any-r1.eclass: Fix python_gen_any_dep w/ PYTHON_REQ_USE
  python-any-r1.eclass: Remove obsolete variable
  python-utils-r1.eclass: Depend on dev-lang/pypy directly
  python-utils-r1.eclass: Move python3_13t before other python*
  distutils-r1.eclass: Use HATCH_METADATA_CLASSIFIERS_NO_VERIFY
  distutils-r1.eclass: Also do SETUPTOOLS_RUST_CARGO_PROFILE uncond.
  distutils-r1.eclass: Disable setuptools trove-classifier validation

 eclass/distutils-r1.eclass      | 15 ++++++++++-----
 eclass/python-any-r1.eclass     |  5 ++---
 eclass/python-utils-r1.eclass   | 11 +++--------
 eclass/tests/python-utils-r1.sh |  4 +++-
 4 files changed, 18 insertions(+), 17 deletions(-)

-- 
2.47.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-11-22 13:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22 13:38 [gentoo-dev] [PATCH 0/8] Next Python eclass batch (incl. PyPy slots and non-urgent changes) Michał Górny
2024-11-22 13:38 ` [gentoo-dev] [PATCH 1/8] python-any-r1.eclass: Fix python_gen_any_dep w/ PYTHON_REQ_USE Michał Górny
2024-11-22 13:38 ` [gentoo-dev] [PATCH 2/8] python-any-r1.eclass: Remove obsolete variable Michał Górny
2024-11-22 13:38 ` [gentoo-dev] [PATCH 3/8] python-utils-r1.eclass: Depend on dev-lang/pypy directly Michał Górny
2024-11-22 13:38 ` [gentoo-dev] [PATCH 4/8] python-utils-r1.eclass: Move python3_13t before other python* Michał Górny
2024-11-22 13:38 ` [gentoo-dev] [PATCH 5/8] distutils-r1.eclass: Update maturin's skip auditwheel option Michał Górny
2024-11-22 13:38 ` [gentoo-dev] [PATCH 6/8] distutils-r1.eclass: Use HATCH_METADATA_CLASSIFIERS_NO_VERIFY Michał Górny
2024-11-22 13:38 ` [gentoo-dev] [PATCH 7/8] distutils-r1.eclass: Also do SETUPTOOLS_RUST_CARGO_PROFILE uncond Michał Górny
2024-11-22 13:38 ` [gentoo-dev] [PATCH 8/8] distutils-r1.eclass: Disable setuptools trove-classifier validation Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox