From: Michał Górny Date: Thu, 6 Feb 2020 07:02:58 +0000 (+0100) Subject: dev-python/zc-lockfile: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2f6d94ed06cefc09b8438e5167777817e54aaad3;p=gentoo.git dev-python/zc-lockfile: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild b/dev-python/zc-lockfile/zc-lockfile-1.4.ebuild index 0cc2e04dc84b..865969ca4049 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 a92d5f9a547e..29d32611f280 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