Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/nova/
Date: Sun, 29 Dec 2019 13:23:31
Message-Id: 1577625777.d376c7b53124bcf3dc8757fc006f703bd9a65b2e.asturm@gentoo
1 commit: d376c7b53124bcf3dc8757fc006f703bd9a65b2e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:57:06 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d376c7b5
7
8 sys-cluster/nova: Drop python2_7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-cluster/nova/nova-18.2.3.ebuild | 3 +--
14 sys-cluster/nova/nova-19.0.3.ebuild | 3 +--
15 sys-cluster/nova/nova-20.0.1.ebuild | 3 +--
16 sys-cluster/nova/nova-2018.2.9999.ebuild | 3 +--
17 sys-cluster/nova/nova-2019.1.9999.ebuild | 3 +--
18 sys-cluster/nova/nova-2019.2.9999.ebuild | 3 +--
19 6 files changed, 6 insertions(+), 12 deletions(-)
20
21 diff --git a/sys-cluster/nova/nova-18.2.3.ebuild b/sys-cluster/nova/nova-18.2.3.ebuild
22 index f57c926d0e3..e46324c4bd7 100644
23 --- a/sys-cluster/nova/nova-18.2.3.ebuild
24 +++ b/sys-cluster/nova/nova-18.2.3.ebuild
25 @@ -2,8 +2,8 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
30
31 +PYTHON_COMPAT=( python3_{5,6} )
32 inherit distutils-r1 eutils linux-info multilib user
33
34 DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
35 @@ -151,7 +151,6 @@ RDEPEND="
36 >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]
37 >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
38 >=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}]
39 - >=dev-python/futures-3.0.0[$(python_gen_usedep 'python2_7')]
40 dev-python/libvirt-python[${PYTHON_USEDEP}]
41 app-emulation/libvirt[iscsi?]
42 novncproxy? ( www-apps/novnc )
43
44 diff --git a/sys-cluster/nova/nova-19.0.3.ebuild b/sys-cluster/nova/nova-19.0.3.ebuild
45 index d25e3939bb4..611fe7d129f 100644
46 --- a/sys-cluster/nova/nova-19.0.3.ebuild
47 +++ b/sys-cluster/nova/nova-19.0.3.ebuild
48 @@ -2,8 +2,8 @@
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=7
52 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
53
54 +PYTHON_COMPAT=( python3_{5,6,7} )
55 inherit distutils-r1 eutils linux-info multilib user
56
57 DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
58 @@ -151,7 +151,6 @@ RDEPEND="
59 >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]
60 >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
61 >=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}]
62 - >=dev-python/futurist-1.8.0[$(python_gen_usedep 'python2_7')]
63 dev-python/libvirt-python[${PYTHON_USEDEP}]
64 app-emulation/libvirt[iscsi?]
65 app-emulation/spice-html5
66
67 diff --git a/sys-cluster/nova/nova-20.0.1.ebuild b/sys-cluster/nova/nova-20.0.1.ebuild
68 index 721b0a62416..a231a463c24 100644
69 --- a/sys-cluster/nova/nova-20.0.1.ebuild
70 +++ b/sys-cluster/nova/nova-20.0.1.ebuild
71 @@ -2,8 +2,8 @@
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI=7
75 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
76
77 +PYTHON_COMPAT=( python3_{5,6,7} )
78 inherit distutils-r1 eutils linux-info multilib user
79
80 DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
81 @@ -122,7 +122,6 @@ RDEPEND="
82 >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]
83 >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
84 >=dev-python/zVMCloudConnector-1.3.0[${PYTHON_USEDEP}]
85 - >=dev-python/futurist-1.8.0[$(python_gen_usedep 'python2_7')]
86 >=dev-python/openstacksdk-0.35.0[${PYTHON_USEDEP}]
87 dev-python/libvirt-python[${PYTHON_USEDEP}]
88 app-emulation/libvirt[iscsi?]
89
90 diff --git a/sys-cluster/nova/nova-2018.2.9999.ebuild b/sys-cluster/nova/nova-2018.2.9999.ebuild
91 index dd30ccf5b55..38f09f336c8 100644
92 --- a/sys-cluster/nova/nova-2018.2.9999.ebuild
93 +++ b/sys-cluster/nova/nova-2018.2.9999.ebuild
94 @@ -2,8 +2,8 @@
95 # Distributed under the terms of the GNU General Public License v2
96
97 EAPI=6
98 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
99
100 +PYTHON_COMPAT=( python3_{5,6} )
101 inherit distutils-r1 eutils linux-info multilib user
102
103 DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
104 @@ -151,7 +151,6 @@ RDEPEND="
105 >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]
106 >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
107 >=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}]
108 - >=dev-python/futures-3.0.0[$(python_gen_usedep 'python2_7')]
109 dev-python/libvirt-python[${PYTHON_USEDEP}]
110 app-emulation/libvirt[iscsi?]
111 novncproxy? ( www-apps/novnc )
112
113 diff --git a/sys-cluster/nova/nova-2019.1.9999.ebuild b/sys-cluster/nova/nova-2019.1.9999.ebuild
114 index 4eaf50a6619..ce48df74dc2 100644
115 --- a/sys-cluster/nova/nova-2019.1.9999.ebuild
116 +++ b/sys-cluster/nova/nova-2019.1.9999.ebuild
117 @@ -2,8 +2,8 @@
118 # Distributed under the terms of the GNU General Public License v2
119
120 EAPI=7
121 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
122
123 +PYTHON_COMPAT=( python3_{5,6,7} )
124 inherit distutils-r1 eutils linux-info multilib user
125
126 DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
127 @@ -151,7 +151,6 @@ RDEPEND="
128 >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]
129 >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
130 >=dev-python/zVMCloudConnector-1.1.1[${PYTHON_USEDEP}]
131 - >=dev-python/futurist-1.8.0[$(python_gen_usedep 'python2_7')]
132 dev-python/libvirt-python[${PYTHON_USEDEP}]
133 app-emulation/libvirt[iscsi?]
134 app-emulation/spice-html5
135
136 diff --git a/sys-cluster/nova/nova-2019.2.9999.ebuild b/sys-cluster/nova/nova-2019.2.9999.ebuild
137 index 01dac558c9c..e1d210b52cd 100644
138 --- a/sys-cluster/nova/nova-2019.2.9999.ebuild
139 +++ b/sys-cluster/nova/nova-2019.2.9999.ebuild
140 @@ -2,8 +2,8 @@
141 # Distributed under the terms of the GNU General Public License v2
142
143 EAPI=7
144 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
145
146 +PYTHON_COMPAT=( python3_{5,6,7} )
147 inherit distutils-r1 eutils linux-info multilib user
148
149 DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python"
150 @@ -122,7 +122,6 @@ RDEPEND="
151 >=dev-python/taskflow-2.16.0[${PYTHON_USEDEP}]
152 >=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
153 >=dev-python/zVMCloudConnector-1.3.0[${PYTHON_USEDEP}]
154 - >=dev-python/futurist-1.8.0[$(python_gen_usedep 'python2_7')]
155 >=dev-python/openstacksdk-0.35.0[${PYTHON_USEDEP}]
156 dev-python/libvirt-python[${PYTHON_USEDEP}]
157 app-emulation/libvirt[iscsi?]