From b6bfe47f936ad09a528beb307b63a72b6ffcc824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 26 Sep 2020 18:17:26 +0200 Subject: [PATCH] dev-python/lxml: Remove py2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/lxml/{lxml-4.5.2.ebuild => lxml-4.5.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/lxml/{lxml-4.5.2.ebuild => lxml-4.5.2-r1.ebuild} (97%) diff --git a/dev-python/lxml/lxml-4.5.2.ebuild b/dev-python/lxml/lxml-4.5.2-r1.ebuild similarity index 97% rename from dev-python/lxml/lxml-4.5.2.ebuild rename to dev-python/lxml/lxml-4.5.2-r1.ebuild index 5fda592375eec..91bdb6ed77b41 100644 --- a/dev-python/lxml/lxml-4.5.2.ebuild +++ b/dev-python/lxml/lxml-4.5.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 optfeature toolchain-funcs