diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-12 11:39:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-13 10:42:22 +0100 |
commit | 0f5090276e28e94c1dc391e050b09b08cacccca6 (patch) | |
tree | 03a89af31a42538bce33f308ec9b34f4b24d4a27 /sys-cluster | |
parent | sys-cluster/placement: Remove Python 2 support (diff) | |
download | gentoo-0f5090276e28e94c1dc391e050b09b08cacccca6.tar.gz gentoo-0f5090276e28e94c1dc391e050b09b08cacccca6.tar.bz2 gentoo-0f5090276e28e94c1dc391e050b09b08cacccca6.zip |
sys-cluster/swift: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/swift/swift-2.22.0.ebuild | 5 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2.23.1.ebuild | 5 | ||||
-rw-r--r-- | sys-cluster/swift/swift-2019.2.9999.ebuild | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/sys-cluster/swift/swift-2.22.0.ebuild b/sys-cluster/swift/swift-2.22.0.ebuild index 9a409be64721..a69e441eb239 100644 --- a/sys-cluster/swift/swift-2.22.0.ebuild +++ b/sys-cluster/swift/swift-2.22.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 eutils linux-info user @@ -29,7 +29,6 @@ DEPEND=" RDEPEND=" ${CDEPEND} - >=dev-python/dnspython-1.14.0:0[$(python_gen_usedep 'python2_7')] >=dev-python/eventlet-0.25.0[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.1[${PYTHON_USEDEP}] >=dev-python/netifaces-0.8[${PYTHON_USEDEP}] diff --git a/sys-cluster/swift/swift-2.23.1.ebuild b/sys-cluster/swift/swift-2.23.1.ebuild index 3e3deb94d7f2..1b2a5d5648c0 100644 --- a/sys-cluster/swift/swift-2.23.1.ebuild +++ b/sys-cluster/swift/swift-2.23.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 eutils linux-info user @@ -29,7 +29,6 @@ DEPEND=" RDEPEND=" ${CDEPEND} - >=dev-python/dnspython-1.15.0:0[$(python_gen_usedep 'python2_7')] >=dev-python/eventlet-0.25.0[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] >=dev-python/netifaces-0.8[${PYTHON_USEDEP}] diff --git a/sys-cluster/swift/swift-2019.2.9999.ebuild b/sys-cluster/swift/swift-2019.2.9999.ebuild index d90ce6aa21ec..c9ab6d0b2f70 100644 --- a/sys-cluster/swift/swift-2019.2.9999.ebuild +++ b/sys-cluster/swift/swift-2019.2.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 eutils linux-info user @@ -29,7 +29,6 @@ DEPEND=" RDEPEND=" ${CDEPEND} - >=dev-python/dnspython-1.15.0:0[$(python_gen_usedep 'python2_7')] >=dev-python/eventlet-0.25.0[${PYTHON_USEDEP}] >=dev-python/greenlet-0.3.2[${PYTHON_USEDEP}] >=dev-python/netifaces-0.8[${PYTHON_USEDEP}] |