Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kconfiglib/
Date: Wed, 28 Oct 2020 02:54:29
Message-Id: 1603853071.fd39e9fdd3c1de168cda487c537ccc7cc8afaca3.radhermit@gentoo
1 commit: fd39e9fdd3c1de168cda487c537ccc7cc8afaca3
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 28 02:43:06 2020 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 28 02:44:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd39e9fd
7
8 dev-python/kconfiglib: add py39 support
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-python/kconfiglib/kconfiglib-14.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/kconfiglib/kconfiglib-14.1.0.ebuild b/dev-python/kconfiglib/kconfiglib-14.1.0.ebuild
16 index 52b0349ecfe..a205f6cea6e 100644
17 --- a/dev-python/kconfiglib/kconfiglib-14.1.0.ebuild
18 +++ b/dev-python/kconfiglib/kconfiglib-14.1.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
24 +PYTHON_COMPAT=( python3_{6..9} pypy3 )
25 DISTUTILS_USE_SETUPTOOLS=rdepend
26 PYTHON_REQ_USE="ncurses"