From: David Seifert Date: Sat, 28 Dec 2019 16:11:43 +0000 (+0100) Subject: dev-python/chump: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56ee63f1e95a4f327072a31b0b9b9752076aaf98;p=gentoo.git dev-python/chump: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- 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