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 21/28] python-r1.eclass: Enable EAPI 8
Date: Sun, 20 Jun 2021 10:03:00
Message-Id: 20210620095552.625633-22-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/python-r1.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
7 index 77709bfe7591..372b4d671fc9 100644
8 --- a/eclass/python-r1.eclass
9 +++ b/eclass/python-r1.eclass
10 @@ -7,7 +7,7 @@
11 # @AUTHOR:
12 # Author: Michał Górny <mgorny@g.o>
13 # Based on work of: Krzysztof Pawlik <nelchael@g.o>
14 -# @SUPPORTED_EAPIS: 6 7
15 +# @SUPPORTED_EAPIS: 6 7 8
16 # @BLURB: A common, simple eclass for Python packages.
17 # @DESCRIPTION:
18 # A common eclass providing helper functions to build and install
19 @@ -33,7 +33,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