From: Michał Górny Date: Sat, 18 Jan 2020 18:27:59 +0000 (+0100) Subject: dev-python/rednose: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b54790b3d6546c16787d4b89b00063a4468e2daa;p=gentoo.git dev-python/rednose: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/rednose/rednose-0.4.1.ebuild b/dev-python/rednose/rednose-0.4.1.ebuild index 4af2f8bafdcb..f0f5566be64f 100644 --- a/dev-python/rednose/rednose-0.4.1.ebuild +++ b/dev-python/rednose/rednose-0.4.1.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} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/rednose/rednose-0.4.3.ebuild b/dev-python/rednose/rednose-0.4.3.ebuild index b9138dc20652..7b2d5dd372c7 100644 --- a/dev-python/rednose/rednose-0.4.3.ebuild +++ b/dev-python/rednose/rednose-0.4.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} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1