Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eradicate/
Date: Fri, 27 Aug 2021 05:44:00
Message-Id: 1630043000.1645d099884c376b8f23b1db8ab896db4036d3fc.arthurzam@gentoo
1 commit: 1645d099884c376b8f23b1db8ab896db4036d3fc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 05:37:28 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 05:43:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1645d099
7
8 dev-python/eradicate: enable py3.10, EAPI=8
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/eradicate/eradicate-2.0.0.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/eradicate/eradicate-2.0.0.ebuild b/dev-python/eradicate/eradicate-2.0.0.ebuild
16 index 5f33385686e..7dc0ba3f198 100644
17 --- a/dev-python/eradicate/eradicate-2.0.0.ebuild
18 +++ b/dev-python/eradicate/eradicate-2.0.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 -PYTHON_COMPAT=( pypy3 python3_{7..9} )
28 +PYTHON_COMPAT=( pypy3 python3_{8..10} )
29 DISTUTILS_USE_SETUPTOOLS=no
30
31 inherit distutils-r1