commit: b091dd6231618b15d40e17aa3ff1d54916bfda1a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 14:11:53 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 14:24:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b091dd62
dev-python/zict: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/zict/zict-0.1.2.ebuild | 2 +-
dev-python/zict/zict-0.1.3.ebuild | 2 +-
dev-python/zict/zict-0.1.4.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/zict/zict-0.1.2.ebuild
b/dev-python/zict/zict-0.1.2.ebuild
index c2c724b4931..85e4db0c5b5 100644
--- a/dev-python/zict/zict-0.1.2.ebuild
+++ b/dev-python/zict/zict-0.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/zict/zict-0.1.3.ebuild
b/dev-python/zict/zict-0.1.3.ebuild
index 409eb9478ea..5fb26c305b9 100644
--- a/dev-python/zict/zict-0.1.3.ebuild
+++ b/dev-python/zict/zict-0.1.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/zict/zict-0.1.4.ebuild
b/dev-python/zict/zict-0.1.4.ebuild
index 05b954bd628..ff9e1def3a6 100644
--- a/dev-python/zict/zict-0.1.4.ebuild
+++ b/dev-python/zict/zict-0.1.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1