From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: "Michał Górny" <mgorny@gentoo.org>
Subject: [gentoo-dev] [PATCH 0/4] distutils-r1.eclass: cross support + minor updates
Date: Mon, 12 Dec 2022 07:19:18 +0100 [thread overview]
Message-ID: <20221212061922.46687-1-mgorny@gentoo.org> (raw)
Hi,
More patches to the last batch:
1. Fix build system package version output to work on cross (via passing
`-b` to best_version calls).
2. Add support for gpep517-12+ `--sysroot` option for better cross
support. Since this is only needed by some packages, we do not make
gpep-517-12+ requirement obligatory at this point and just warn when
cross-compiling with an older version.
3. Update minimum versions of dev-lang/python and dev-python/pypy3,
as well as clean the tests up after removing dead implementations.
Michał Górny (4):
distutils-r1.eclass: Pass -b to best_version for buildsys pkgs
distutils-r1.eclass: Pass --sysroot to gpep517 when cross-compiling
eclass/tests/python-utils-r1.sh: Remove old impls
python-utils.eclass: Bump minimal Python versions
eclass/distutils-r1.eclass | 21 +++++++++++++++------
eclass/python-utils-r1.eclass | 12 +++++-------
eclass/tests/python-utils-r1.sh | 18 +-----------------
3 files changed, 21 insertions(+), 30 deletions(-)
--
2.38.2
next reply other threads:[~2022-12-12 6:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-12 6:19 Michał Górny [this message]
2022-12-12 6:19 ` [gentoo-dev] [PATCH 1/4] distutils-r1.eclass: Pass -b to best_version for buildsys pkgs Michał Górny
2022-12-12 6:19 ` [gentoo-dev] [PATCH 2/4] distutils-r1.eclass: Pass --sysroot to gpep517 when cross-compiling Michał Górny
2022-12-12 6:19 ` [gentoo-dev] [PATCH 3/4] eclass/tests/python-utils-r1.sh: Remove old impls Michał Górny
2022-12-12 6:19 ` [gentoo-dev] [PATCH 4/4] python-utils.eclass: Bump minimal Python versions Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221212061922.46687-1-mgorny@gentoo.org \
--to=mgorny@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox