public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 0/6] scons-utils.eclass: EAPI 8 support and cleanup
@ 2022-10-28 17:51 Michał Górny
  2022-10-28 17:51 ` [gentoo-dev] [PATCH 1/6] scons-utils.eclass: Remove support for EAPI 0..6 Michał Górny
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Michał Górny @ 2022-10-28 17:51 UTC (permalink / raw
  To: gentoo-dev; +Cc: Michał Górny

Hi,

Here's a patchset that removes support for all old EAPIs from
scons-utils.eclass and adds support for EAPI 8.  While at it, I'm
updating docs and removing custom MAKEOPTS parser in favor
of makeopts_jobs.

Note that this currently breaks one last rited package (that still
uses EAPI 6), so it won't be merged before that one goes.


Michał Górny (6):
  scons-utils.eclass: Remove support for EAPI 0..6
  scons-utils.eclass: Use python_has_version
  scons-utils.eclass: Enable EAPI 8 support
  scons-utils.eclass: Update documentation
  scons-utils.eclass: Default SCONS_MIN_VERSION to current stable
  scons-utils.eclass: Reuse makeopts_jobs

 eclass/scons-utils.eclass   | 246 +++++-------------------------------
 eclass/tests/scons-utils.sh |  64 ----------
 2 files changed, 29 insertions(+), 281 deletions(-)
 delete mode 100755 eclass/tests/scons-utils.sh

-- 
2.38.1



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

end of thread, other threads:[~2022-10-28 17:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-28 17:51 [gentoo-dev] [PATCH 0/6] scons-utils.eclass: EAPI 8 support and cleanup Michał Górny
2022-10-28 17:51 ` [gentoo-dev] [PATCH 1/6] scons-utils.eclass: Remove support for EAPI 0..6 Michał Górny
2022-10-28 17:51 ` [gentoo-dev] [PATCH 2/6] scons-utils.eclass: Use python_has_version Michał Górny
2022-10-28 17:51 ` [gentoo-dev] [PATCH 3/6] scons-utils.eclass: Enable EAPI 8 support Michał Górny
2022-10-28 17:51 ` [gentoo-dev] [PATCH 4/6] scons-utils.eclass: Update documentation Michał Górny
2022-10-28 17:51 ` [gentoo-dev] [PATCH 5/6] scons-utils.eclass: Default SCONS_MIN_VERSION to current stable Michał Górny
2022-10-28 17:51 ` [gentoo-dev] [PATCH 6/6] scons-utils.eclass: Reuse makeopts_jobs 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