Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/
Date: Tue, 28 Feb 2023 18:16:43
Message-Id: 1677608187.4de168b402cc3483d425dda00b76bbec8a476e85.arthurzam@gentoo
1 commit: 4de168b402cc3483d425dda00b76bbec8a476e85
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 18:14:44 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 18:16:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de168b4
7
8 dev-python/tifffile: drop 2023.1.23.1, 2023.2.2
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/tifffile/Manifest | 2 -
13 dev-python/tifffile/tifffile-2023.1.23.1.ebuild | 60 -------------------------
14 dev-python/tifffile/tifffile-2023.2.2.ebuild | 60 -------------------------
15 3 files changed, 122 deletions(-)
16
17 diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
18 index 1120bdf05c69..bfc44b8c4c52 100644
19 --- a/dev-python/tifffile/Manifest
20 +++ b/dev-python/tifffile/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST tifffile-2023.1.23.1.gh.tar.gz 324017 BLAKE2B ffc4a329096ac3eb44990635dea4f5d0211564d5a8847795671d3d816148721d3c6fab059514764eb45bc48c8a114382c0a1705cc606d750ef869d49e67b2c85 SHA512 fad8e2f40cc550a83030b29b528566d7b5b9cbe016c9fd04911ab4cca4e8e69523d9b17db83eee018d1ff3005cab0f36762b4a1271859b504c77a0809e07b0be
23 -DIST tifffile-2023.2.2.gh.tar.gz 324485 BLAKE2B fb3404efa1af8197af8e3b77c2b1fbb76c215ee8d599da8974c6231b72789117edddf23072c898eb752789d789080b16106da90406a3a178388f3a863171d202 SHA512 5915374d62665d766b02d2a3c0e2f644581f3809cc650dda70feffec43151398fbbd23b2fe000be02a65fd7647e097c43c3c92482c85fe5027966038179a785f
24 DIST tifffile-2023.2.27.gh.tar.gz 326444 BLAKE2B 8c5081b7434329181d5f6df416b739c43d24ff9a9c3dc2ac4b3d6d6dd5ba165290d224648e5e6b4f46bd611c85204114f8b563cb110b7b50ba73aefd0e427f2e SHA512 97ba6b6ac469e4ab92822fd51dc45ebc00776834e5b171679abed24448d5be479a06e5e401bd055a21029641668f63912246b93f15424a3b268733729515452e
25 DIST tifffile-2023.2.3.gh.tar.gz 324906 BLAKE2B b9417ea561de7a185f1a57a6f36a6efde12caa85cd15fd787ae1ca50e73d328f83ec6cd196042d3a11a62706ac27bfad8ecc42e0a235201ee208fdb95d942c16 SHA512 f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b
26
27 diff --git a/dev-python/tifffile/tifffile-2023.1.23.1.ebuild b/dev-python/tifffile/tifffile-2023.1.23.1.ebuild
28 deleted file mode 100644
29 index 66babf481615..000000000000
30 --- a/dev-python/tifffile/tifffile-2023.1.23.1.ebuild
31 +++ /dev/null
32 @@ -1,60 +0,0 @@
33 -# Copyright 2021-2023 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=setuptools
39 -PYTHON_COMPAT=( python3_{10..11} )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Read and write TIFF files"
44 -HOMEPAGE="
45 - https://pypi.org/project/tifffile/
46 - https://github.com/cgohlke/tifffile/
47 - https://www.cgohlke.com/
48 -"
49 -SRC_URI="
50 - https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
51 - -> ${P}.gh.tar.gz
52 -"
53 -
54 -LICENSE="BSD"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~x86"
57 -
58 -RDEPEND="
59 - >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
60 -"
61 -BDEPEND="
62 - test? (
63 - dev-python/dask[${PYTHON_USEDEP}]
64 - dev-python/defusedxml[${PYTHON_USEDEP}]
65 - >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
66 - dev-python/lxml[${PYTHON_USEDEP}]
67 - dev-python/xarray[${PYTHON_USEDEP}]
68 - )
69 -"
70 -
71 -distutils_enable_tests pytest
72 -
73 -EPYTEST_DESELECT=(
74 - # Internet
75 - tests/test_tifffile.py::test_class_omexml
76 - tests/test_tifffile.py::test_class_omexml_fail
77 - tests/test_tifffile.py::test_class_omexml_modulo
78 - tests/test_tifffile.py::test_class_omexml_attributes
79 - tests/test_tifffile.py::test_class_omexml_multiimage
80 - tests/test_tifffile.py::test_write_ome
81 - tests/test_tifffile.py::test_write_ome_manual
82 - # requires tons of free space
83 - tests/test_tifffile.py::test_write_3gb
84 - tests/test_tifffile.py::test_write_5GB_bigtiff
85 - tests/test_tifffile.py::test_write_5GB_fails
86 - tests/test_tifffile.py::test_write_6gb
87 - tests/test_tifffile.py::test_write_bigtiff
88 - 'tests/test_tifffile.py::test_write_imagej_raw'
89 - # TODO
90 - tests/test_tifffile.py::test_issue_imagej_hyperstack_arg
91 - tests/test_tifffile.py::test_issue_description_overwrite
92 -)
93
94 diff --git a/dev-python/tifffile/tifffile-2023.2.2.ebuild b/dev-python/tifffile/tifffile-2023.2.2.ebuild
95 deleted file mode 100644
96 index 66babf481615..000000000000
97 --- a/dev-python/tifffile/tifffile-2023.2.2.ebuild
98 +++ /dev/null
99 @@ -1,60 +0,0 @@
100 -# Copyright 2021-2023 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=8
104 -
105 -DISTUTILS_USE_PEP517=setuptools
106 -PYTHON_COMPAT=( python3_{10..11} )
107 -
108 -inherit distutils-r1
109 -
110 -DESCRIPTION="Read and write TIFF files"
111 -HOMEPAGE="
112 - https://pypi.org/project/tifffile/
113 - https://github.com/cgohlke/tifffile/
114 - https://www.cgohlke.com/
115 -"
116 -SRC_URI="
117 - https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
118 - -> ${P}.gh.tar.gz
119 -"
120 -
121 -LICENSE="BSD"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~x86"
124 -
125 -RDEPEND="
126 - >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
127 -"
128 -BDEPEND="
129 - test? (
130 - dev-python/dask[${PYTHON_USEDEP}]
131 - dev-python/defusedxml[${PYTHON_USEDEP}]
132 - >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
133 - dev-python/lxml[${PYTHON_USEDEP}]
134 - dev-python/xarray[${PYTHON_USEDEP}]
135 - )
136 -"
137 -
138 -distutils_enable_tests pytest
139 -
140 -EPYTEST_DESELECT=(
141 - # Internet
142 - tests/test_tifffile.py::test_class_omexml
143 - tests/test_tifffile.py::test_class_omexml_fail
144 - tests/test_tifffile.py::test_class_omexml_modulo
145 - tests/test_tifffile.py::test_class_omexml_attributes
146 - tests/test_tifffile.py::test_class_omexml_multiimage
147 - tests/test_tifffile.py::test_write_ome
148 - tests/test_tifffile.py::test_write_ome_manual
149 - # requires tons of free space
150 - tests/test_tifffile.py::test_write_3gb
151 - tests/test_tifffile.py::test_write_5GB_bigtiff
152 - tests/test_tifffile.py::test_write_5GB_fails
153 - tests/test_tifffile.py::test_write_6gb
154 - tests/test_tifffile.py::test_write_bigtiff
155 - 'tests/test_tifffile.py::test_write_imagej_raw'
156 - # TODO
157 - tests/test_tifffile.py::test_issue_imagej_hyperstack_arg
158 - tests/test_tifffile.py::test_issue_description_overwrite
159 -)