commit:     2f6d94ed06cefc09b8438e5167777817e54aaad3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 07:02:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 07:08:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6d94ed

dev-python/zc-lockfile: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/zc-lockfile/zc-lockfile-1.4.ebuild | 2 +-
 dev-python/zc-lockfile/zc-lockfile-2.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild 
b/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
index 0cc2e04dc84..865969ca404 100644
--- a/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild 
b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
index a92d5f9a547..29d32611f28 100644
--- a/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
+++ b/dev-python/zc-lockfile/zc-lockfile-2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 

Reply via email to