From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4528E138334 for ; Sun, 29 Dec 2019 13:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4127E0DE8; Sun, 29 Dec 2019 13:23:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E181E0DDD for ; Sun, 29 Dec 2019 13:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E60E334DCC7 for ; Sun, 29 Dec 2019 13:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10B5084 for ; Sun, 29 Dec 2019 13:23:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577625777.d376c7b53124bcf3dc8757fc006f703bd9a65b2e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/nova/nova-18.2.3.ebuild sys-cluster/nova/nova-19.0.3.ebuild sys-cluster/nova/nova-20.0.1.ebuild sys-cluster/nova/nova-2018.2.9999.ebuild sys-cluster/nova/nova-2019.1.9999.ebuild sys-cluster/nova/nova-2019.2.9999.ebuild X-VCS-Directories: sys-cluster/nova/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d376c7b53124bcf3dc8757fc006f703bd9a65b2e X-VCS-Branch: master Date: Sun, 29 Dec 2019 13:23:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a67814f5-03ef-474e-9111-903f787d534a X-Archives-Hash: 2a1f16ed1513c427ffd9c4717196fa6b commit: d376c7b53124bcf3dc8757fc006f703bd9a65b2e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 28 16:57:06 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 13:22:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d376c7b5 sys-cluster/nova: Drop python2_7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-cluster/nova/nova-18.2.3.ebuild | 3 +-- sys-cluster/nova/nova-19.0.3.ebuild | 3 +-- sys-cluster/nova/nova-20.0.1.ebuild | 3 +-- sys-cluster/nova/nova-2018.2.9999.ebuild | 3 +-- sys-cluster/nova/nova-2019.1.9999.ebuild | 3 +-- sys-cluster/nova/nova-2019.2.9999.ebuild | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/sys-cluster/nova/nova-18.2.3.ebuild b/sys-cluster/nova/nova-18.2.3.ebuild index f57c926d0e3..e46324c4bd7 100644 --- a/sys-cluster/nova/nova-18.2.3.ebuild +++ b/sys-cluster/nova/nova-18.2.3.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 eutils linux-info multilib user DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python" @@ -151,7 +151,6 @@ RDEPEND=" >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}] >=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}] - >=dev-python/futures-3.0.0[$(python_gen_usedep 'python2_7')] dev-python/libvirt-python[${PYTHON_USEDEP}] app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) diff --git a/sys-cluster/nova/nova-19.0.3.ebuild b/sys-cluster/nova/nova-19.0.3.ebuild index d25e3939bb4..611fe7d129f 100644 --- a/sys-cluster/nova/nova-19.0.3.ebuild +++ b/sys-cluster/nova/nova-19.0.3.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 eutils linux-info multilib user DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python" @@ -151,7 +151,6 @@ RDEPEND=" >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}] >=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}] - >=dev-python/futurist-1.8.0[$(python_gen_usedep 'python2_7')] dev-python/libvirt-python[${PYTHON_USEDEP}] app-emulation/libvirt[iscsi?] app-emulation/spice-html5 diff --git a/sys-cluster/nova/nova-20.0.1.ebuild b/sys-cluster/nova/nova-20.0.1.ebuild index 721b0a62416..a231a463c24 100644 --- a/sys-cluster/nova/nova-20.0.1.ebuild +++ b/sys-cluster/nova/nova-20.0.1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 eutils linux-info multilib user DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python" @@ -122,7 +122,6 @@ RDEPEND=" >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}] >=dev-python/zVMCloudConnector-1.3.0[${PYTHON_USEDEP}] - >=dev-python/futurist-1.8.0[$(python_gen_usedep 'python2_7')] >=dev-python/openstacksdk-0.35.0[${PYTHON_USEDEP}] dev-python/libvirt-python[${PYTHON_USEDEP}] app-emulation/libvirt[iscsi?] diff --git a/sys-cluster/nova/nova-2018.2.9999.ebuild b/sys-cluster/nova/nova-2018.2.9999.ebuild index dd30ccf5b55..38f09f336c8 100644 --- a/sys-cluster/nova/nova-2018.2.9999.ebuild +++ b/sys-cluster/nova/nova-2018.2.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 eutils linux-info multilib user DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python" @@ -151,7 +151,6 @@ RDEPEND=" >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}] >=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}] - >=dev-python/futures-3.0.0[$(python_gen_usedep 'python2_7')] dev-python/libvirt-python[${PYTHON_USEDEP}] app-emulation/libvirt[iscsi?] novncproxy? ( www-apps/novnc ) diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild b/sys-cluster/nova/nova-2019.1.9999.ebuild index 4eaf50a6619..ce48df74dc2 100644 --- a/sys-cluster/nova/nova-2019.1.9999.ebuild +++ b/sys-cluster/nova/nova-2019.1.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 eutils linux-info multilib user DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python" @@ -151,7 +151,6 @@ RDEPEND=" >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}] >=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}] - >=dev-python/futurist-1.8.0[$(python_gen_usedep 'python2_7')] dev-python/libvirt-python[${PYTHON_USEDEP}] app-emulation/libvirt[iscsi?] app-emulation/spice-html5 diff --git a/sys-cluster/nova/nova-2019.2.9999.ebuild b/sys-cluster/nova/nova-2019.2.9999.ebuild index 01dac558c9c..e1d210b52cd 100644 --- a/sys-cluster/nova/nova-2019.2.9999.ebuild +++ b/sys-cluster/nova/nova-2019.2.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 eutils linux-info multilib user DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python" @@ -122,7 +122,6 @@ RDEPEND=" >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}] >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}] >=dev-python/zVMCloudConnector-1.3.0[${PYTHON_USEDEP}] - >=dev-python/futurist-1.8.0[$(python_gen_usedep 'python2_7')] >=dev-python/openstacksdk-0.35.0[${PYTHON_USEDEP}] dev-python/libvirt-python[${PYTHON_USEDEP}] app-emulation/libvirt[iscsi?]