diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:27:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:37:15 +0100 |
commit | ba965d63ba112d1eff646f0f96c3e9723af330dc (patch) | |
tree | 63fd69c5ea8789d537ec9144d821334ca0a6f227 /dev-python/pyinsane | |
parent | dev-python/pyicu: Remove py2 (diff) | |
download | gentoo-ba965d63ba112d1eff646f0f96c3e9723af330dc.tar.gz gentoo-ba965d63ba112d1eff646f0f96c3e9723af330dc.tar.bz2 gentoo-ba965d63ba112d1eff646f0f96c3e9723af330dc.zip |
dev-python/pyinsane: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyinsane')
-rw-r--r-- | dev-python/pyinsane/pyinsane-2.0.10.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 c1bb4b1380a1..601103ec150e 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 715fc0d6213c..5dba14178755 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 ea0d6273576c..2f964f566218 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 |