commit: ba965d63ba112d1eff646f0f96c3e9723af330dc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 19:27:58 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:37:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba965d63
dev-python/pyinsane: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyinsane/pyinsane-2.0.10.ebuild | 2 +-
dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild | 2 +-
dev-python/pyinsane/pyinsane-2.0.13.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/pyinsane/pyinsane-2.0.10.ebuild
b/dev-python/pyinsane/pyinsane-2.0.10.ebuild
index c1bb4b1380a..601103ec150 100644
--- a/dev-python/pyinsane/pyinsane-2.0.10.ebuild
+++ b/dev-python/pyinsane/pyinsane-2.0.10.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild
b/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild
index 715fc0d6213..5dba1417875 100644
--- a/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild
+++ b/dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/pyinsane/pyinsane-2.0.13.ebuild
b/dev-python/pyinsane/pyinsane-2.0.13.ebuild
index ea0d6273576..2f964f56621 100644
--- a/dev-python/pyinsane/pyinsane-2.0.13.ebuild
+++ b/dev-python/pyinsane/pyinsane-2.0.13.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