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/cinder/
Date: Sun, 29 Dec 2019 13:23:30
Message-Id: 1577625776.7333792fb2b8eec921d892e69bcbc8ec06176618.asturm@gentoo
1 commit: 7333792fb2b8eec921d892e69bcbc8ec06176618
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:55:46 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7333792f
7
8 sys-cluster/cinder: 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/cinder/cinder-13.0.7.ebuild | 3 +--
14 sys-cluster/cinder/cinder-14.0.1.ebuild | 3 +--
15 sys-cluster/cinder/cinder-15.0.0.ebuild | 3 +--
16 sys-cluster/cinder/cinder-2018.2.9999.ebuild | 3 +--
17 sys-cluster/cinder/cinder-2019.1.9999.ebuild | 3 +--
18 sys-cluster/cinder/cinder-2019.2.9999.ebuild | 4 +---
19 6 files changed, 6 insertions(+), 13 deletions(-)
20
21 diff --git a/sys-cluster/cinder/cinder-13.0.7.ebuild b/sys-cluster/cinder/cinder-13.0.7.ebuild
22 index 4c8eb939d67..54947395723 100644
23 --- a/sys-cluster/cinder/cinder-13.0.7.ebuild
24 +++ b/sys-cluster/cinder/cinder-13.0.7.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 user
33
34 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes"
35 @@ -38,7 +38,6 @@ RDEPEND="
36 !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
37 >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
38 >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
39 - dev-python/enum34[$(python_gen_usedep 'python2_7')]
40 >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
41 !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
42 >=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
43
44 diff --git a/sys-cluster/cinder/cinder-14.0.1.ebuild b/sys-cluster/cinder/cinder-14.0.1.ebuild
45 index fda10c62776..13f95db99b4 100644
46 --- a/sys-cluster/cinder/cinder-14.0.1.ebuild
47 +++ b/sys-cluster/cinder/cinder-14.0.1.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 user
56
57 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes"
58 @@ -36,7 +36,6 @@ RDEPEND="
59 ${CDEPEND}
60 >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
61 >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
62 - dev-python/enum34[$(python_gen_usedep 'python2_7')]
63 >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
64 !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
65 >=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
66
67 diff --git a/sys-cluster/cinder/cinder-15.0.0.ebuild b/sys-cluster/cinder/cinder-15.0.0.ebuild
68 index 1debd3eab15..6b69bfb292a 100644
69 --- a/sys-cluster/cinder/cinder-15.0.0.ebuild
70 +++ b/sys-cluster/cinder/cinder-15.0.0.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 user
79
80 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes"
81 @@ -36,7 +36,6 @@ RDEPEND="
82 ${CDEPEND}
83 >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
84 >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
85 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2_7')
86 >=dev-python/eventlet-0.22.0[${PYTHON_USEDEP}]
87 !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
88 !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]
89
90 diff --git a/sys-cluster/cinder/cinder-2018.2.9999.ebuild b/sys-cluster/cinder/cinder-2018.2.9999.ebuild
91 index 23e3164d865..8629b837e15 100644
92 --- a/sys-cluster/cinder/cinder-2018.2.9999.ebuild
93 +++ b/sys-cluster/cinder/cinder-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 user
102
103 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes"
104 @@ -38,7 +38,6 @@ RDEPEND="
105 !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
106 >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
107 >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
108 - dev-python/enum34[$(python_gen_usedep 'python2_7')]
109 >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
110 !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
111 >=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
112
113 diff --git a/sys-cluster/cinder/cinder-2019.1.9999.ebuild b/sys-cluster/cinder/cinder-2019.1.9999.ebuild
114 index bf4f9da51b4..d741fd9132c 100644
115 --- a/sys-cluster/cinder/cinder-2019.1.9999.ebuild
116 +++ b/sys-cluster/cinder/cinder-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 user
125
126 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes"
127 @@ -36,7 +36,6 @@ RDEPEND="
128 ${CDEPEND}
129 >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
130 >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
131 - dev-python/enum34[$(python_gen_usedep 'python2_7')]
132 >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
133 !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
134 >=dev-python/greenlet-0.4.1[${PYTHON_USEDEP}]
135
136 diff --git a/sys-cluster/cinder/cinder-2019.2.9999.ebuild b/sys-cluster/cinder/cinder-2019.2.9999.ebuild
137 index e9c432edc27..09e2c94c85a 100644
138 --- a/sys-cluster/cinder/cinder-2019.2.9999.ebuild
139 +++ b/sys-cluster/cinder/cinder-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 user
148
149 DESCRIPTION="Cinder is the OpenStack Block storage service, a spin out of nova-volumes"
150 @@ -36,8 +36,6 @@ RDEPEND="
151 ${CDEPEND}
152 >=dev-python/decorator-3.4.0[${PYTHON_USEDEP}]
153 >=dev-python/defusedxml-0.5.0[${PYTHON_USEDEP}]
154 - dev-python/enum34[$(python_gen_usedep 'python2_7')]
155 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 'python2_7')
156 >=dev-python/eventlet-0.22.0[${PYTHON_USEDEP}]
157 !~dev-python/eventlet-0.23.0[${PYTHON_USEDEP}]
158 !~dev-python/eventlet-0.25.0[${PYTHON_USEDEP}]