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/tifffile/
Date: Wed, 04 May 2022 08:19:55
Message-Id: 1651652378.db0eabf1c4f45e727675a3ab8b5d007f2a302905.mgorny@gentoo
1 commit: db0eabf1c4f45e727675a3ab8b5d007f2a302905
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 07:26:17 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 08:19:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0eabf1
7
8 dev-python/tifffile: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tifffile/Manifest | 5 ---
13 dev-python/tifffile/tifffile-2022.3.16.ebuild | 52 --------------------------
14 dev-python/tifffile/tifffile-2022.3.25.ebuild | 52 --------------------------
15 dev-python/tifffile/tifffile-2022.4.22.ebuild | 53 ---------------------------
16 dev-python/tifffile/tifffile-2022.4.26.ebuild | 53 ---------------------------
17 dev-python/tifffile/tifffile-2022.4.8.ebuild | 53 ---------------------------
18 6 files changed, 268 deletions(-)
19
20 diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
21 index f5944bea68cf..24da938820e5 100644
22 --- a/dev-python/tifffile/Manifest
23 +++ b/dev-python/tifffile/Manifest
24 @@ -1,6 +1 @@
25 -DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B fcd30e2fd38a12438332badb17e937ab095a8088f9c878b84166a67c7486f436a76d39832df22362f7a74de5da537602da82c982fb4dc0699fba1603adefdcef SHA512 8069a87b241cbb11b3efa8ff679106f2f11ff9045d790fb1612076a60b87791f30afffb55b57d19b70ab4441935f418ad91fb0956ab572890704023e63dea84a
26 -DIST tifffile-2022.3.25.gh.tar.gz 265082 BLAKE2B dd5f3705cb7203fe943b97a5ed5c000b44abf48ec748f38a1468e27e82bd980e4100dd14af5cfd6af5bdee9d0036c5dce37efca1e515f2eb283c0e221150915a SHA512 dc9018991989ca4b89be6f315aaa45ff2fb94c504dd4c1790af1ec68e05a1da85560f5098df2f460b726cea0d4b0e4fc3f12d493dc1a1db8e2cc35d86f547ddf
27 -DIST tifffile-2022.4.22.gh.tar.gz 280049 BLAKE2B d1d45e7a28c83ca52708aea64c5b7fffdab61405bf9aa2f87d1c3ef347e4057f3081e4f5b6df9de70ad35ec3dd9a17f30a763124338549bda0d93207c59bc7b5 SHA512 75488d9f15c98e8f9824ac4e538f7d2d75dbf06479ea1aee0a7f33bca71be0b3beeb32d3e8a4dcf5e09349ff415faff17d20ce312e43c80209d5c78cf8554c50
28 -DIST tifffile-2022.4.26.gh.tar.gz 283249 BLAKE2B 740cbee481bac327e63e4d574edc8667a7fab7b53311fcba719a8930ee5827fc8fb4888c881e20453c34635211105447fca12e0d3ce6cfcad5f38efc89c35b09 SHA512 f1e38ae821559c2807c6f299eae43255ec8a164119cb1a5ba2bf80b281b83ba7c629504efa2a2d36ef26edf14577dd7234c1c9bba8168503e4298dafe4fbc743
29 DIST tifffile-2022.4.28.gh.tar.gz 285773 BLAKE2B 245f24762d8b77166122440e205df4c0f4d5e55334ed9a30986d2a1baf21aba663ec126a0ac44f21931572e186f779f915ba4a3d6ae43d9c4897d5aa9a231440 SHA512 18a35e27976c88173931d2898a1a3d62d96d5ab844b2a585922f26838e1b4574277dff3ccbc2baa7898165b0312699a857da251b00ad8050624f49a3d29d00ab
30 -DIST tifffile-2022.4.8.gh.tar.gz 266725 BLAKE2B 3ac30337c1c7f26e32335a6d7756b4bf2d961f1e96badbc4ca8e9e5ee344513c61900d507f4098e4f5181b2c95134d0a74b646ce611cf9d3d3b5cc644ed70809 SHA512 1d12ca48dcc9fd8de5f3aa28cdd64a7735493b957d174f8ae49cb8a918075e6b50d4034ad9507d3b9ddd8ed1c595ec9fdace0986421b1993371cfe045698d578
31
32 diff --git a/dev-python/tifffile/tifffile-2022.3.16.ebuild b/dev-python/tifffile/tifffile-2022.3.16.ebuild
33 deleted file mode 100644
34 index bcfdee9f5d5f..000000000000
35 --- a/dev-python/tifffile/tifffile-2022.3.16.ebuild
36 +++ /dev/null
37 @@ -1,52 +0,0 @@
38 -# Copyright 2021-2022 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=8
42 -
43 -DISTUTILS_USE_PEP517=setuptools
44 -PYTHON_COMPAT=( python3_{8..10} )
45 -
46 -inherit distutils-r1
47 -
48 -DESCRIPTION="Read and write TIFF files"
49 -HOMEPAGE="
50 - https://pypi.org/project/tifffile/
51 - https://github.com/cgohlke/tifffile/
52 - https://www.lfd.uci.edu/~gohlke/
53 -"
54 -SRC_URI="
55 - https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
56 - -> ${P}.gh.tar.gz
57 -"
58 -
59 -LICENSE="BSD"
60 -SLOT="0"
61 -KEYWORDS="~amd64 ~x86"
62 -
63 -RDEPEND="
64 - >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
65 -"
66 -BDEPEND="
67 - test? (
68 - dev-python/dask[${PYTHON_USEDEP}]
69 - >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
70 - dev-python/lxml[${PYTHON_USEDEP}]
71 - )
72 -"
73 -
74 -distutils_enable_tests pytest
75 -
76 -EPYTEST_DESELECT=(
77 - # Internet
78 - tests/test_tifffile.py::test_class_omexml
79 - tests/test_tifffile.py::test_class_omexml_fail
80 - tests/test_tifffile.py::test_class_omexml_modulo
81 - tests/test_tifffile.py::test_class_omexml_attributes
82 - tests/test_tifffile.py::test_class_omexml_multiimage
83 - tests/test_tifffile.py::test_write_ome
84 - tests/test_tifffile.py::test_write_ome_manual
85 - # requires tons of free space
86 - tests/test_tifffile.py::test_write_3gb
87 - tests/test_tifffile.py::test_write_bigtiff
88 - 'tests/test_tifffile.py::test_write_imagej_raw'
89 -)
90
91 diff --git a/dev-python/tifffile/tifffile-2022.3.25.ebuild b/dev-python/tifffile/tifffile-2022.3.25.ebuild
92 deleted file mode 100644
93 index bcfdee9f5d5f..000000000000
94 --- a/dev-python/tifffile/tifffile-2022.3.25.ebuild
95 +++ /dev/null
96 @@ -1,52 +0,0 @@
97 -# Copyright 2021-2022 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=8
101 -
102 -DISTUTILS_USE_PEP517=setuptools
103 -PYTHON_COMPAT=( python3_{8..10} )
104 -
105 -inherit distutils-r1
106 -
107 -DESCRIPTION="Read and write TIFF files"
108 -HOMEPAGE="
109 - https://pypi.org/project/tifffile/
110 - https://github.com/cgohlke/tifffile/
111 - https://www.lfd.uci.edu/~gohlke/
112 -"
113 -SRC_URI="
114 - https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
115 - -> ${P}.gh.tar.gz
116 -"
117 -
118 -LICENSE="BSD"
119 -SLOT="0"
120 -KEYWORDS="~amd64 ~x86"
121 -
122 -RDEPEND="
123 - >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
124 -"
125 -BDEPEND="
126 - test? (
127 - dev-python/dask[${PYTHON_USEDEP}]
128 - >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
129 - dev-python/lxml[${PYTHON_USEDEP}]
130 - )
131 -"
132 -
133 -distutils_enable_tests pytest
134 -
135 -EPYTEST_DESELECT=(
136 - # Internet
137 - tests/test_tifffile.py::test_class_omexml
138 - tests/test_tifffile.py::test_class_omexml_fail
139 - tests/test_tifffile.py::test_class_omexml_modulo
140 - tests/test_tifffile.py::test_class_omexml_attributes
141 - tests/test_tifffile.py::test_class_omexml_multiimage
142 - tests/test_tifffile.py::test_write_ome
143 - tests/test_tifffile.py::test_write_ome_manual
144 - # requires tons of free space
145 - tests/test_tifffile.py::test_write_3gb
146 - tests/test_tifffile.py::test_write_bigtiff
147 - 'tests/test_tifffile.py::test_write_imagej_raw'
148 -)
149
150 diff --git a/dev-python/tifffile/tifffile-2022.4.22.ebuild b/dev-python/tifffile/tifffile-2022.4.22.ebuild
151 deleted file mode 100644
152 index c7b39355f0d6..000000000000
153 --- a/dev-python/tifffile/tifffile-2022.4.22.ebuild
154 +++ /dev/null
155 @@ -1,53 +0,0 @@
156 -# Copyright 2021-2022 Gentoo Authors
157 -# Distributed under the terms of the GNU General Public License v2
158 -
159 -EAPI=8
160 -
161 -DISTUTILS_USE_PEP517=setuptools
162 -PYTHON_COMPAT=( python3_{8..10} )
163 -
164 -inherit distutils-r1
165 -
166 -DESCRIPTION="Read and write TIFF files"
167 -HOMEPAGE="
168 - https://pypi.org/project/tifffile/
169 - https://github.com/cgohlke/tifffile/
170 - https://www.lfd.uci.edu/~gohlke/
171 -"
172 -SRC_URI="
173 - https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
174 - -> ${P}.gh.tar.gz
175 -"
176 -
177 -LICENSE="BSD"
178 -SLOT="0"
179 -KEYWORDS="~amd64 ~x86"
180 -
181 -RDEPEND="
182 - >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
183 -"
184 -BDEPEND="
185 - test? (
186 - dev-python/dask[${PYTHON_USEDEP}]
187 - >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
188 - dev-python/lxml[${PYTHON_USEDEP}]
189 - dev-python/xarray[${PYTHON_USEDEP}]
190 - )
191 -"
192 -
193 -distutils_enable_tests pytest
194 -
195 -EPYTEST_DESELECT=(
196 - # Internet
197 - tests/test_tifffile.py::test_class_omexml
198 - tests/test_tifffile.py::test_class_omexml_fail
199 - tests/test_tifffile.py::test_class_omexml_modulo
200 - tests/test_tifffile.py::test_class_omexml_attributes
201 - tests/test_tifffile.py::test_class_omexml_multiimage
202 - tests/test_tifffile.py::test_write_ome
203 - tests/test_tifffile.py::test_write_ome_manual
204 - # requires tons of free space
205 - tests/test_tifffile.py::test_write_3gb
206 - tests/test_tifffile.py::test_write_bigtiff
207 - 'tests/test_tifffile.py::test_write_imagej_raw'
208 -)
209
210 diff --git a/dev-python/tifffile/tifffile-2022.4.26.ebuild b/dev-python/tifffile/tifffile-2022.4.26.ebuild
211 deleted file mode 100644
212 index c7b39355f0d6..000000000000
213 --- a/dev-python/tifffile/tifffile-2022.4.26.ebuild
214 +++ /dev/null
215 @@ -1,53 +0,0 @@
216 -# Copyright 2021-2022 Gentoo Authors
217 -# Distributed under the terms of the GNU General Public License v2
218 -
219 -EAPI=8
220 -
221 -DISTUTILS_USE_PEP517=setuptools
222 -PYTHON_COMPAT=( python3_{8..10} )
223 -
224 -inherit distutils-r1
225 -
226 -DESCRIPTION="Read and write TIFF files"
227 -HOMEPAGE="
228 - https://pypi.org/project/tifffile/
229 - https://github.com/cgohlke/tifffile/
230 - https://www.lfd.uci.edu/~gohlke/
231 -"
232 -SRC_URI="
233 - https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
234 - -> ${P}.gh.tar.gz
235 -"
236 -
237 -LICENSE="BSD"
238 -SLOT="0"
239 -KEYWORDS="~amd64 ~x86"
240 -
241 -RDEPEND="
242 - >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
243 -"
244 -BDEPEND="
245 - test? (
246 - dev-python/dask[${PYTHON_USEDEP}]
247 - >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
248 - dev-python/lxml[${PYTHON_USEDEP}]
249 - dev-python/xarray[${PYTHON_USEDEP}]
250 - )
251 -"
252 -
253 -distutils_enable_tests pytest
254 -
255 -EPYTEST_DESELECT=(
256 - # Internet
257 - tests/test_tifffile.py::test_class_omexml
258 - tests/test_tifffile.py::test_class_omexml_fail
259 - tests/test_tifffile.py::test_class_omexml_modulo
260 - tests/test_tifffile.py::test_class_omexml_attributes
261 - tests/test_tifffile.py::test_class_omexml_multiimage
262 - tests/test_tifffile.py::test_write_ome
263 - tests/test_tifffile.py::test_write_ome_manual
264 - # requires tons of free space
265 - tests/test_tifffile.py::test_write_3gb
266 - tests/test_tifffile.py::test_write_bigtiff
267 - 'tests/test_tifffile.py::test_write_imagej_raw'
268 -)
269
270 diff --git a/dev-python/tifffile/tifffile-2022.4.8.ebuild b/dev-python/tifffile/tifffile-2022.4.8.ebuild
271 deleted file mode 100644
272 index c7b39355f0d6..000000000000
273 --- a/dev-python/tifffile/tifffile-2022.4.8.ebuild
274 +++ /dev/null
275 @@ -1,53 +0,0 @@
276 -# Copyright 2021-2022 Gentoo Authors
277 -# Distributed under the terms of the GNU General Public License v2
278 -
279 -EAPI=8
280 -
281 -DISTUTILS_USE_PEP517=setuptools
282 -PYTHON_COMPAT=( python3_{8..10} )
283 -
284 -inherit distutils-r1
285 -
286 -DESCRIPTION="Read and write TIFF files"
287 -HOMEPAGE="
288 - https://pypi.org/project/tifffile/
289 - https://github.com/cgohlke/tifffile/
290 - https://www.lfd.uci.edu/~gohlke/
291 -"
292 -SRC_URI="
293 - https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
294 - -> ${P}.gh.tar.gz
295 -"
296 -
297 -LICENSE="BSD"
298 -SLOT="0"
299 -KEYWORDS="~amd64 ~x86"
300 -
301 -RDEPEND="
302 - >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
303 -"
304 -BDEPEND="
305 - test? (
306 - dev-python/dask[${PYTHON_USEDEP}]
307 - >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
308 - dev-python/lxml[${PYTHON_USEDEP}]
309 - dev-python/xarray[${PYTHON_USEDEP}]
310 - )
311 -"
312 -
313 -distutils_enable_tests pytest
314 -
315 -EPYTEST_DESELECT=(
316 - # Internet
317 - tests/test_tifffile.py::test_class_omexml
318 - tests/test_tifffile.py::test_class_omexml_fail
319 - tests/test_tifffile.py::test_class_omexml_modulo
320 - tests/test_tifffile.py::test_class_omexml_attributes
321 - tests/test_tifffile.py::test_class_omexml_multiimage
322 - tests/test_tifffile.py::test_write_ome
323 - tests/test_tifffile.py::test_write_ome_manual
324 - # requires tons of free space
325 - tests/test_tifffile.py::test_write_3gb
326 - tests/test_tifffile.py::test_write_bigtiff
327 - 'tests/test_tifffile.py::test_write_imagej_raw'
328 -)