diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-30 22:11:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-30 22:26:05 +0100 |
commit | a2e90925cdc53626591c65c52266b787a532c4e8 (patch) | |
tree | 17f651ae0ba83be57f131533ba66a26a65dd6430 /app-misc/yq | |
parent | dev-python/tox: Remove py2 (diff) | |
download | gentoo-a2e90925cdc53626591c65c52266b787a532c4e8.tar.gz gentoo-a2e90925cdc53626591c65c52266b787a532c4e8.tar.bz2 gentoo-a2e90925cdc53626591c65c52266b787a532c4e8.zip |
app-misc/yq: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/yq')
-rw-r--r-- | app-misc/yq/yq-2.7.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-misc/yq/yq-2.7.2.ebuild | 2 | ||||
-rw-r--r-- | app-misc/yq/yq-2.8.0.ebuild | 2 | ||||
-rw-r--r-- | app-misc/yq/yq-2.9.2-r1.ebuild | 2 | ||||
-rw-r--r-- | app-misc/yq/yq-2.9.2.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app-misc/yq/yq-2.7.1-r1.ebuild b/app-misc/yq/yq-2.7.1-r1.ebuild index 8146154e34dc..2559bf50e6bf 100644 --- a/app-misc/yq/yq-2.7.1-r1.ebuild +++ b/app-misc/yq/yq-2.7.1-r1.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/app-misc/yq/yq-2.7.2.ebuild b/app-misc/yq/yq-2.7.2.ebuild index 2c675de66fdd..f091efa90988 100644 --- a/app-misc/yq/yq-2.7.2.ebuild +++ b/app-misc/yq/yq-2.7.2.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/app-misc/yq/yq-2.8.0.ebuild b/app-misc/yq/yq-2.8.0.ebuild index 2c675de66fdd..f091efa90988 100644 --- a/app-misc/yq/yq-2.8.0.ebuild +++ b/app-misc/yq/yq-2.8.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 diff --git a/app-misc/yq/yq-2.9.2-r1.ebuild b/app-misc/yq/yq-2.9.2-r1.ebuild index a569a0b4e890..3853856388ac 100644 --- a/app-misc/yq/yq-2.9.2-r1.ebuild +++ b/app-misc/yq/yq-2.9.2-r1.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,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) inherit distutils-r1 diff --git a/app-misc/yq/yq-2.9.2.ebuild b/app-misc/yq/yq-2.9.2.ebuild index 2c675de66fdd..f091efa90988 100644 --- a/app-misc/yq/yq-2.9.2.ebuild +++ b/app-misc/yq/yq-2.9.2.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 |