public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/7] distutils-r1.eclass: mesonpy option passing support + periodic cleanup
@ 2022-11-25 17:05 Michał Górny
  2022-11-25 17:05 ` [gentoo-dev] [PATCH 1/7] ninja-utils.eclass: Split get_NINJAOPTS out Michał Górny
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Michał Górny @ 2022-11-25 17:05 UTC (permalink / raw
  To: gentoo-dev; +Cc: Michał Górny

Hi,

The highlight of this patchset is support for passing options that was
introduced in >=dev-python/meson-python-0.11.0.

For transition, the eclass only uses option passing if 0.11.0 or newer
is installed.  Ebuilds that need to pass DISTUTILS_ARGS (i.e. scipy)
need to explicitly BDEPEND on it.  Once this version goes stable, we'll
update the minimal version in eclass' BDEPEND and make it unconditional.

We're also adding a new get_NINJAOPTS function that returns appropriate
options to pass to ninja, separately from eninja helper.

Finally, the usual cleanup: bumping minimal versions.  I've also noticed
that we didn't clean up <dev-python/gpep517-9 support when bumping
the dep.

The new ebuild for dev-python/scipy is included.  See the *9999 part
of the patches for the changes.

-- 
Best regards,
Michał Górny


Michał Górny (7):
  ninja-utils.eclass: Split get_NINJAOPTS out
  distutils-r1.eclass: Pass options to meson-python backend
  dev-python/scipy: Pass -Dblas, -Dlapack via DISTUTILS_ARGS
  distutils-r1.eclass: Bump min dep versions to newest stable
  distutils-r1.eclass: Print versions of common hatch plugins
  distutils-r1.eclass: Remove support for gpep517 < 9
  python-utils-r1.eclass: Bump min Python versions

 dev-python/scipy/scipy-1.9.3-r1.ebuild | 109 ++++++++++++++++++++++
 dev-python/scipy/scipy-1.9.9999.ebuild |  11 ++-
 eclass/distutils-r1.eclass             | 119 +++++++++++++------------
 eclass/ninja-utils.eclass              |  15 +++-
 eclass/python-utils-r1.eclass          |  14 +--
 5 files changed, 196 insertions(+), 72 deletions(-)
 create mode 100644 dev-python/scipy/scipy-1.9.3-r1.ebuild

-- 
2.38.1



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

end of thread, other threads:[~2022-11-25 17:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-25 17:05 [gentoo-dev] [PATCH 0/7] distutils-r1.eclass: mesonpy option passing support + periodic cleanup Michał Górny
2022-11-25 17:05 ` [gentoo-dev] [PATCH 1/7] ninja-utils.eclass: Split get_NINJAOPTS out Michał Górny
2022-11-25 17:05 ` [gentoo-dev] [PATCH 2/7] distutils-r1.eclass: Pass options to meson-python backend Michał Górny
2022-11-25 17:05 ` [gentoo-dev] [PATCH 3/7] dev-python/scipy: Pass -Dblas, -Dlapack via DISTUTILS_ARGS Michał Górny
2022-11-25 17:05 ` [gentoo-dev] [PATCH 4/7] distutils-r1.eclass: Bump min dep versions to newest stable Michał Górny
2022-11-25 17:05 ` [gentoo-dev] [PATCH 5/7] distutils-r1.eclass: Print versions of common hatch plugins Michał Górny
2022-11-25 17:05 ` [gentoo-dev] [PATCH 6/7] distutils-r1.eclass: Remove support for gpep517 < 9 Michał Górny
2022-11-25 17:05 ` [gentoo-dev] [PATCH 7/7] python-utils-r1.eclass: Bump min Python versions 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