summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:10:23 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:24:21 +0100
commit744cf991f69e0dc6d7a9dca3ca316b136f41d54e (patch)
treea665c606796ab0a8cd50511c1634133c0f8fb1dd /dev-python/lesscpy
parentapp-antivirus/clamav-unofficial-sigs: new version 7.0.1. (diff)
downloadgentoo-744cf991f69e0dc6d7a9dca3ca316b136f41d54e.tar.gz
gentoo-744cf991f69e0dc6d7a9dca3ca316b136f41d54e.tar.bz2
gentoo-744cf991f69e0dc6d7a9dca3ca316b136f41d54e.zip
dev-python/lesscpy: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/lesscpy')
-rw-r--r--dev-python/lesscpy/lesscpy-0.11.1.ebuild2
-rw-r--r--dev-python/lesscpy/lesscpy-0.13.0.ebuild2
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 9616d41cb732..0aac1ed93382 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 4f4872ce6017..669434fc4446 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