summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:11:43 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:11:43 +0100
commit56ee63f1e95a4f327072a31b0b9b9752076aaf98 (patch)
tree6645b270a3a651b622cd6b06e8a07e674f632643 /dev-python/chump
parentdev-python/cgroup-utils: Remove Py2 (diff)
downloadgentoo-56ee63f1e95a4f327072a31b0b9b9752076aaf98.tar.gz
gentoo-56ee63f1e95a4f327072a31b0b9b9752076aaf98.tar.bz2
gentoo-56ee63f1e95a4f327072a31b0b9b9752076aaf98.zip
dev-python/chump: 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/chump')
-rw-r--r--dev-python/chump/chump-1.5.2.ebuild2
-rw-r--r--dev-python/chump/chump-1.6.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/chump/chump-1.5.2.ebuild b/dev-python/chump/chump-1.5.2.ebuild
index 5ce7c43c101d..d1440f0c4d5f 100644
--- a/dev-python/chump/chump-1.5.2.ebuild
+++ b/dev-python/chump/chump-1.5.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1 vcs-snapshot
diff --git a/dev-python/chump/chump-1.6.0.ebuild b/dev-python/chump/chump-1.6.0.ebuild
index f2bad783dd2a..f26e09363bd0 100644
--- a/dev-python/chump/chump-1.6.0.ebuild
+++ b/dev-python/chump/chump-1.6.0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
# PyPy is not properly supported:
# https://github.com/karanlyons/chump/issues/17
-PYTHON_COMPAT=( pypy3 python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{5,6,7} )
inherit distutils-r1