From: Michał Górny Date: Wed, 5 Feb 2020 13:21:53 +0000 (+0100) Subject: dev-python/futurist: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=10ae0823cdebb61f0e13e15bbb14189f61497a3b;p=gentoo.git dev-python/futurist: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/futurist/futurist-1.3.1.ebuild b/dev-python/futurist/futurist-1.3.1.ebuild index 3ec42d128c21..14cb8b7a2cc0 100644 --- a/dev-python/futurist/futurist-1.3.1.ebuild +++ b/dev-python/futurist/futurist-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/futurist/futurist-1.6.0.ebuild b/dev-python/futurist/futurist-1.6.0.ebuild index 86e3ee9b3f85..dd6b864a786d 100644 --- a/dev-python/futurist/futurist-1.6.0.ebuild +++ b/dev-python/futurist/futurist-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/futurist/futurist-1.8.1.ebuild b/dev-python/futurist/futurist-1.8.1.ebuild index 5610326a7703..80db89cb2f51 100644 --- a/dev-python/futurist/futurist-1.8.1.ebuild +++ b/dev-python/futurist/futurist-1.8.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 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1