Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docker-py/
Date: Mon, 04 May 2020 10:57:33
Message-Id: 1588589753.cd2a88a5dc95289fdf3c5ebfb7642a261e1176b4.mgorny@gentoo
1 commit: cd2a88a5dc95289fdf3c5ebfb7642a261e1176b4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 10:55:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 10:55:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd2a88a5
7
8 dev-python/docker-py: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/docker-py/Manifest | 3 --
13 dev-python/docker-py/docker-py-3.6.0.ebuild | 50 -----------------------------
14 dev-python/docker-py/docker-py-3.7.1.ebuild | 50 -----------------------------
15 dev-python/docker-py/docker-py-4.1.0.ebuild | 48 ---------------------------
16 dev-python/docker-py/docker-py-4.2.0.ebuild | 48 ---------------------------
17 5 files changed, 199 deletions(-)
18
19 diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
20 index d7b7ec741fa..4c8d9e63810 100644
21 --- a/dev-python/docker-py/Manifest
22 +++ b/dev-python/docker-py/Manifest
23 @@ -1,4 +1 @@
24 -DIST docker-py-3.6.0.tar.gz 213435 BLAKE2B 28301a508ef346373f8ac4033b697a71092c4162ba1be81bc69c513d1de700326a4e8ffcb1c015e20516aa1a09d31162d54182985eea3dc1dc23d6e79ef28fea SHA512 b32acb2585995c3c5bdef95ea4bbb6bcadba3b9fca81a3e637dc294b5dbd3823ee6c98236c4bb197373a96feafcaae665b9c64b805abd52e1ae27aa42079278d
25 -DIST docker-py-3.7.1.tar.gz 220882 BLAKE2B a7547d2989b3fc2dfc38dfffb909508b7a5b3f8ee6b0fc874a73d0cdfaa17fe28c971f5a226893a41d893e75b1b2e4c74da806996e85b097b3a85b2d8dadcfcb SHA512 0a89c5fc05423d913b1029390318d9cd4ca54a3b4df1e9a9f459e27fa114fd7b03047ff95f3ea2ef6bb2cb48c5f6fe712da11c940249d3b253aa3fe74b8b1c98
26 -DIST docker-py-4.1.0.tar.gz 229336 BLAKE2B 8a2e0333e0e90399c0c4267c5b5205f3639077384e882e920a613e2d30d7ee915bdd549ec89a4c0e34646edbc6dea450ce63e45cf9cbc1efe0e26ff6ea5961db SHA512 25e236bd5b429846ed45f26a303af02bb679c526f45f188d8df74d79fcab116b41e52e3a85642babff94127ae977dab6cc93e53bb78aab7be038190e161d25be
27 DIST docker-py-4.2.0.tar.gz 234304 BLAKE2B 385f7fbfaabd4732a2f3bb074094b9f286ee9c6a543432f9a15fc6a78a595f44e4ddebcb3037ff1df54cb4b8d6aec40d8961fb4f62710a0a3245eb886d830c80 SHA512 df5a450355f11d580568ebb0e80abc967df35f2ae10ce83c4ece85e4cf3e97d9cd15e5f14a2d9a43650a844d9402a8d97370f6e5f615c186b12968379e52fa38
28
29 diff --git a/dev-python/docker-py/docker-py-3.6.0.ebuild b/dev-python/docker-py/docker-py-3.6.0.ebuild
30 deleted file mode 100644
31 index e5643012958..00000000000
32 --- a/dev-python/docker-py/docker-py-3.6.0.ebuild
33 +++ /dev/null
34 @@ -1,50 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -PYTHON_COMPAT=( python{3_6,3_7} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Python client for Docker"
44 -HOMEPAGE="https://github.com/docker/docker-py"
45 -SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 x86"
50 -IUSE="doc test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - >=dev-python/docker-pycreds-0.3.0[${PYTHON_USEDEP}]
55 - !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
56 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
57 - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
58 - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
59 -"
60 -DEPEND="
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - test? (
63 - ${RDEPEND}
64 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
65 - >=dev-python/paramiko-2.4.2[${PYTHON_USEDEP}]
66 - dev-python/pytest-runner[${PYTHON_USEDEP}]
67 - >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
68 - )
69 - doc? (
70 - dev-python/recommonmark[${PYTHON_USEDEP}]
71 - >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
72 - )
73 -"
74 -
75 -python_compile_all() {
76 - if use doc; then
77 - sphinx-build docs html || die "docs failed to build"
78 - HTML_DOCS=( html/. )
79 - fi
80 -}
81 -
82 -python_test() {
83 - py.test tests/unit/ || die "tests failed under ${EPYTHON}"
84 -}
85
86 diff --git a/dev-python/docker-py/docker-py-3.7.1.ebuild b/dev-python/docker-py/docker-py-3.7.1.ebuild
87 deleted file mode 100644
88 index 33d3165689a..00000000000
89 --- a/dev-python/docker-py/docker-py-3.7.1.ebuild
90 +++ /dev/null
91 @@ -1,50 +0,0 @@
92 -# Copyright 1999-2020 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -PYTHON_COMPAT=( python{3_6,3_7} )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="Python client for Docker"
101 -HOMEPAGE="https://github.com/docker/docker-py"
102 -SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="Apache-2.0"
105 -SLOT="0"
106 -KEYWORDS="amd64 ~arm64 ~x86"
107 -IUSE="doc test"
108 -RESTRICT="!test? ( test )"
109 -
110 -RDEPEND="
111 - >=dev-python/docker-pycreds-0.4.0[${PYTHON_USEDEP}]
112 - !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
113 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
114 - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
115 - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
116 -"
117 -DEPEND="
118 - dev-python/setuptools[${PYTHON_USEDEP}]
119 - test? (
120 - ${RDEPEND}
121 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
122 - >=dev-python/paramiko-2.4.2[${PYTHON_USEDEP}]
123 - dev-python/pytest-runner[${PYTHON_USEDEP}]
124 - >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
125 - )
126 - doc? (
127 - dev-python/recommonmark[${PYTHON_USEDEP}]
128 - >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
129 - )
130 -"
131 -
132 -python_compile_all() {
133 - if use doc; then
134 - sphinx-build docs html || die "docs failed to build"
135 - HTML_DOCS=( html/. )
136 - fi
137 -}
138 -
139 -python_test() {
140 - py.test tests/unit/ || die "tests failed under ${EPYTHON}"
141 -}
142
143 diff --git a/dev-python/docker-py/docker-py-4.1.0.ebuild b/dev-python/docker-py/docker-py-4.1.0.ebuild
144 deleted file mode 100644
145 index c5a9478e00f..00000000000
146 --- a/dev-python/docker-py/docker-py-4.1.0.ebuild
147 +++ /dev/null
148 @@ -1,48 +0,0 @@
149 -# Copyright 1999-2020 Gentoo Authors
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI=7
153 -PYTHON_COMPAT=( python3_{6,7} )
154 -
155 -inherit distutils-r1
156 -
157 -DESCRIPTION="Python client for Docker"
158 -HOMEPAGE="https://github.com/docker/docker-py"
159 -SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
160 -
161 -LICENSE="Apache-2.0"
162 -SLOT="0"
163 -KEYWORDS="~amd64 ~arm64 ~x86"
164 -IUSE="doc test"
165 -RESTRICT="!test? ( test )"
166 -
167 -RDEPEND="
168 - !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
169 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
170 - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
171 - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
172 -"
173 -DEPEND="
174 - test? (
175 - ${RDEPEND}
176 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
177 - >=dev-python/paramiko-2.4.2[${PYTHON_USEDEP}]
178 - dev-python/pytest-runner[${PYTHON_USEDEP}]
179 - >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
180 - )
181 - doc? (
182 - dev-python/recommonmark[${PYTHON_USEDEP}]
183 - >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
184 - )
185 -"
186 -
187 -python_compile_all() {
188 - if use doc; then
189 - sphinx-build docs html || die "docs failed to build"
190 - HTML_DOCS=( html/. )
191 - fi
192 -}
193 -
194 -python_test() {
195 - py.test tests/unit/ || die "tests failed under ${EPYTHON}"
196 -}
197
198 diff --git a/dev-python/docker-py/docker-py-4.2.0.ebuild b/dev-python/docker-py/docker-py-4.2.0.ebuild
199 deleted file mode 100644
200 index c5a9478e00f..00000000000
201 --- a/dev-python/docker-py/docker-py-4.2.0.ebuild
202 +++ /dev/null
203 @@ -1,48 +0,0 @@
204 -# Copyright 1999-2020 Gentoo Authors
205 -# Distributed under the terms of the GNU General Public License v2
206 -
207 -EAPI=7
208 -PYTHON_COMPAT=( python3_{6,7} )
209 -
210 -inherit distutils-r1
211 -
212 -DESCRIPTION="Python client for Docker"
213 -HOMEPAGE="https://github.com/docker/docker-py"
214 -SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
215 -
216 -LICENSE="Apache-2.0"
217 -SLOT="0"
218 -KEYWORDS="~amd64 ~arm64 ~x86"
219 -IUSE="doc test"
220 -RESTRICT="!test? ( test )"
221 -
222 -RDEPEND="
223 - !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
224 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
225 - >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
226 - >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
227 -"
228 -DEPEND="
229 - test? (
230 - ${RDEPEND}
231 - >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
232 - >=dev-python/paramiko-2.4.2[${PYTHON_USEDEP}]
233 - dev-python/pytest-runner[${PYTHON_USEDEP}]
234 - >=dev-python/pytest-2.9.1[${PYTHON_USEDEP}]
235 - )
236 - doc? (
237 - dev-python/recommonmark[${PYTHON_USEDEP}]
238 - >=dev-python/sphinx-1.4.6[${PYTHON_USEDEP}]
239 - )
240 -"
241 -
242 -python_compile_all() {
243 - if use doc; then
244 - sphinx-build docs html || die "docs failed to build"
245 - HTML_DOCS=( html/. )
246 - fi
247 -}
248 -
249 -python_test() {
250 - py.test tests/unit/ || die "tests failed under ${EPYTHON}"
251 -}