commit:     6f148db34566119bbe67a4c02cb8d90600ba943d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 06:20:42 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 11:09:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f148db3

dev-python/tifffile: Bump to 2023.7.18

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 6bf4bac305f5..7c7b0a8ea7bf 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,4 +1,5 @@
 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
 DIST tifffile-2023.7.10.gh.tar.gz 335535 BLAKE2B 
2fdfec45546fc6f4beb326d1b08646187b2e1e505e28b91ec2229ff19afdc84abb48c1c83acae5f33680583c95bcceea6579f52ba3c7df9d646697b04231b00b
 SHA512 
91f7dc449244a560a10f76b9f7eb339ce5200ef7cd7c8d2d088095d8bcea18bb419d9b691e2646cd58e072d9a7ea1701fdc7501fb91c04533684e002c94426c0
+DIST tifffile-2023.7.18.gh.tar.gz 336236 BLAKE2B 
ac4fef74c21aa2c32a21b5e34a716a4a859f41f33d07ced607a8634ca469bf09c264a4d3d170b82596bb61968ca4f480c1abf9d2a4584f2a2de44f44ea1c0acf
 SHA512 
3c3f03b921723da91e07b153f69961c321fa6d3ba2006cd21debba16c4bd0041de457d2df0d6e1b30d089260a2620d7bd27b53fbcf9d88e675d271883b6a60b5
 DIST tifffile-2023.7.4.gh.tar.gz 335321 BLAKE2B 
a168de5ad4735f490b0e7a29d7db887708bdf28049d3b722cefff9880962cf7d58cf6929935d3e0fcddef11d8910cc798996df7d1af7e14083e52956900ffa61
 SHA512 
247912cee32a5b9d29cb228a73366fd61c1f0b316ddc78ad37513ed85157abd7012bbc36b4cef250636f5789ef7f0204eae9a6ddbe6b08440f7f82039dbb854a

diff --git a/dev-python/tifffile/tifffile-2023.7.18.ebuild 
b/dev-python/tifffile/tifffile-2023.7.18.ebuild
new file mode 100644
index 000000000000..5b8f82b2f720
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.7.18.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 ~arm64 ~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