summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:13:13 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:13:13 +0100
commit4fd5706896281f003111175aaa3f3391cce5b62f (patch)
tree3ef479ece439f04af6646ae1bd814309cb14a610 /dev-python/kconfiglib
parentdev-python/json-tools: Remove Py2 (diff)
downloadgentoo-4fd5706896281f003111175aaa3f3391cce5b62f.tar.gz
gentoo-4fd5706896281f003111175aaa3f3391cce5b62f.tar.bz2
gentoo-4fd5706896281f003111175aaa3f3391cce5b62f.zip
dev-python/kconfiglib: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/kconfiglib')
-rw-r--r--dev-python/kconfiglib/kconfiglib-12.12.1.ebuild2
-rw-r--r--dev-python/kconfiglib/kconfiglib-13.2.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild
index b1a5baccde7c..f7c488a885cd 100644
--- a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild
+++ b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
+PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1
diff --git a/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild b/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild
index e519c27c57a6..31ea525387d5 100644
--- a/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild
+++ b/dev-python/kconfiglib/kconfiglib-13.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} )
+PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1