From f1ee1f5a4f28f87c42f8cfa19580899c4ce095cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Sep 2020 16:31:54 +0200 Subject: [PATCH] dev-python/wheel: Remove python2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../wheel/{wheel-0.35.1.ebuild => wheel-0.35.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/wheel/{wheel-0.35.1.ebuild => wheel-0.35.1-r1.ebuild} (94%) diff --git a/dev-python/wheel/wheel-0.35.1.ebuild b/dev-python/wheel/wheel-0.35.1-r1.ebuild similarity index 94% rename from dev-python/wheel/wheel-0.35.1.ebuild rename to dev-python/wheel/wheel-0.35.1-r1.ebuild index 25eed5dcc9ca5..63905f0112c13 100644 --- a/dev-python/wheel/wheel-0.35.1.ebuild +++ b/dev-python/wheel/wheel-0.35.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 eutils