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/7] Initial support for EAPI 7 for python-r1 suite
Date: Thu, 03 May 2018 14:13:00
Message-Id: 20180503141248.26762-1-mgorny@gentoo.org
1 Hi,
2
3 Here are the initial EAPI 7 patches. Note that they do not provide
4 real cross support since we never did provide one.
5
6 --
7 Best regards,
8 Michał Górny
9
10 Michał Górny (7):
11 python-utils-r1.eclass: Initial EAPI 7 support
12 python-any-r1.eclass: Enable EAPI 7 (no changes)
13 python-single-r1.eclass: Enable EAPI 7 (no changes)
14 python-r1.eclass: Enable EAPI 7 (no changes)
15 distutils-r1.eclass: Remove xdg_environment_reset in EAPI 7
16 distutils-r1.eclass: Call python via ${EPYTHON}, not full path
17 distutils-r1.eclass: Enable EAPI 7 support
18
19 eclass/distutils-r1.eclass | 25 ++++++++++++--------
20 eclass/python-any-r1.eclass | 4 ++--
21 eclass/python-r1.eclass | 4 ++--
22 eclass/python-single-r1.eclass | 4 ++--
23 eclass/python-utils-r1.eclass | 43 +++++++++++++++++++++-------------
24 5 files changed, 48 insertions(+), 32 deletions(-)
25
26 --
27 2.17.0

Replies