From: Michał Górny Date: Tue, 4 Feb 2020 12:28:47 +0000 (+0100) Subject: dev-python/astor: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fea0e8134213d344e229f48c13171dfc24683bea;p=gentoo.git dev-python/astor: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/astor/astor-0.5.ebuild b/dev-python/astor/astor-0.5.ebuild index 5d9eb8b17cbe..64fb34534723 100644 --- a/dev-python/astor/astor-0.5.ebuild +++ b/dev-python/astor/astor-0.5.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} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/astor/astor-0.6.ebuild b/dev-python/astor/astor-0.6.ebuild index e44eb34e0d21..ca7a534773c9 100644 --- a/dev-python/astor/astor-0.6.ebuild +++ b/dev-python/astor/astor-0.6.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} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/astor/astor-0.7.1.ebuild b/dev-python/astor/astor-0.7.1.ebuild index 65e1aa654bfb..c1a2d0abeab2 100644 --- a/dev-python/astor/astor-0.7.1.ebuild +++ b/dev-python/astor/astor-0.7.1.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 diff --git a/dev-python/astor/astor-0.8.1.ebuild b/dev-python/astor/astor-0.8.1.ebuild index 3a53d4ae0d26..ff8dbc0871be 100644 --- a/dev-python/astor/astor-0.8.1.ebuild +++ b/dev-python/astor/astor-0.8.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,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1