commit: 744cf991f69e0dc6d7a9dca3ca316b136f41d54e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 16:10:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 16:24:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=744cf991
dev-python/lesscpy: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/lesscpy/lesscpy-0.11.1.ebuild | 2 +-
dev-python/lesscpy/lesscpy-0.13.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/lesscpy/lesscpy-0.11.1.ebuild
b/dev-python/lesscpy/lesscpy-0.11.1.ebuild
index 9616d41cb73..0aac1ed9338 100644
--- a/dev-python/lesscpy/lesscpy-0.11.1.ebuild
+++ b/dev-python/lesscpy/lesscpy-0.11.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/lesscpy/lesscpy-0.13.0.ebuild
b/dev-python/lesscpy/lesscpy-0.13.0.ebuild
index 4f4872ce601..669434fc444 100644
--- a/dev-python/lesscpy/lesscpy-0.13.0.ebuild
+++ b/dev-python/lesscpy/lesscpy-0.13.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1