From: Michał Górny Date: Thu, 19 Mar 2020 18:28:18 +0000 (+0100) Subject: dev-python/authres: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dbd7582b3d4a9ecfb89a38e8493d718cf831b9d8;p=gentoo.git dev-python/authres: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/authres/authres-0.800.ebuild b/dev-python/authres/authres-0.800.ebuild index a2824ec8e273..b3a088be0c34 100644 --- a/dev-python/authres/authres-0.800.ebuild +++ b/dev-python/authres/authres-0.800.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/authres/authres-1.1.1.ebuild b/dev-python/authres/authres-1.1.1.ebuild index 26a7340c6387..494482fe4413 100644 --- a/dev-python/authres/authres-1.1.1.ebuild +++ b/dev-python/authres/authres-1.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1