From e0ec830fad0b9eed44da73fbf8a4651fce423c8b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 18 Mar 2020 19:36:10 +0100 Subject: dev-python/flake8: Drop py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/flake8/flake8-3.5.0.ebuild | 2 +- dev-python/flake8/flake8-3.7.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/flake8/flake8-3.5.0.ebuild b/dev-python/flake8/flake8-3.5.0.ebuild index e90b92fd28c0..331d5d6d4589 100644 --- a/dev-python/flake8/flake8-3.5.0.ebuild +++ b/dev-python/flake8/flake8-3.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/flake8/flake8-3.7.9.ebuild b/dev-python/flake8/flake8-3.7.9.ebuild index 0cc36ad2720e..f16145e06b4c 100644 --- a/dev-python/flake8/flake8-3.7.9.ebuild +++ b/dev-python/flake8/flake8-3.7.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad