public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/8] python-r1 + distutils-r1: PYTHON_USEDEP in phases and cleanup
@ 2024-06-11 16:00 Michał Górny
  2024-06-11 16:00 ` [gentoo-dev] [PATCH 1/8] distutils-r1.eclass: Remove doc for DOCS, HTML_DOCS and PATCHES Michał Górny
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Michał Górny @ 2024-06-11 16:00 UTC (permalink / raw)
  To: gentoo-dev; +Cc: Michał Górny

Hi,

Here's a next batch of minor changes to distutils-r1 + a signifcant
change to python-r1.

For python-r1, the patch overrides PYTHON_USEDEP
and PYTHON_SINGLE_USEDEP for phase function calls, similarly to how we
do it for python_check_deps().  This makes it possible to easily perform
has_version calls for the dependencies of a package, e.g. to
conditionally skip some tests.

In fact, I was so used to python_check_deps() doing that, that I've
forgotten that distutils-r1 doesn't do it and relied on it in a bunch
of ebuilds (effectively deselecting tests on all implementations when
I only meant to do it on a few).

As for distutils-r1, the biggest change is removing
distutils_install_for_testing (and distutils_enable_tests --install).
It was deprecated for a while now along with legacy builds, and it is
only used in ::gentoo in old package versions (that will be removed
along with the change).  This is a step towards pushing overlays
to PEP517 migration.

Besides that, some eclass documentation improvements are included,
and DISTUTILS_IN_SOURCE_BUILD is marked as deprecated via eclassdoc,
effectively triggering pkgcheck reports about it.  That will probably
be the next legacy build feature to be removed.

Pull request: https://github.com/gentoo/gentoo/pull/36945


Michał Górny (8):
  distutils-r1.eclass: Remove doc for DOCS, HTML_DOCS and PATCHES
  distutils-r1.eclass: Doc DISTUTILS_OPTIONAL + DISTUTILS_SINGLE_IMPL
  distutils-r1.eclass: Doc DISTUTILS_IN_SOURCE_BUILD as deprecated
  distutils-r1.eclass: Document BUILD_DIR for consistency
  distutils-r1.eclass: Remove support for `d_e_t --install`
  distutils-r1.eclass: Remove distutils_install_for_testing
  distutils-r1.eclass: Change "PEP 517" to "PEP517", for consistency
  python-r1.eclass: Override PYTHON*_USEDEP in sub-phases

 eclass/distutils-r1.eclass | 217 ++++++-------------------------------
 eclass/python-r1.eclass    |   4 +-
 2 files changed, 38 insertions(+), 183 deletions(-)

-- 
2.45.2



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

end of thread, other threads:[~2024-06-11 16:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11 16:00 [gentoo-dev] [PATCH 0/8] python-r1 + distutils-r1: PYTHON_USEDEP in phases and cleanup Michał Górny
2024-06-11 16:00 ` [gentoo-dev] [PATCH 1/8] distutils-r1.eclass: Remove doc for DOCS, HTML_DOCS and PATCHES Michał Górny
2024-06-11 16:00 ` [gentoo-dev] [PATCH 2/8] distutils-r1.eclass: Doc DISTUTILS_OPTIONAL + DISTUTILS_SINGLE_IMPL Michał Górny
2024-06-11 16:00 ` [gentoo-dev] [PATCH 3/8] distutils-r1.eclass: Doc DISTUTILS_IN_SOURCE_BUILD as deprecated Michał Górny
2024-06-11 16:00 ` [gentoo-dev] [PATCH 4/8] distutils-r1.eclass: Document BUILD_DIR for consistency Michał Górny
2024-06-11 16:00 ` [gentoo-dev] [PATCH 5/8] distutils-r1.eclass: Remove support for `d_e_t --install` Michał Górny
2024-06-11 16:00 ` [gentoo-dev] [PATCH 6/8] distutils-r1.eclass: Remove distutils_install_for_testing Michał Górny
2024-06-11 16:00 ` [gentoo-dev] [PATCH 7/8] distutils-r1.eclass: Change "PEP 517" to "PEP517", for consistency Michał Górny
2024-06-11 16:00 ` [gentoo-dev] [PATCH 8/8] python-r1.eclass: Override PYTHON*_USEDEP in sub-phases 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