commit:     ad302704a4d1f0ab2c6e495490113c0f67f43435
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 04:44:47 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 05:12:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad302704

dev-python/tifffile: Bump to 2023.4.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tifffile/Manifest                  |  1 +
 dev-python/tifffile/tifffile-2023.4.12.ebuild | 63 +++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index f663795cc365..8b5e321596bb 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2023.3.21.gh.tar.gz 331285 BLAKE2B 
ce63dc2f389d3e93cf50c52efe849423c091bdf048ce7f408fe6ee4556da4b9efcbaa031e7bc7f2b3f953117f7ce18014d1a77f9253a82d6dc4352464cf4151d
 SHA512 
68b90d7eab293991b0227090d5b4c047469cd65c339f8d19da68097d99640c7f45cf8746eac4b3da9a388a58cd4343bbcad25496b08c13c913e48f982e14f5b9
+DIST tifffile-2023.4.12.gh.tar.gz 332954 BLAKE2B 
357e691a0b551eb1ac5349bcc8a7168399e93c82353f5da5d95953142f206388da876e16f6948937ed9fb36128eaa4c3999c6fca494a9d5466894b5324c1cdcd
 SHA512 
3a5c2ed6beaaf0f1c7f4dced0f57eab1cbd1f23040df8c701ffac8569b6fbdcebd71b6970e9c6911c1fd501add78880d8102c8476126007472fcdb82c9628bcf

diff --git a/dev-python/tifffile/tifffile-2023.4.12.ebuild 
b/dev-python/tifffile/tifffile-2023.4.12.ebuild
new file mode 100644
index 000000000000..9f7bae8eb48b
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.4.12.ebuild
@@ -0,0 +1,63 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+       https://pypi.org/project/tifffile/
+       https://github.com/cgohlke/tifffile/
+       https://www.cgohlke.com/
+"
+SRC_URI="
+       https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       >=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/dask[${PYTHON_USEDEP}]
+               dev-python/defusedxml[${PYTHON_USEDEP}]
+               >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
+               dev-python/lxml[${PYTHON_USEDEP}]
+               dev-python/xarray[${PYTHON_USEDEP}]
+       )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+       # Internet
+       tests/test_tifffile.py::test_class_omexml
+       tests/test_tifffile.py::test_class_omexml_fail
+       tests/test_tifffile.py::test_class_omexml_modulo
+       tests/test_tifffile.py::test_class_omexml_attributes
+       tests/test_tifffile.py::test_class_omexml_multiimage
+       tests/test_tifffile.py::test_write_ome
+       tests/test_tifffile.py::test_write_ome_manual
+       # requires tons of free space
+       tests/test_tifffile.py::test_write_3gb
+       tests/test_tifffile.py::test_write_5GB_bigtiff
+       tests/test_tifffile.py::test_write_5GB_fails
+       tests/test_tifffile.py::test_write_6gb
+       tests/test_tifffile.py::test_write_bigtiff
+       'tests/test_tifffile.py::test_write_imagej_raw'
+       # TODO
+       tests/test_tifffile.py::test_issue_imagej_hyperstack_arg
+       tests/test_tifffile.py::test_issue_description_overwrite
+       # missing private marker
+       # https://github.com/cgohlke/tifffile/pull/195
+       tests/test_tifffile.py::test_issue_invalid_predictor
+)

Reply via email to