From 0f5090276e28e94c1dc391e050b09b08cacccca6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 12 Jan 2020 11:39:32 +0100 Subject: [PATCH] sys-cluster/swift: Remove Python 2 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sys-cluster/swift/swift-2.22.0.ebuild | 5 ++--- sys-cluster/swift/swift-2.23.1.ebuild | 5 ++--- 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}] -- 2.26.2