diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:35:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:41:29 +0100 |
commit | 0ac659853aa1bd7c91b2ca313195de8c59c5d7f5 (patch) | |
tree | 91e45a3f9f2c6eaa2312134fe8207fb1fa873cf6 /dev-python/hacking | |
parent | dev-python/glance_store: Remove Python 2 support (diff) | |
download | gentoo-0ac659853aa1bd7c91b2ca313195de8c59c5d7f5.tar.gz gentoo-0ac659853aa1bd7c91b2ca313195de8c59c5d7f5.tar.bz2 gentoo-0ac659853aa1bd7c91b2ca313195de8c59c5d7f5.zip |
dev-python/hacking: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hacking')
-rw-r--r-- | dev-python/hacking/hacking-0.10.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.9.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/hacking/hacking-0.9.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/hacking/hacking-1.1.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/hacking/hacking-0.10.3.ebuild b/dev-python/hacking/hacking-0.10.3.ebuild index b1bee7b936ff..70c5421423ad 100644 --- a/dev-python/hacking/hacking-0.10.3.ebuild +++ b/dev-python/hacking/hacking-0.10.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/hacking/hacking-0.9.2.ebuild b/dev-python/hacking/hacking-0.9.2.ebuild index 2fec7b31ec18..b354c8fcd79b 100644 --- a/dev-python/hacking/hacking-0.9.2.ebuild +++ b/dev-python/hacking/hacking-0.9.2.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/hacking/hacking-0.9.6.ebuild b/dev-python/hacking/hacking-0.9.6.ebuild index aba15c4f89d6..82e43007dffe 100644 --- a/dev-python/hacking/hacking-0.9.6.ebuild +++ b/dev-python/hacking/hacking-0.9.6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/hacking/hacking-1.1.0.ebuild b/dev-python/hacking/hacking-1.1.0.ebuild index fa3885582753..806a3495fd58 100644 --- a/dev-python/hacking/hacking-1.1.0.ebuild +++ b/dev-python/hacking/hacking-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |