From: Michał Górny Date: Tue, 4 Feb 2020 13:40:43 +0000 (+0100) Subject: dev-python/case: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b2354202fd481debc71267d1ca6f731b497c3fa0;p=gentoo.git dev-python/case: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/case/case-1.5.2-r1.ebuild b/dev-python/case/case-1.5.2-r1.ebuild index d078118426be..85cca93f22aa 100644 --- a/dev-python/case/case-1.5.2-r1.ebuild +++ b/dev-python/case/case-1.5.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/case/case-1.5.3.ebuild b/dev-python/case/case-1.5.3.ebuild index 6a8f2b244ed3..6dee7201f575 100644 --- a/dev-python/case/case-1.5.3.ebuild +++ b/dev-python/case/case-1.5.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1