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/flit_core/
Date: Wed, 26 Jan 2022 10:52:00
Message-Id: 1643194304.99ca79c5bf186777603ca1d43b88b1002e6e59a9.mgorny@gentoo
1 commit: 99ca79c5bf186777603ca1d43b88b1002e6e59a9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 26 10:19:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 26 10:51:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ca79c5
7
8 dev-python/flit_core: Revert to EAPI 7 to ease bootstrap
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/flit_core/flit_core-3.6.0-r2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/flit_core/flit_core-3.6.0-r2.ebuild b/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
16 index 34117bea7e03..760ef222be89 100644
17 --- a/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
18 +++ b/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
19 @@ -1,7 +1,8 @@
20 # Copyright 2019-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=standalone
28 PYTHON_COMPAT=( python3_{8..10} pypy3 )