Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 0/4] distutils-r1.eclass: cross support + minor updates
Date: Mon, 12 Dec 2022 06:19:31
Message-Id: 20221212061922.46687-1-mgorny@gentoo.org
1 Hi,
2
3 More patches to the last batch:
4
5 1. Fix build system package version output to work on cross (via passing
6 `-b` to best_version calls).
7
8 2. Add support for gpep517-12+ `--sysroot` option for better cross
9 support. Since this is only needed by some packages, we do not make
10 gpep-517-12+ requirement obligatory at this point and just warn when
11 cross-compiling with an older version.
12
13 3. Update minimum versions of dev-lang/python and dev-python/pypy3,
14 as well as clean the tests up after removing dead implementations.
15
16
17 Michał Górny (4):
18 distutils-r1.eclass: Pass -b to best_version for buildsys pkgs
19 distutils-r1.eclass: Pass --sysroot to gpep517 when cross-compiling
20 eclass/tests/python-utils-r1.sh: Remove old impls
21 python-utils.eclass: Bump minimal Python versions
22
23 eclass/distutils-r1.eclass | 21 +++++++++++++++------
24 eclass/python-utils-r1.eclass | 12 +++++-------
25 eclass/tests/python-utils-r1.sh | 18 +-----------------
26 3 files changed, 21 insertions(+), 30 deletions(-)
27
28 --
29 2.38.2

Replies