From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Sun, 29 Dec 2019 13:23:24 +0000 (UTC) [thread overview]
Message-ID: <1577625777.d376c7b53124bcf3dc8757fc006f703bd9a65b2e.asturm@gentoo> (raw)
commit: d376c7b53124bcf3dc8757fc006f703bd9a65b2e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 16:57:06 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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?]
next reply other threads:[~2019-12-29 13:23 UTC|newest]
Thread overview: 181+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-29 13:23 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-31 21:07 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/ Michał Górny
2021-05-15 21:38 Matthew Thode
2021-04-18 3:25 Matthew Thode
2021-03-17 5:17 Matthew Thode
2021-03-03 15:49 Matthew Thode
2021-02-13 20:56 Matthew Thode
2021-02-05 3:08 Matthew Thode
2020-12-10 16:50 Matthew Thode
2020-12-10 16:50 Matthew Thode
2020-12-03 17:37 Thomas Deutschmann
2020-12-03 11:03 Sam James
2020-11-21 5:57 Matthew Thode
2020-11-10 22:54 Matthew Thode
2020-10-19 21:30 Matthew Thode
2020-10-18 23:18 Matthew Thode
2020-09-27 21:06 Matthew Thode
2020-08-27 18:51 Matthew Thode
2020-07-03 0:31 Matthew Thode
2020-06-23 18:39 Matthew Thode
2020-06-23 18:39 Matthew Thode
2020-06-16 18:39 Matthew Thode
2020-05-30 18:02 Matthew Thode
2020-05-16 21:21 Matthew Thode
2020-04-24 23:14 Matthew Thode
2020-04-23 19:36 Matthew Thode
2020-03-16 18:55 Michał Górny
2020-03-04 17:11 Matthew Thode
2020-03-04 17:11 Matthew Thode
2020-02-11 18:20 Matthew Thode
2020-02-08 2:50 Matthew Thode
2020-01-26 22:41 Matthew Thode
2019-12-12 22:39 Matthew Thode
2019-11-19 18:36 Matthew Thode
2019-11-12 19:53 Matthew Thode
2019-11-05 17:15 Matthew Thode
2019-10-21 0:19 Matthew Thode
2019-10-10 17:28 Matthew Thode
2019-10-05 20:14 Matthew Thode
2019-08-29 19:08 Matthew Thode
2019-08-29 10:39 Michał Górny
2019-08-16 2:23 Matthew Thode
2019-08-14 22:14 Matthew Thode
2019-08-14 22:14 Matthew Thode
2019-06-27 15:25 Matthew Thode
2019-06-18 15:03 Matthew Thode
2019-06-07 15:59 Matthew Thode
2019-05-11 19:48 Matthew Thode
2019-04-25 15:54 Matthew Thode
2019-04-20 1:32 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-03-25 21:24 Matthew Thode
2019-03-25 0:07 Matthew Thode
2019-01-15 17:21 Matthew Thode
2018-12-19 22:07 Matthew Thode
2018-12-19 19:43 Matthew Thode
2018-11-08 17:31 Matthew Thode
2018-11-06 16:39 Matthew Thode
2018-10-09 4:54 Matthew Thode
2018-09-28 20:33 Matt Thode
2018-09-25 22:22 Matt Thode
2018-08-30 21:35 Matt Thode
2018-07-04 17:56 Matt Thode
2018-06-26 20:51 Pacho Ramos
2018-06-04 15:40 Matt Thode
2018-05-25 1:52 Matt Thode
2018-05-15 14:53 Matt Thode
2018-04-26 2:29 Matt Thode
2018-04-02 16:09 Matt Thode
2018-03-31 1:54 Matt Thode
2018-03-15 17:47 Matt Thode
2018-03-08 14:57 Matt Thode
2018-03-01 9:57 Matt Thode
2018-02-24 6:22 Matt Thode
2018-02-16 6:14 Matt Thode
2018-01-19 16:10 Matt Thode
2018-01-03 20:15 Matt Thode
2017-12-20 23:22 Matt Thode
2017-12-13 21:44 Matt Thode
2017-11-25 16:46 Matt Thode
2017-11-15 2:03 Matt Thode
2017-10-26 4:13 Matt Thode
2017-10-20 23:20 Matt Thode
2017-09-30 1:06 Matt Thode
2017-09-25 16:23 Matt Thode
2017-09-16 15:01 Matt Thode
2017-09-01 22:10 Matt Thode
2017-08-31 17:44 Matt Thode
2017-08-30 22:07 Matt Thode
2017-08-30 21:07 Matt Thode
2017-08-28 15:41 Matt Thode
2017-08-22 16:29 Matt Thode
2017-08-10 23:47 Matt Thode
2017-08-10 23:47 Matt Thode
2017-07-14 19:43 Matt Thode
2017-07-12 14:43 Pacho Ramos
2017-06-20 19:00 Matt Thode
2017-06-09 21:19 Matt Thode
2017-05-30 19:16 Matt Thode
2017-05-09 15:42 Matt Thode
2017-05-07 3:36 Matt Thode
2017-05-07 3:36 Matt Thode
2017-04-25 16:47 Matt Thode
2017-04-12 20:03 Matt Thode
2017-03-29 0:22 Matt Thode
2017-03-22 17:11 Matt Thode
2017-03-16 16:12 Matt Thode
2017-02-28 16:46 Matt Thode
2017-02-28 0:18 Matt Thode
2017-02-27 6:43 Matt Thode
2017-01-16 19:37 Matt Thode
2017-01-16 19:37 Matt Thode
2016-12-19 22:37 Matt Thode
2016-12-03 21:34 Justin Lecher
2016-12-01 17:06 Matt Thode
2016-12-01 17:06 Matt Thode
2016-11-29 1:52 Matt Thode
2016-11-10 14:59 Matt Thode
2016-11-10 14:59 Matt Thode
2016-11-07 17:18 Matt Thode
2016-11-06 21:39 Matt Thode
2016-10-12 5:16 Matt Thode
2016-10-11 0:43 Matt Thode
2016-10-06 18:27 Matt Thode
2016-09-10 17:57 Matt Thode
2016-08-10 17:53 Matt Thode
2016-07-15 2:20 Matt Thode
2016-07-15 2:20 Matt Thode
2016-07-09 5:05 Matt Thode
2016-07-09 5:05 Matt Thode
2016-06-30 22:24 Matt Thode
2016-06-15 11:18 Matt Thode
2016-06-09 18:13 Matt Thode
2016-05-16 19:00 Matt Thode
2016-05-16 16:40 Matt Thode
2016-05-14 20:11 Agostino Sarubbo
2016-04-15 18:59 Matt Thode
2016-04-07 14:32 Matt Thode
2016-03-26 3:59 Matt Thode
2016-03-16 18:53 Matt Thode
2016-03-09 17:20 Matt Thode
2016-03-09 16:52 Agostino Sarubbo
2016-03-09 16:50 Agostino Sarubbo
2016-03-09 16:37 Matt Thode
2016-03-08 20:13 Matt Thode
2016-03-08 0:03 Matt Thode
2016-01-31 19:24 Matt Thode
2016-01-31 19:24 Matt Thode
2016-01-31 11:56 Agostino Sarubbo
2016-01-29 19:17 Matt Thode
2016-01-24 17:22 Agostino Sarubbo
2016-01-21 22:41 Matt Thode
2016-01-19 16:12 Matt Thode
2016-01-08 13:27 Matt Thode
2016-01-08 8:20 Agostino Sarubbo
2016-01-08 8:19 Agostino Sarubbo
2015-12-22 22:22 Matt Thode
2015-12-15 21:55 Matt Thode
2015-11-16 21:26 Matt Thode
2015-11-16 16:26 Agostino Sarubbo
2015-11-16 16:15 Agostino Sarubbo
2015-11-14 0:19 Matt Thode
2015-11-12 10:22 Justin Lecher
2015-11-12 10:22 Justin Lecher
2015-10-30 14:13 Matt Thode
2015-10-30 13:14 Justin Lecher
2015-10-30 13:14 Justin Lecher
2015-10-18 6:27 Matt Thode
2015-10-16 6:04 Matt Thode
2015-10-16 5:53 Matt Thode
2015-10-15 16:56 Matt Thode
2015-10-15 9:08 Matt Thode
2015-10-13 18:27 Matt Thode
2015-10-13 18:27 Matt Thode
2015-09-03 14:28 Matt Thode
2015-09-03 8:25 Agostino Sarubbo
2015-09-03 8:24 Agostino Sarubbo
2015-08-22 4:58 Matt Thode
2015-08-21 6:42 Agostino Sarubbo
2015-08-21 6:41 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1577625777.d376c7b53124bcf3dc8757fc006f703bd9a65b2e.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox