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 28/28] distutils-r1.eclass: Enable EAPI 8
Date: Sun, 20 Jun 2021 10:05:03
Message-Id: 20210620095552.625633-29-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/28] python-r1 suite EAPI 8 support/cleanup by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/distutils-r1.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
7 index 314604e62660..0af1c85149f2 100644
8 --- a/eclass/distutils-r1.eclass
9 +++ b/eclass/distutils-r1.eclass
10 @@ -7,7 +7,7 @@
11 # @AUTHOR:
12 # Author: Michał Górny <mgorny@g.o>
13 # Based on the work of: Krzysztof Pawlik <nelchael@g.o>
14 -# @SUPPORTED_EAPIS: 6 7
15 +# @SUPPORTED_EAPIS: 6 7 8
16 # @BLURB: A simple eclass to build Python packages using distutils.
17 # @DESCRIPTION:
18 # A simple eclass providing functions to build Python packages using
19 @@ -47,7 +47,7 @@ case "${EAPI:-0}" in
20 [0-5])
21 die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
22 ;;
23 - [6-7])
24 + [6-8])
25 ;;
26 *)
27 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
28 --
29 2.32.0