Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-designateclient/
Date: Sat, 24 Feb 2018 05:52:02
Message-Id: 1519451499.f0d7b567b8702ec92e3db3dcf691694407ed02a4.prometheanfire@gentoo
1 commit: f0d7b567b8702ec92e3db3dcf691694407ed02a4
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 05:17:10 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 05:51:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d7b567
7
8 dev-python/python-designateclient: 2.9.0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/python-designateclient/Manifest | 4 +--
13 .../python-designateclient-2.0.0.ebuild | 34 ----------------------
14 .../python-designateclient-2.3.0.ebuild | 33 ---------------------
15 .../python-designateclient-2.6.0.ebuild | 33 ---------------------
16 .../python-designateclient-2.9.0.ebuild | 33 +++++++++++++++++++++
17 5 files changed, 34 insertions(+), 103 deletions(-)
18
19 diff --git a/dev-python/python-designateclient/Manifest b/dev-python/python-designateclient/Manifest
20 index 8e1ceb754ee..65dcdafcd04 100644
21 --- a/dev-python/python-designateclient/Manifest
22 +++ b/dev-python/python-designateclient/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST python-designateclient-2.0.0.tar.gz 63215 BLAKE2B e54b6d6da4fa458a50ee12f1075c62ffa6721dc875121a9abc0a7b9325fefb9740a13bbe20b2f1696c8596c1afb03c26bac9d42211e9e223761204d7c967634c SHA512 e5c10915d6f5619949b385096e2bce02e1115c4842ae315ffbd4488b29703fb0a038628818c80364c32461b4f9eeb083e2877c38a15bd4f6ec323942957c75bc
25 -DIST python-designateclient-2.3.0.tar.gz 78445 BLAKE2B 6d53a23aec1d50604cc8438d8d76392e95989ebc3c3fdcbd512e67ece4d43e81ba104df1e3e8a2435833ce70a27d11defd529cc2bf02e068be8431c8aa5b01f3 SHA512 f45194f3d04c139148bb11f16b7df0d7a701548c37d99bbac52d1f0badc2cb1ff7a7fda801a2556899fe51ae17903903214a558798e04ccb9ec4b6d994fd5d41
26 -DIST python-designateclient-2.6.0.tar.gz 79803 BLAKE2B 9ce7d08e6b999d4e0a07255d0d9a6716dec0489edfce3f63a2c8a64edfd01e99dc02aa54ad8a4f2d684764d6143f24a996e4246d27887fbdac93bf05ddad9f3f SHA512 49f1aaa745680469a3f2143ea0e3860a5f8479fccae2f143920afbb63ff7ac1f0b0516a2f5fc8e4a7977df781077a81476b6d6283befcf07a568cdc1d192394d
27 DIST python-designateclient-2.7.0.tar.gz 82808 BLAKE2B bda8ff688267ad682c0e7025f5e801f99ca7e40b8bce2a49789b18014e22e040036816638feb4cd96ce2d2ddb34613f5812a94f5158390169d2fb0934042ce45 SHA512 521399ea4b5da617a3fbb7e291215f4a17d7f0f54f11708d5d3467b43376123abba90586d61a740876770017c6d77a14ef2152ce50cd1816e931d04189ce6b23
28 +DIST python-designateclient-2.9.0.tar.gz 82386 BLAKE2B e36b3f66ba37b5024170c8621e293d3f1a9c50ec7ce76b9d5411e0a51b8c850fb0d104a6ee82c3f6c0dba962c05892650cae03d675e241cf17f0894eff8b2247 SHA512 04460395cf1b76d8628001e185e9301cc4964e06a61576268beffe5fbc42196e1c4015d0f273357fb93fb7b5079975e356eb25fb144cd4c1d355e704a1948e9c
29
30 diff --git a/dev-python/python-designateclient/python-designateclient-2.0.0.ebuild b/dev-python/python-designateclient/python-designateclient-2.0.0.ebuild
31 deleted file mode 100644
32 index de24f0bca6f..00000000000
33 --- a/dev-python/python-designateclient/python-designateclient-2.0.0.ebuild
34 +++ /dev/null
35 @@ -1,34 +0,0 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Python bindings to the Designate API."
45 -HOMEPAGE="https://github.com/openstack/python-designateclient"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm64 x86"
51 -IUSE=""
52 -
53 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
54 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
55 - ${CDEPEND}"
56 -RDEPEND="${CDEPEND}
57 - >=dev-python/cliff-1.15.0[${PYTHON_USEDEP}]
58 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
59 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
60 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
61 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
62 - >=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
63 - !~dev-python/python-keystoneclient-1.8.0[${PYTHON_USEDEP}]
64 - !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
65 - >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
66 - !~dev-python/requests-2.9.0[${PYTHON_USEDEP}]
67 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
68 - >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]
69 - >=dev-python/debtcollector-0.3.0[${PYTHON_USEDEP}]"
70
71 diff --git a/dev-python/python-designateclient/python-designateclient-2.3.0.ebuild b/dev-python/python-designateclient/python-designateclient-2.3.0.ebuild
72 deleted file mode 100644
73 index e90c3b6118f..00000000000
74 --- a/dev-python/python-designateclient/python-designateclient-2.3.0.ebuild
75 +++ /dev/null
76 @@ -1,33 +0,0 @@
77 -# Copyright 1999-2016 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=6
81 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
82 -
83 -inherit distutils-r1
84 -
85 -DESCRIPTION="Python bindings to the Designate API."
86 -HOMEPAGE="https://github.com/openstack/python-designateclient"
87 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
88 -
89 -LICENSE="Apache-2.0"
90 -SLOT="0"
91 -KEYWORDS="amd64 ~arm64 x86"
92 -IUSE=""
93 -
94 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
95 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
96 - ${CDEPEND}"
97 -RDEPEND="${CDEPEND}
98 - >=dev-python/cliff-1.15.0[${PYTHON_USEDEP}]
99 - !~dev-python/cliff-1.16.0[${PYTHON_USEDEP}]
100 - !~dev-python/cliff-1.17.0[${PYTHON_USEDEP}]
101 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
102 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
103 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
104 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
105 - >=dev-python/keystoneauth-2.10.0[${PYTHON_USEDEP}]
106 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
107 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
108 - >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
109 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
110
111 diff --git a/dev-python/python-designateclient/python-designateclient-2.6.0.ebuild b/dev-python/python-designateclient/python-designateclient-2.6.0.ebuild
112 deleted file mode 100644
113 index d92305ea0e1..00000000000
114 --- a/dev-python/python-designateclient/python-designateclient-2.6.0.ebuild
115 +++ /dev/null
116 @@ -1,33 +0,0 @@
117 -# Copyright 1999-2017 Gentoo Foundation
118 -# Distributed under the terms of the GNU General Public License v2
119 -
120 -EAPI=6
121 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
122 -
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="Python bindings to the Designate API."
126 -HOMEPAGE="https://github.com/openstack/python-designateclient"
127 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
128 -
129 -LICENSE="Apache-2.0"
130 -SLOT="0"
131 -KEYWORDS="amd64 ~arm64 x86"
132 -IUSE=""
133 -
134 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
135 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
136 - ${CDEPEND}"
137 -RDEPEND="${CDEPEND}
138 - >=dev-python/cliff-2.3.0[${PYTHON_USEDEP}]
139 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
140 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
141 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
142 - >=dev-python/osc-lib-1.2.0[${PYTHON_USEDEP}]
143 - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
144 - >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
145 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
146 - !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
147 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
148 - >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
149 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"
150
151 diff --git a/dev-python/python-designateclient/python-designateclient-2.9.0.ebuild b/dev-python/python-designateclient/python-designateclient-2.9.0.ebuild
152 new file mode 100644
153 index 00000000000..cdf3ddf407e
154 --- /dev/null
155 +++ b/dev-python/python-designateclient/python-designateclient-2.9.0.ebuild
156 @@ -0,0 +1,33 @@
157 +# Copyright 1999-2018 Gentoo Foundation
158 +# Distributed under the terms of the GNU General Public License v2
159 +
160 +EAPI=6
161 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
162 +
163 +inherit distutils-r1
164 +
165 +DESCRIPTION="Python bindings to the Designate API."
166 +HOMEPAGE="https://github.com/openstack/python-designateclient"
167 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
168 +
169 +LICENSE="Apache-2.0"
170 +SLOT="0"
171 +KEYWORDS="~amd64 ~arm64 ~x86"
172 +IUSE=""
173 +
174 +CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
175 + !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
176 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
177 + ${CDEPEND}"
178 +RDEPEND="${CDEPEND}
179 + >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
180 + !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
181 + >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
182 + <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
183 + >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
184 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
185 + >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
186 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
187 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
188 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
189 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]"