Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/importlib_resources/
Date: Fri, 04 Mar 2022 07:19:00
Message-Id: 1646378045.fbc279949e42892107ae30f1cf91c048e6709a1f.mgorny@gentoo
1 commit: fbc279949e42892107ae30f1cf91c048e6709a1f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 07:14:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 07:14:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc27994
7
8 dev-python/importlib_resources: Revert to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild b/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild
16 index dbe600eaff2b..9852a5a01ffc 100644
17 --- a/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild
18 +++ b/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild
19 @@ -1,7 +1,8 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=8
24 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
25 +EAPI=7
26
27 DISTUTILS_USE_PEP517=flit
28 # This is a backport of Python 3.9's importlib.resources