From b12bfd0200ad5a1c7d1d1bd9a756f0e30546ed5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 28 Mar 2020 14:31:32 +0100 Subject: [PATCH] dev-python/testresources: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/testresources/testresources-0.2.7-r2.ebuild | 2 +- dev-python/testresources/testresources-1.0.0.ebuild | 2 +- dev-python/testresources/testresources-2.0.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/testresources/testresources-0.2.7-r2.ebuild b/dev-python/testresources/testresources-0.2.7-r2.ebuild index fe388a4cec5f..770af1876c51 100644 --- a/dev-python/testresources/testresources-0.2.7-r2.ebuild +++ b/dev-python/testresources/testresources-0.2.7-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/testresources/testresources-1.0.0.ebuild b/dev-python/testresources/testresources-1.0.0.ebuild index 9a136ccef1f1..ef6f4060ce5f 100644 --- a/dev-python/testresources/testresources-1.0.0.ebuild +++ b/dev-python/testresources/testresources-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/dev-python/testresources/testresources-2.0.1.ebuild b/dev-python/testresources/testresources-2.0.1.ebuild index ff08e831e3cc..721f99b6fe8c 100644 --- a/dev-python/testresources/testresources-2.0.1.ebuild +++ b/dev-python/testresources/testresources-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 -- 2.26.2