diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:10:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:24:21 +0100 |
commit | 744cf991f69e0dc6d7a9dca3ca316b136f41d54e (patch) | |
tree | a665c606796ab0a8cd50511c1634133c0f8fb1dd | |
parent | app-antivirus/clamav-unofficial-sigs: new version 7.0.1. (diff) | |
download | gentoo-744cf991f69e0dc6d7a9dca3ca316b136f41d54e.tar.gz gentoo-744cf991f69e0dc6d7a9dca3ca316b136f41d54e.tar.bz2 gentoo-744cf991f69e0dc6d7a9dca3ca316b136f41d54e.zip |
dev-python/lesscpy: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/lesscpy/lesscpy-0.11.1.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |