From: Michał Górny Date: Sat, 28 Mar 2020 13:30:33 +0000 (+0100) Subject: dev-python/cliff: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5ee16ee2229ef5c711192d0b28962269fcd027b;p=gentoo.git dev-python/cliff: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild index ad16b17bab63..a1af7fb8e25f 100644 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild +++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) VIRTUALX_REQUIRED="test" inherit distutils-r1 virtualx diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild index c22026b41521..fcd3f69df19d 100644 --- a/dev-python/cliff/cliff-2.12.0.ebuild +++ b/dev-python/cliff/cliff-2.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1