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/tomli/
Date: Mon, 27 Sep 2021 06:59:46
Message-Id: 1632725976.2c68bdf324fa899a3909e95f95d8fff873aa156f.mgorny@gentoo
1 commit: 2c68bdf324fa899a3909e95f95d8fff873aa156f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 06:34:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 06:59:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c68bdf3
7
8 dev-python/tomli: Revert to EAPI 7 for Portage
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tomli/tomli-1.2.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/tomli/tomli-1.2.1.ebuild b/dev-python/tomli/tomli-1.2.1.ebuild
16 index f30a01a6ebc..f682c45cb22 100644
17 --- a/dev-python/tomli/tomli-1.2.1.ebuild
18 +++ b/dev-python/tomli/tomli-1.2.1.ebuild
19 @@ -1,7 +1,8 @@
20 # Copyright 2021 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 PYTHON_COMPAT=( python3_{8..10} pypy3 )
28 inherit distutils-r1