commit: 719abe18cb455471fe822f382099965db0dd8409
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 05:15:18 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 05:18:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719abe18
dev-python/croniter: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/croniter/croniter-0.3.17.ebuild | 2 +-
dev-python/croniter/croniter-0.3.29.ebuild | 2 +-
dev-python/croniter/croniter-0.3.30.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/croniter/croniter-0.3.17.ebuild
b/dev-python/croniter/croniter-0.3.17.ebuild
index f25fc007d12..28ab4725320 100644
--- a/dev-python/croniter/croniter-0.3.17.ebuild
+++ b/dev-python/croniter/croniter-0.3.17.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/croniter/croniter-0.3.29.ebuild
b/dev-python/croniter/croniter-0.3.29.ebuild
index 882e559ce1a..debbc4fd5e4 100644
--- a/dev-python/croniter/croniter-0.3.29.ebuild
+++ b/dev-python/croniter/croniter-0.3.29.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/croniter/croniter-0.3.30.ebuild
b/dev-python/croniter/croniter-0.3.30.ebuild
index 1e68e1d777f..df279163ba0 100644
--- a/dev-python/croniter/croniter-0.3.30.ebuild
+++ b/dev-python/croniter/croniter-0.3.30.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