From 56ee63f1e95a4f327072a31b0b9b9752076aaf98 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:11:43 +0100 Subject: [PATCH] dev-python/chump: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- dev-python/chump/chump-1.5.2.ebuild | 2 +- dev-python/chump/chump-1.6.0.ebuild | 2 +- 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 -- 2.26.2