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/imageio/
Date: Mon, 28 Feb 2022 08:28:45
Message-Id: 1646036906.969a263549da350a1a3704a2e2c949abc67dde78.mgorny@gentoo
1 commit: 969a263549da350a1a3704a2e2c949abc67dde78
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 07:22:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 08:28:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969a2635
7
8 dev-python/imageio: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/imageio/Manifest | 5 ----
13 dev-python/imageio/imageio-2.13.4.ebuild | 45 ----------------------------
14 dev-python/imageio/imageio-2.13.5.ebuild | 45 ----------------------------
15 dev-python/imageio/imageio-2.14.0.ebuild | 45 ----------------------------
16 dev-python/imageio/imageio-2.14.1.ebuild | 46 -----------------------------
17 dev-python/imageio/imageio-2.15.0.ebuild | 50 --------------------------------
18 6 files changed, 236 deletions(-)
19
20 diff --git a/dev-python/imageio/Manifest b/dev-python/imageio/Manifest
21 index 6d328e309db4..f13cae32333c 100644
22 --- a/dev-python/imageio/Manifest
23 +++ b/dev-python/imageio/Manifest
24 @@ -1,6 +1 @@
25 -DIST imageio-2.13.4.gh.tar.gz 340913 BLAKE2B 332d819633a52069265dd0c02163698085b8d0891ee84def78d99f6fb9888752d8f6384c9666dc66d99bc48673648f736eb6f545b67583cae7252caef6f9e499 SHA512 0329a1bfb6906d7f759fec8d5a500cae9a8edaa125d3e4cab7f0e87b2e5eef24655520aecab309de823f9bd8357a1461f772801bac437ed3489804e3c4b40855
26 -DIST imageio-2.13.5.gh.tar.gz 341447 BLAKE2B 8fd719533325647980355c0a5180a949d1f282ed11fcdb92a0c580f6aa76f799a60f8a3642c72424e557c84c5f1d5a0610cf679d37dcd8d157865c5d19ef94bf SHA512 52b431c3f41ea598d48f1d9c36cd9a5cdaa13365ce5391b832a3ef5dbdb6803435456bd653b509b75ee00452d07b47e43d87ac0c80598bb99f817ee8abe2e74c
27 -DIST imageio-2.14.0.gh.tar.gz 344226 BLAKE2B 88848591909ef247b7f13b033f545901f850fbc7218558781f1da6077f447d8afab5d9d290558e22bc1e94056049100e26d3a471faf1398dad2b8756747d6670 SHA512 51b005af2eac0988a2c2b2c629be5aff989a9251d60acc01bccbd9109fa7fe3101185dc657d24c8f1ede56cedf39d8815931385c50816f2a5e453fecfc02f967
28 -DIST imageio-2.14.1.gh.tar.gz 344533 BLAKE2B 769b1752fe7e61f2d1be563db8603afa9e0dda758cdd979413bc3235ae04f2fa6c788f031555cdd73e06d1e8cb89813a5ca6a2f45c0826cf402534a770f80884 SHA512 1e4769f0817f959208c4a2efa0f9b074e305385424c0297936a52bd9835e584f030166dee3de99d078a097b664f6db84f475045ec3e3b6e5b0fea146637b215c
29 -DIST imageio-2.15.0.gh.tar.gz 352945 BLAKE2B d0c24b53b1c57c6feb11d659cc0491a0d622031b2ea8991761326f441f356015ce4fcafec30efb9a30f58627aa16efe7807bb1215c97d9d01db06b58b9c89fae SHA512 4c39c2c5c8bddfa4f1f5c2b95cca3715d4f469284bcf7306ba17fe712aeb4e75d2fa95f1efdc18b39af9a29106d9bbd9b74c648ad3e2c8ca837b601150c4acca
30 DIST imageio-2.16.0.gh.tar.gz 360333 BLAKE2B fbfea25b9a6dfb945bcaced141649bcc3a7c578115fe2be3151d7a90bab6a51fc20e4806085a2afc934b7ec9de95b5df9fedba9af9722242dac44e2f86009e2b SHA512 18f6e3f0b5c09ac546640ef88a0fe6c157e20ecbaa2de5a2199eab6caac3ca9fd294cf66a2eea79b954271c27390816392af62a27d0e2e11817776efec3a0cd3
31
32 diff --git a/dev-python/imageio/imageio-2.13.4.ebuild b/dev-python/imageio/imageio-2.13.4.ebuild
33 deleted file mode 100644
34 index f7d4d4abf4c9..000000000000
35 --- a/dev-python/imageio/imageio-2.13.4.ebuild
36 +++ /dev/null
37 @@ -1,45 +0,0 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=8
42 -
43 -PYTHON_COMPAT=( python3_{8..10} )
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Python library for reading and writing image data"
47 -HOMEPAGE="https://imageio.github.io/"
48 -SRC_URI="
49 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
50 - -> ${P}.gh.tar.gz
51 -"
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~x86"
56 -PROPERTIES="test_network"
57 -RESTRICT="test"
58 -
59 -RDEPEND="
60 - dev-python/numpy[${PYTHON_USEDEP}]
61 - dev-python/pillow[${PYTHON_USEDEP}]
62 - media-libs/freeimage
63 -"
64 -BDEPEND="
65 - test? (
66 - dev-python/psutil[${PYTHON_USEDEP}]
67 - dev-python/tifffile[${PYTHON_USEDEP}]
68 - )
69 -"
70 -
71 -distutils_enable_tests pytest
72 -
73 -EPYTEST_DESELECT=(
74 - # Fails because of system installed freeimage
75 - tests/test_core.py::test_findlib2
76 -)
77 -
78 -EPYTEST_IGNORE=(
79 - # Needs unpackaged imageio_ffmpeg
80 - tests/test_ffmpeg.py
81 - tests/test_ffmpeg_info.py
82 -)
83
84 diff --git a/dev-python/imageio/imageio-2.13.5.ebuild b/dev-python/imageio/imageio-2.13.5.ebuild
85 deleted file mode 100644
86 index f7d4d4abf4c9..000000000000
87 --- a/dev-python/imageio/imageio-2.13.5.ebuild
88 +++ /dev/null
89 @@ -1,45 +0,0 @@
90 -# Copyright 1999-2021 Gentoo Authors
91 -# Distributed under the terms of the GNU General Public License v2
92 -
93 -EAPI=8
94 -
95 -PYTHON_COMPAT=( python3_{8..10} )
96 -inherit distutils-r1
97 -
98 -DESCRIPTION="Python library for reading and writing image data"
99 -HOMEPAGE="https://imageio.github.io/"
100 -SRC_URI="
101 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
102 - -> ${P}.gh.tar.gz
103 -"
104 -
105 -LICENSE="MIT"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~x86"
108 -PROPERTIES="test_network"
109 -RESTRICT="test"
110 -
111 -RDEPEND="
112 - dev-python/numpy[${PYTHON_USEDEP}]
113 - dev-python/pillow[${PYTHON_USEDEP}]
114 - media-libs/freeimage
115 -"
116 -BDEPEND="
117 - test? (
118 - dev-python/psutil[${PYTHON_USEDEP}]
119 - dev-python/tifffile[${PYTHON_USEDEP}]
120 - )
121 -"
122 -
123 -distutils_enable_tests pytest
124 -
125 -EPYTEST_DESELECT=(
126 - # Fails because of system installed freeimage
127 - tests/test_core.py::test_findlib2
128 -)
129 -
130 -EPYTEST_IGNORE=(
131 - # Needs unpackaged imageio_ffmpeg
132 - tests/test_ffmpeg.py
133 - tests/test_ffmpeg_info.py
134 -)
135
136 diff --git a/dev-python/imageio/imageio-2.14.0.ebuild b/dev-python/imageio/imageio-2.14.0.ebuild
137 deleted file mode 100644
138 index b25825711c00..000000000000
139 --- a/dev-python/imageio/imageio-2.14.0.ebuild
140 +++ /dev/null
141 @@ -1,45 +0,0 @@
142 -# Copyright 1999-2022 Gentoo Authors
143 -# Distributed under the terms of the GNU General Public License v2
144 -
145 -EAPI=8
146 -
147 -PYTHON_COMPAT=( python3_{8..10} )
148 -inherit distutils-r1
149 -
150 -DESCRIPTION="Python library for reading and writing image data"
151 -HOMEPAGE="https://imageio.github.io/"
152 -SRC_URI="
153 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
154 - -> ${P}.gh.tar.gz
155 -"
156 -
157 -LICENSE="MIT"
158 -SLOT="0"
159 -KEYWORDS="~amd64 ~x86"
160 -PROPERTIES="test_network"
161 -RESTRICT="test"
162 -
163 -RDEPEND="
164 - dev-python/numpy[${PYTHON_USEDEP}]
165 - dev-python/pillow[${PYTHON_USEDEP}]
166 - media-libs/freeimage
167 -"
168 -BDEPEND="
169 - test? (
170 - dev-python/psutil[${PYTHON_USEDEP}]
171 - dev-python/tifffile[${PYTHON_USEDEP}]
172 - )
173 -"
174 -
175 -distutils_enable_tests pytest
176 -
177 -EPYTEST_DESELECT=(
178 - # Fails because of system installed freeimage
179 - tests/test_core.py::test_findlib2
180 -)
181 -
182 -EPYTEST_IGNORE=(
183 - # Needs unpackaged imageio_ffmpeg
184 - tests/test_ffmpeg.py
185 - tests/test_ffmpeg_info.py
186 -)
187
188 diff --git a/dev-python/imageio/imageio-2.14.1.ebuild b/dev-python/imageio/imageio-2.14.1.ebuild
189 deleted file mode 100644
190 index f28ec68a7e76..000000000000
191 --- a/dev-python/imageio/imageio-2.14.1.ebuild
192 +++ /dev/null
193 @@ -1,46 +0,0 @@
194 -# Copyright 1999-2022 Gentoo Authors
195 -# Distributed under the terms of the GNU General Public License v2
196 -
197 -EAPI=8
198 -
199 -PYTHON_COMPAT=( python3_{8..10} )
200 -DISTUTILS_USE_PEP517=setuptools
201 -inherit distutils-r1
202 -
203 -DESCRIPTION="Python library for reading and writing image data"
204 -HOMEPAGE="https://imageio.github.io/"
205 -SRC_URI="
206 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
207 - -> ${P}.gh.tar.gz
208 -"
209 -
210 -LICENSE="MIT"
211 -SLOT="0"
212 -KEYWORDS="~amd64 ~x86"
213 -PROPERTIES="test_network"
214 -RESTRICT="test"
215 -
216 -RDEPEND="
217 - dev-python/numpy[${PYTHON_USEDEP}]
218 - dev-python/pillow[${PYTHON_USEDEP}]
219 - media-libs/freeimage
220 -"
221 -BDEPEND="
222 - test? (
223 - dev-python/psutil[${PYTHON_USEDEP}]
224 - dev-python/tifffile[${PYTHON_USEDEP}]
225 - )
226 -"
227 -
228 -distutils_enable_tests pytest
229 -
230 -EPYTEST_DESELECT=(
231 - # Fails because of system installed freeimage
232 - tests/test_core.py::test_findlib2
233 -)
234 -
235 -EPYTEST_IGNORE=(
236 - # Needs unpackaged imageio_ffmpeg
237 - tests/test_ffmpeg.py
238 - tests/test_ffmpeg_info.py
239 -)
240
241 diff --git a/dev-python/imageio/imageio-2.15.0.ebuild b/dev-python/imageio/imageio-2.15.0.ebuild
242 deleted file mode 100644
243 index 2308ff4bcf66..000000000000
244 --- a/dev-python/imageio/imageio-2.15.0.ebuild
245 +++ /dev/null
246 @@ -1,50 +0,0 @@
247 -# Copyright 1999-2022 Gentoo Authors
248 -# Distributed under the terms of the GNU General Public License v2
249 -
250 -EAPI=8
251 -
252 -DISTUTILS_USE_PEP517=setuptools
253 -PYTHON_COMPAT=( python3_{8..10} )
254 -
255 -inherit distutils-r1
256 -
257 -DESCRIPTION="Python library for reading and writing image data"
258 -HOMEPAGE="https://imageio.github.io/"
259 -SRC_URI="
260 - https://github.com/imageio/imageio/archive/v${PV}.tar.gz
261 - -> ${P}.gh.tar.gz
262 -"
263 -
264 -LICENSE="MIT"
265 -SLOT="0"
266 -KEYWORDS="~amd64 ~x86"
267 -PROPERTIES="test_network"
268 -RESTRICT="test"
269 -
270 -RDEPEND="
271 - dev-python/numpy[${PYTHON_USEDEP}]
272 - dev-python/pillow[${PYTHON_USEDEP}]
273 - media-libs/freeimage
274 -"
275 -# requests for fsspec[github]
276 -BDEPEND="
277 - test? (
278 - dev-python/fsspec[${PYTHON_USEDEP}]
279 - dev-python/psutil[${PYTHON_USEDEP}]
280 - dev-python/requests[${PYTHON_USEDEP}]
281 - dev-python/tifffile[${PYTHON_USEDEP}]
282 - )
283 -"
284 -
285 -distutils_enable_tests pytest
286 -
287 -EPYTEST_DESELECT=(
288 - # Fails because of system installed freeimage
289 - tests/test_core.py::test_findlib2
290 -)
291 -
292 -EPYTEST_IGNORE=(
293 - # Needs unpackaged imageio_ffmpeg
294 - tests/test_ffmpeg.py
295 - tests/test_ffmpeg_info.py
296 -)