commit: 2501ac4092512dfd6da5349033c92772ff416e85
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 15:24:00 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 15:29:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2501ac40
dev-python/warlock: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/warlock/warlock-1.1.0.ebuild | 2 +-
dev-python/warlock/warlock-1.2.0.ebuild | 2 +-
dev-python/warlock/warlock-1.3.0.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/warlock/warlock-1.1.0.ebuild
b/dev-python/warlock/warlock-1.1.0.ebuild
index f275b1856f1..e013eafd054 100644
--- a/dev-python/warlock/warlock-1.1.0.ebuild
+++ b/dev-python/warlock/warlock-1.1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/warlock/warlock-1.2.0.ebuild
b/dev-python/warlock/warlock-1.2.0.ebuild
index f275b1856f1..e013eafd054 100644
--- a/dev-python/warlock/warlock-1.2.0.ebuild
+++ b/dev-python/warlock/warlock-1.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/warlock/warlock-1.3.0.ebuild
b/dev-python/warlock/warlock-1.3.0.ebuild
index 51516c988cd..2a6cdc6082b 100644
--- a/dev-python/warlock/warlock-1.3.0.ebuild
+++ b/dev-python/warlock/warlock-1.3.0.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