[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-05-24 Thread Michał Górny
commit: 52084a06addcb4f68a892e21990b7b2fdc9a43aa
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 24 17:20:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 24 18:30:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52084a06

dev-python/tifffile: Bump to 2024.5.22

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2024.5.22.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 0ce3456a2995..29b62aa94f55 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,3 +1,4 @@
 DIST tifffile-2024.4.24.gh.tar.gz 346320 BLAKE2B 
55f755044a6ee3826beaa8c9d39e5351474d73a64bd2af7d7e31dc20ac156c762b93a5d4986cd3dab8a70ed3b1674fe47e7ed07834a8833dcfa15fe6f179ccb5
 SHA512 
7ca3b32596210878e24c48475df8b95b193906669f0c561ba0567b6159fe951dd0d89ab83b094ba859da526e6c456d21e4b53bcc6038824556a0391d48a601f5
 DIST tifffile-2024.5.10.gh.tar.gz 347939 BLAKE2B 
d2295e04ba9dd90ae9b61e8d62263faf8d14293d4f29c3324b0f5e0078cd8e710a2193c0f0f000c7b4c14d54b76dc2e838b188620537e82e77e8b7b63a5cb575
 SHA512 
e460caf9c3424923f50babc7c8b8030cc7cc7ff9b1d915568cfdecd753e006659dda860948c9568eafc67aac621948675f7ab7e5468c7c0e72ba626fbde039e4
+DIST tifffile-2024.5.22.gh.tar.gz 348848 BLAKE2B 
7e87a56c87eebc548e51b3829a2b1d81991421b2ca2daeb739ab9cd4f2553cd4bcbddd282021bc26bc4289791bd2b61742e0d737591587acde5788bb642b91b3
 SHA512 
1b25d8505cb25d8a11aa85785115020d2bb6912240c86e6a89ad73c11df1607fcce5ea430d33a8284e38d2e4154f5f9f58709a67270edad6cb124c4b5c4ad11e
 DIST tifffile-2024.5.3.gh.tar.gz 347188 BLAKE2B 
965b216c69f3257870298303ed165e6c5a9a581c079ec349156e40e8d812dd21cf2b8f7b2d3036ae4f2357296e6c6035ac52d8b7e799dd57b0c63287415c1a70
 SHA512 
46d90a78c0cf8111fd7c9a22ead8f4b8e1715a57cb0e7be0112027e44495d8d239ebe87433e94865b0925e47eb43af13b720318e906c63c0848c52e4f17f22d7

diff --git a/dev-python/tifffile/tifffile-2024.5.22.ebuild 
b/dev-python/tifffile/tifffile-2024.5.22.ebuild
new file mode 100644
index ..190a5b9ccada
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2024.5.22.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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/defusedxml[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local -x SKIP_LARGE=1
+   local -x SKIP_HTTP=1
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-05-10 Thread Michał Górny
commit: 954c391411cab9d481d837d9acb4afd70d38a6aa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 05:15:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 05:17:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=954c3914

dev-python/tifffile: Bump to 2024.5.10

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2024.5.10.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 6a3c8de8c372..0ce3456a2995 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2024.4.24.gh.tar.gz 346320 BLAKE2B 
55f755044a6ee3826beaa8c9d39e5351474d73a64bd2af7d7e31dc20ac156c762b93a5d4986cd3dab8a70ed3b1674fe47e7ed07834a8833dcfa15fe6f179ccb5
 SHA512 
7ca3b32596210878e24c48475df8b95b193906669f0c561ba0567b6159fe951dd0d89ab83b094ba859da526e6c456d21e4b53bcc6038824556a0391d48a601f5
+DIST tifffile-2024.5.10.gh.tar.gz 347939 BLAKE2B 
d2295e04ba9dd90ae9b61e8d62263faf8d14293d4f29c3324b0f5e0078cd8e710a2193c0f0f000c7b4c14d54b76dc2e838b188620537e82e77e8b7b63a5cb575
 SHA512 
e460caf9c3424923f50babc7c8b8030cc7cc7ff9b1d915568cfdecd753e006659dda860948c9568eafc67aac621948675f7ab7e5468c7c0e72ba626fbde039e4
 DIST tifffile-2024.5.3.gh.tar.gz 347188 BLAKE2B 
965b216c69f3257870298303ed165e6c5a9a581c079ec349156e40e8d812dd21cf2b8f7b2d3036ae4f2357296e6c6035ac52d8b7e799dd57b0c63287415c1a70
 SHA512 
46d90a78c0cf8111fd7c9a22ead8f4b8e1715a57cb0e7be0112027e44495d8d239ebe87433e94865b0925e47eb43af13b720318e906c63c0848c52e4f17f22d7

diff --git a/dev-python/tifffile/tifffile-2024.5.10.ebuild 
b/dev-python/tifffile/tifffile-2024.5.10.ebuild
new file mode 100644
index ..190a5b9ccada
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2024.5.10.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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/defusedxml[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local -x SKIP_LARGE=1
+   local -x SKIP_HTTP=1
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-05-03 Thread Michał Górny
commit: 28cff8ef6d8dcbe96996d5212e5b09c51b8e03ba
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 03:16:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 03:59:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cff8ef

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  1 -
 dev-python/tifffile/tifffile-2024.4.18.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 9c8faf145787..9c7691e19d64 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1 @@
-DIST tifffile-2024.4.18.gh.tar.gz 346262 BLAKE2B 
d281e14a4bf9f29c81973a3b6bb52205b2657945b41592862a07f306957a5aa3bd8cab40db8ed5872f8544fc293deb247dbc765e94ef2d70bfefa4b5592f4d6d
 SHA512 
bcd7f23979595d1c74a0aabe94429d6952e3a86d135b78eda0219254664a557cab13efad05ce52b9d9b60b96d8f088af7e5cfd0f07f001da5488ad6758a421bf
 DIST tifffile-2024.4.24.gh.tar.gz 346320 BLAKE2B 
55f755044a6ee3826beaa8c9d39e5351474d73a64bd2af7d7e31dc20ac156c762b93a5d4986cd3dab8a70ed3b1674fe47e7ed07834a8833dcfa15fe6f179ccb5
 SHA512 
7ca3b32596210878e24c48475df8b95b193906669f0c561ba0567b6159fe951dd0d89ab83b094ba859da526e6c456d21e4b53bcc6038824556a0391d48a601f5

diff --git a/dev-python/tifffile/tifffile-2024.4.18.ebuild 
b/dev-python/tifffile/tifffile-2024.4.18.ebuild
deleted file mode 100644
index d58751a45db4..
--- a/dev-python/tifffile/tifffile-2024.4.18.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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'
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-05-03 Thread Michał Górny
commit: bd8ce45b7e0a1cc458a2fcbbdd1891e9e2398bb4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 03:53:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 04:00:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd8ce45b

dev-python/tifffile: Remove dev-python/dask test dep

All tests needing dev-python/dask are skipped gracefully if it isn't
available, and the package is really bad.

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

 dev-python/tifffile/tifffile-2024.4.24.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/tifffile/tifffile-2024.4.24.ebuild 
b/dev-python/tifffile/tifffile-2024.4.24.ebuild
index d58751a45db4..d9d1ef282037 100644
--- a/dev-python/tifffile/tifffile-2024.4.24.ebuild
+++ b/dev-python/tifffile/tifffile-2024.4.24.ebuild
@@ -28,7 +28,6 @@ RDEPEND="
 "
 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}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-05-03 Thread Michał Górny
commit: bc979b454c12239f2cd1a532cbaccf7cabcb827e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May  4 03:18:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May  4 03:59:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc979b45

dev-python/tifffile: Bump to 2024.5.3

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

 dev-python/tifffile/Manifest |  1 +
 dev-python/tifffile/tifffile-2024.5.3.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 9c7691e19d64..6a3c8de8c372 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2024.4.24.gh.tar.gz 346320 BLAKE2B 
55f755044a6ee3826beaa8c9d39e5351474d73a64bd2af7d7e31dc20ac156c762b93a5d4986cd3dab8a70ed3b1674fe47e7ed07834a8833dcfa15fe6f179ccb5
 SHA512 
7ca3b32596210878e24c48475df8b95b193906669f0c561ba0567b6159fe951dd0d89ab83b094ba859da526e6c456d21e4b53bcc6038824556a0391d48a601f5
+DIST tifffile-2024.5.3.gh.tar.gz 347188 BLAKE2B 
965b216c69f3257870298303ed165e6c5a9a581c079ec349156e40e8d812dd21cf2b8f7b2d3036ae4f2357296e6c6035ac52d8b7e799dd57b0c63287415c1a70
 SHA512 
46d90a78c0cf8111fd7c9a22ead8f4b8e1715a57cb0e7be0112027e44495d8d239ebe87433e94865b0925e47eb43af13b720318e906c63c0848c52e4f17f22d7

diff --git a/dev-python/tifffile/tifffile-2024.5.3.ebuild 
b/dev-python/tifffile/tifffile-2024.5.3.ebuild
new file mode 100644
index ..190a5b9ccada
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2024.5.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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/defusedxml[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+   local -x SKIP_LARGE=1
+   local -x SKIP_HTTP=1
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-04-24 Thread Michał Górny
commit: c14cf9dcc943f1b5cf674de12f3318582d25238d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 25 03:46:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 25 03:46:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14cf9dc

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  1 -
 dev-python/tifffile/tifffile-2024.2.12.ebuild | 57 ---
 2 files changed, 58 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index e8f02f56abd5..b51e547f3c29 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1 @@
-DIST tifffile-2024.2.12.gh.tar.gz 344964 BLAKE2B 
13b1697258daa6643f87d7d8a44f638789b3182029ac1d97b1695ac9add3bee4f295d1485b35273a031ce17b0c41b5fdb12d43f03765d96960869bb82c78adb8
 SHA512 
0cb1f33b879047b311d4ba7b8a00164230935bbd1403f33d3a1a44bedf1797e5f4b066fae865ae990da5356c0a868e4a5722f1da36ff77d8cd9b550d58286552
 DIST tifffile-2024.4.18.gh.tar.gz 346262 BLAKE2B 
d281e14a4bf9f29c81973a3b6bb52205b2657945b41592862a07f306957a5aa3bd8cab40db8ed5872f8544fc293deb247dbc765e94ef2d70bfefa4b5592f4d6d
 SHA512 
bcd7f23979595d1c74a0aabe94429d6952e3a86d135b78eda0219254664a557cab13efad05ce52b9d9b60b96d8f088af7e5cfd0f07f001da5488ad6758a421bf

diff --git a/dev-python/tifffile/tifffile-2024.2.12.ebuild 
b/dev-python/tifffile/tifffile-2024.2.12.ebuild
deleted file mode 100644
index d58751a45db4..
--- a/dev-python/tifffile/tifffile-2024.2.12.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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'
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-04-24 Thread Michał Górny
commit: e074f3b6b21394be4c7dafb35189e2d438ddf5d9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 25 03:47:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 25 03:47:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e074f3b6

dev-python/tifffile: Bump to 2024.4.24

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2024.4.24.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index b51e547f3c29..9c8faf145787 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2024.4.18.gh.tar.gz 346262 BLAKE2B 
d281e14a4bf9f29c81973a3b6bb52205b2657945b41592862a07f306957a5aa3bd8cab40db8ed5872f8544fc293deb247dbc765e94ef2d70bfefa4b5592f4d6d
 SHA512 
bcd7f23979595d1c74a0aabe94429d6952e3a86d135b78eda0219254664a557cab13efad05ce52b9d9b60b96d8f088af7e5cfd0f07f001da5488ad6758a421bf
+DIST tifffile-2024.4.24.gh.tar.gz 346320 BLAKE2B 
55f755044a6ee3826beaa8c9d39e5351474d73a64bd2af7d7e31dc20ac156c762b93a5d4986cd3dab8a70ed3b1674fe47e7ed07834a8833dcfa15fe6f179ccb5
 SHA512 
7ca3b32596210878e24c48475df8b95b193906669f0c561ba0567b6159fe951dd0d89ab83b094ba859da526e6c456d21e4b53bcc6038824556a0391d48a601f5

diff --git a/dev-python/tifffile/tifffile-2024.4.24.ebuild 
b/dev-python/tifffile/tifffile-2024.4.24.ebuild
new file mode 100644
index ..d58751a45db4
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2024.4.24.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-04-17 Thread Michał Górny
commit: 533e2cffc37094740716e44d879292c19ecaa766
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 18 04:20:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 18 05:30:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533e2cff

dev-python/tifffile: Bump to 2024.4.18

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2024.4.18.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index efcff3f32523..e8f02f56abd5 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2024.2.12.gh.tar.gz 344964 BLAKE2B 
13b1697258daa6643f87d7d8a44f638789b3182029ac1d97b1695ac9add3bee4f295d1485b35273a031ce17b0c41b5fdb12d43f03765d96960869bb82c78adb8
 SHA512 
0cb1f33b879047b311d4ba7b8a00164230935bbd1403f33d3a1a44bedf1797e5f4b066fae865ae990da5356c0a868e4a5722f1da36ff77d8cd9b550d58286552
+DIST tifffile-2024.4.18.gh.tar.gz 346262 BLAKE2B 
d281e14a4bf9f29c81973a3b6bb52205b2657945b41592862a07f306957a5aa3bd8cab40db8ed5872f8544fc293deb247dbc765e94ef2d70bfefa4b5592f4d6d
 SHA512 
bcd7f23979595d1c74a0aabe94429d6952e3a86d135b78eda0219254664a557cab13efad05ce52b9d9b60b96d8f088af7e5cfd0f07f001da5488ad6758a421bf

diff --git a/dev-python/tifffile/tifffile-2024.4.18.ebuild 
b/dev-python/tifffile/tifffile-2024.4.18.ebuild
new file mode 100644
index ..d58751a45db4
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2024.4.18.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-02-26 Thread Michał Górny
commit: 85ab4b185776e359dd7b77cd653089186e5560a4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 14:12:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 14:12:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ab4b18

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  2 -
 dev-python/tifffile/tifffile-2023.12.9.ebuild | 62 ---
 dev-python/tifffile/tifffile-2024.1.30.ebuild | 57 
 3 files changed, 121 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 30cb520377a4..efcff3f32523 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,3 +1 @@
-DIST tifffile-2023.12.9.gh.tar.gz 343750 BLAKE2B 
c6f3ae05870bbd3fbf67915b2d88ad6662362c28842412449510df8162dc1eb0fd52adb322c4d163c5c3bbc61c182fde08bc38d7b7a4cf6df5554d8e89e6b6c9
 SHA512 
de51d75cff08f617d638dbd062940ddcd2b0a0ffb25d4670e8d68bd8bcf19ff299695d7b0c8248d5405bfb0015c539b3dacb5133816eace7d0e93cff4f0d2c00
-DIST tifffile-2024.1.30.gh.tar.gz 344378 BLAKE2B 
7030219f88a5d4f6cc974a1a433bc10ad1bdcb395632e8b7034a681ddf4cf3b00fcd17df7ac2f4f9796980a74d140b9450f08f5535257b0a1ac05f17cb3c2031
 SHA512 
96a346c19ed252f8483c49a954bf84f9603b752d00292266131666e4a06ed4826677d9082eda4086d87eace8f3ce28909832267240d92affb810873b9d0a3fe1
 DIST tifffile-2024.2.12.gh.tar.gz 344964 BLAKE2B 
13b1697258daa6643f87d7d8a44f638789b3182029ac1d97b1695ac9add3bee4f295d1485b35273a031ce17b0c41b5fdb12d43f03765d96960869bb82c78adb8
 SHA512 
0cb1f33b879047b311d4ba7b8a00164230935bbd1403f33d3a1a44bedf1797e5f4b066fae865ae990da5356c0a868e4a5722f1da36ff77d8cd9b550d58286552

diff --git a/dev-python/tifffile/tifffile-2023.12.9.ebuild 
b/dev-python/tifffile/tifffile-2023.12.9.ebuild
deleted file mode 100644
index 7fa920736d10..
--- a/dev-python/tifffile/tifffile-2023.12.9.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 data again?
-   tests/test_tifffile.py::test_issue_trucated_tileoffsets
-)

diff --git a/dev-python/tifffile/tifffile-2024.1.30.ebuild 
b/dev-python/tifffile/tifffile-2024.1.30.ebuild
deleted file mode 100644
index d58751a45db4..
--- a/dev-python/tifffile/tifffile-2024.1.30.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-02-12 Thread Michał Górny
commit: 389b147d1e79da9f57291ae3915109304db32142
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 13 03:25:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 13 04:08:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389b147d

dev-python/tifffile: Bump to 2024.2.12

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2024.2.12.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 1b7618ec8353..30cb520377a4 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2023.12.9.gh.tar.gz 343750 BLAKE2B 
c6f3ae05870bbd3fbf67915b2d88ad6662362c28842412449510df8162dc1eb0fd52adb322c4d163c5c3bbc61c182fde08bc38d7b7a4cf6df5554d8e89e6b6c9
 SHA512 
de51d75cff08f617d638dbd062940ddcd2b0a0ffb25d4670e8d68bd8bcf19ff299695d7b0c8248d5405bfb0015c539b3dacb5133816eace7d0e93cff4f0d2c00
 DIST tifffile-2024.1.30.gh.tar.gz 344378 BLAKE2B 
7030219f88a5d4f6cc974a1a433bc10ad1bdcb395632e8b7034a681ddf4cf3b00fcd17df7ac2f4f9796980a74d140b9450f08f5535257b0a1ac05f17cb3c2031
 SHA512 
96a346c19ed252f8483c49a954bf84f9603b752d00292266131666e4a06ed4826677d9082eda4086d87eace8f3ce28909832267240d92affb810873b9d0a3fe1
+DIST tifffile-2024.2.12.gh.tar.gz 344964 BLAKE2B 
13b1697258daa6643f87d7d8a44f638789b3182029ac1d97b1695ac9add3bee4f295d1485b35273a031ce17b0c41b5fdb12d43f03765d96960869bb82c78adb8
 SHA512 
0cb1f33b879047b311d4ba7b8a00164230935bbd1403f33d3a1a44bedf1797e5f4b066fae865ae990da5356c0a868e4a5722f1da36ff77d8cd9b550d58286552

diff --git a/dev-python/tifffile/tifffile-2024.2.12.ebuild 
b/dev-python/tifffile/tifffile-2024.2.12.ebuild
new file mode 100644
index ..d58751a45db4
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2024.2.12.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-01-29 Thread Michał Górny
commit: 735524a34d3d45f7879a2d8e1b91117aed562764
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 30 03:45:42 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 30 04:06:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735524a3

dev-python/tifffile: Bump to 2024.1.30

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index e1bd007f946f..1b7618ec8353 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2023.12.9.gh.tar.gz 343750 BLAKE2B 
c6f3ae05870bbd3fbf67915b2d88ad6662362c28842412449510df8162dc1eb0fd52adb322c4d163c5c3bbc61c182fde08bc38d7b7a4cf6df5554d8e89e6b6c9
 SHA512 
de51d75cff08f617d638dbd062940ddcd2b0a0ffb25d4670e8d68bd8bcf19ff299695d7b0c8248d5405bfb0015c539b3dacb5133816eace7d0e93cff4f0d2c00
+DIST tifffile-2024.1.30.gh.tar.gz 344378 BLAKE2B 
7030219f88a5d4f6cc974a1a433bc10ad1bdcb395632e8b7034a681ddf4cf3b00fcd17df7ac2f4f9796980a74d140b9450f08f5535257b0a1ac05f17cb3c2031
 SHA512 
96a346c19ed252f8483c49a954bf84f9603b752d00292266131666e4a06ed4826677d9082eda4086d87eace8f3ce28909832267240d92affb810873b9d0a3fe1

diff --git a/dev-python/tifffile/tifffile-2024.1.30.ebuild 
b/dev-python/tifffile/tifffile-2024.1.30.ebuild
new file mode 100644
index ..7fa920736d10
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2024.1.30.ebuild
@@ -0,0 +1,62 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+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 data again?
+   tests/test_tifffile.py::test_issue_trucated_tileoffsets
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-01-29 Thread Michał Górny
commit: 54be4e162d3ca2807960e0fcbb6a2ba517a99cef
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 30 03:54:25 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 30 04:06:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54be4e16

dev-python/tifffile: Bump to 2024.1.30

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

 dev-python/tifffile/tifffile-2024.1.30.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/dev-python/tifffile/tifffile-2024.1.30.ebuild 
b/dev-python/tifffile/tifffile-2024.1.30.ebuild
index 7fa920736d10..d58751a45db4 100644
--- a/dev-python/tifffile/tifffile-2024.1.30.ebuild
+++ b/dev-python/tifffile/tifffile-2024.1.30.ebuild
@@ -54,9 +54,4 @@ EPYTEST_DESELECT=(
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 data again?
-   tests/test_tifffile.py::test_issue_trucated_tileoffsets
 )



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2024-01-26 Thread Michał Górny
commit: 488ed437bc507627ef836609d1b59e83688756de
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 26 17:28:01 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 26 20:15:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488ed437

dev-python/tifffile: Enable py3.12

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

 dev-python/tifffile/tifffile-2023.12.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/tifffile/tifffile-2023.12.9.ebuild 
b/dev-python/tifffile/tifffile-2023.12.9.ebuild
index d585386c5ea5..7fa920736d10 100644
--- a/dev-python/tifffile/tifffile-2023.12.9.ebuild
+++ b/dev-python/tifffile/tifffile-2023.12.9.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-12-30 Thread Michał Górny
commit: a72f8ade9613c39818107de4044972739b9536ec
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:32:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:34:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72f8ade

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  1 -
 dev-python/tifffile/tifffile-2023.9.26.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index f9f362ec21a6..e1bd007f946f 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1 @@
 DIST tifffile-2023.12.9.gh.tar.gz 343750 BLAKE2B 
c6f3ae05870bbd3fbf67915b2d88ad6662362c28842412449510df8162dc1eb0fd52adb322c4d163c5c3bbc61c182fde08bc38d7b7a4cf6df5554d8e89e6b6c9
 SHA512 
de51d75cff08f617d638dbd062940ddcd2b0a0ffb25d4670e8d68bd8bcf19ff299695d7b0c8248d5405bfb0015c539b3dacb5133816eace7d0e93cff4f0d2c00
-DIST tifffile-2023.9.26.gh.tar.gz 342486 BLAKE2B 
034013769c67b3e90bcfdf8b054419d00d35601603d716fa8cc37974cc37a4eabd773983047ad2cfbebfe4b15d7268defcad8f8d69f780af3a47299a52cbadf1
 SHA512 
ec59c408731143b60cc7664ab038ae885c21400771b0673828bbd07a46c7faafd503c1cedafbd08aaabfde554d2e42664a6f8f2ae753fc4405a9c98f8c2b8e1b

diff --git a/dev-python/tifffile/tifffile-2023.9.26.ebuild 
b/dev-python/tifffile/tifffile-2023.9.26.ebuild
deleted file mode 100644
index d585386c5ea5..
--- a/dev-python/tifffile/tifffile-2023.9.26.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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 data again?
-   tests/test_tifffile.py::test_issue_trucated_tileoffsets
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-12-09 Thread Michał Górny
commit: ac85bb741f9346df70a506f8c788740df9e9da34
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 10 06:05:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 10 06:05:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac85bb74

dev-python/tifffile: Bump to 2023.12.9

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 54918cb3c554..f9f362ec21a6 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
+DIST tifffile-2023.12.9.gh.tar.gz 343750 BLAKE2B 
c6f3ae05870bbd3fbf67915b2d88ad6662362c28842412449510df8162dc1eb0fd52adb322c4d163c5c3bbc61c182fde08bc38d7b7a4cf6df5554d8e89e6b6c9
 SHA512 
de51d75cff08f617d638dbd062940ddcd2b0a0ffb25d4670e8d68bd8bcf19ff299695d7b0c8248d5405bfb0015c539b3dacb5133816eace7d0e93cff4f0d2c00
 DIST tifffile-2023.9.26.gh.tar.gz 342486 BLAKE2B 
034013769c67b3e90bcfdf8b054419d00d35601603d716fa8cc37974cc37a4eabd773983047ad2cfbebfe4b15d7268defcad8f8d69f780af3a47299a52cbadf1
 SHA512 
ec59c408731143b60cc7664ab038ae885c21400771b0673828bbd07a46c7faafd503c1cedafbd08aaabfde554d2e42664a6f8f2ae753fc4405a9c98f8c2b8e1b

diff --git a/dev-python/tifffile/tifffile-2023.12.9.ebuild 
b/dev-python/tifffile/tifffile-2023.12.9.ebuild
new file mode 100644
index ..d585386c5ea5
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.12.9.ebuild
@@ -0,0 +1,62 @@
+# 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 data again?
+   tests/test_tifffile.py::test_issue_trucated_tileoffsets
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-11-05 Thread Michał Górny
commit: 1647ac4fc3672b1a1e92908f4a15059cb9b423c0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  6 05:53:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  6 06:22:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1647ac4f

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  5 ---
 dev-python/tifffile/tifffile-2023.7.18.ebuild | 63 ---
 dev-python/tifffile/tifffile-2023.8.12.ebuild | 63 ---
 dev-python/tifffile/tifffile-2023.8.25.ebuild | 63 ---
 dev-python/tifffile/tifffile-2023.8.30.ebuild | 63 ---
 dev-python/tifffile/tifffile-2023.9.18.ebuild | 63 ---
 6 files changed, 320 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 2e4374f40da9..54918cb3c554 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,6 +1 @@
-DIST tifffile-2023.7.18.gh.tar.gz 336236 BLAKE2B 
ac4fef74c21aa2c32a21b5e34a716a4a859f41f33d07ced607a8634ca469bf09c264a4d3d170b82596bb61968ca4f480c1abf9d2a4584f2a2de44f44ea1c0acf
 SHA512 
3c3f03b921723da91e07b153f69961c321fa6d3ba2006cd21debba16c4bd0041de457d2df0d6e1b30d089260a2620d7bd27b53fbcf9d88e675d271883b6a60b5
-DIST tifffile-2023.8.12.gh.tar.gz 336657 BLAKE2B 
8dfc2403cfa451209f8892326012273b23584c1e50f4172fe7770b850bb591013ef89bdc249976ba0946b4a7065dc603c5817d3f9f201e837b32d8471c4acf16
 SHA512 
2c14bb5b6ab89f2973ef10b511a2d12568312e1963c227e2ea152197c4e27610eb7e4fc533d47932c45d1fc32bb0aa25d09d0608cd752fd7be8b8ec26ed13eef
-DIST tifffile-2023.8.25.gh.tar.gz 338185 BLAKE2B 
cc5658548b41b693f2048dde767e2ab7851401b0aec723adfbf05f335e02659a62f8f34ca125e1e337f4d8b4ac9e65351c23d0426d885cb02299f23c007f70c0
 SHA512 
d0df54b6b5b4a347e84a8900dbd8c63c1f7cf27e29646dfcfbd3eadd1f0ace295b3503b4a5bb66742026a1ce1c0f278d396d83b0912aab44595dedec6b6f3112
-DIST tifffile-2023.8.30.gh.tar.gz 338928 BLAKE2B 
64b40c360bba6684ef9311d4e8ce00fa0ae118d02f244b5e6fe3f13e93b684c25999fae0a10c2fe497fc4f23d7845adb6fc6a4b8a76f5fbf784f9e85db24fde4
 SHA512 
3f6bd713c702e165822794949a38b76f31a257feff476beb5aed77b99deaaff673e33c74400baa50699020417508655f4bdc356c12689d45379111a2ceef1270
-DIST tifffile-2023.9.18.gh.tar.gz 340736 BLAKE2B 
806e98c90f60209d43c052cc4c9c635a901eee2aaedbcb0f20f33443c0661d2889d40156b468e1584fb4e10b42dee079f9be05d8a489b88456ae59fd7f4cb0ff
 SHA512 
749deea26baf06a09369eccfb45d850a33d74f44d72022759f3c4e02ce9f56ce75c88fd496a38ef1b8ac27c669464fda9ee2aa014e14f2c0d235a0b896c31a34
 DIST tifffile-2023.9.26.gh.tar.gz 342486 BLAKE2B 
034013769c67b3e90bcfdf8b054419d00d35601603d716fa8cc37974cc37a4eabd773983047ad2cfbebfe4b15d7268defcad8f8d69f780af3a47299a52cbadf1
 SHA512 
ec59c408731143b60cc7664ab038ae885c21400771b0673828bbd07a46c7faafd503c1cedafbd08aaabfde554d2e42664a6f8f2ae753fc4405a9c98f8c2b8e1b

diff --git a/dev-python/tifffile/tifffile-2023.7.18.ebuild 
b/dev-python/tifffile/tifffile-2023.7.18.ebuild
deleted file mode 100644
index 5b8f82b2f720..
--- a/dev-python/tifffile/tifffile-2023.7.18.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# 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
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-09-26 Thread Michał Górny
commit: 23c2981be9bb727d0a5d4069cf2e14f485a02ed4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 27 05:15:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 27 05:56:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c2981b

dev-python/tifffile: Bump to 2023.9.26

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index cee0f506951c..2e4374f40da9 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -3,3 +3,4 @@ DIST tifffile-2023.8.12.gh.tar.gz 336657 BLAKE2B 
8dfc2403cfa451209f8892326012273
 DIST tifffile-2023.8.25.gh.tar.gz 338185 BLAKE2B 
cc5658548b41b693f2048dde767e2ab7851401b0aec723adfbf05f335e02659a62f8f34ca125e1e337f4d8b4ac9e65351c23d0426d885cb02299f23c007f70c0
 SHA512 
d0df54b6b5b4a347e84a8900dbd8c63c1f7cf27e29646dfcfbd3eadd1f0ace295b3503b4a5bb66742026a1ce1c0f278d396d83b0912aab44595dedec6b6f3112
 DIST tifffile-2023.8.30.gh.tar.gz 338928 BLAKE2B 
64b40c360bba6684ef9311d4e8ce00fa0ae118d02f244b5e6fe3f13e93b684c25999fae0a10c2fe497fc4f23d7845adb6fc6a4b8a76f5fbf784f9e85db24fde4
 SHA512 
3f6bd713c702e165822794949a38b76f31a257feff476beb5aed77b99deaaff673e33c74400baa50699020417508655f4bdc356c12689d45379111a2ceef1270
 DIST tifffile-2023.9.18.gh.tar.gz 340736 BLAKE2B 
806e98c90f60209d43c052cc4c9c635a901eee2aaedbcb0f20f33443c0661d2889d40156b468e1584fb4e10b42dee079f9be05d8a489b88456ae59fd7f4cb0ff
 SHA512 
749deea26baf06a09369eccfb45d850a33d74f44d72022759f3c4e02ce9f56ce75c88fd496a38ef1b8ac27c669464fda9ee2aa014e14f2c0d235a0b896c31a34
+DIST tifffile-2023.9.26.gh.tar.gz 342486 BLAKE2B 
034013769c67b3e90bcfdf8b054419d00d35601603d716fa8cc37974cc37a4eabd773983047ad2cfbebfe4b15d7268defcad8f8d69f780af3a47299a52cbadf1
 SHA512 
ec59c408731143b60cc7664ab038ae885c21400771b0673828bbd07a46c7faafd503c1cedafbd08aaabfde554d2e42664a6f8f2ae753fc4405a9c98f8c2b8e1b

diff --git a/dev-python/tifffile/tifffile-2023.9.26.ebuild 
b/dev-python/tifffile/tifffile-2023.9.26.ebuild
new file mode 100644
index ..d585386c5ea5
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.9.26.ebuild
@@ -0,0 +1,62 @@
+# 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 data again?
+   tests/test_tifffile.py::test_issue_trucated_tileoffsets
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-09-19 Thread Michał Górny
commit: 927499d29a43af48fd3a15595fc3e62a2a462d1e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 19 11:38:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 19 12:41:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927499d2

dev-python/tifffile: Bump to 2023.9.18

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index e466f18f4ba8..cee0f506951c 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -2,3 +2,4 @@ DIST tifffile-2023.7.18.gh.tar.gz 336236 BLAKE2B 
ac4fef74c21aa2c32a21b5e34a716a4
 DIST tifffile-2023.8.12.gh.tar.gz 336657 BLAKE2B 
8dfc2403cfa451209f8892326012273b23584c1e50f4172fe7770b850bb591013ef89bdc249976ba0946b4a7065dc603c5817d3f9f201e837b32d8471c4acf16
 SHA512 
2c14bb5b6ab89f2973ef10b511a2d12568312e1963c227e2ea152197c4e27610eb7e4fc533d47932c45d1fc32bb0aa25d09d0608cd752fd7be8b8ec26ed13eef
 DIST tifffile-2023.8.25.gh.tar.gz 338185 BLAKE2B 
cc5658548b41b693f2048dde767e2ab7851401b0aec723adfbf05f335e02659a62f8f34ca125e1e337f4d8b4ac9e65351c23d0426d885cb02299f23c007f70c0
 SHA512 
d0df54b6b5b4a347e84a8900dbd8c63c1f7cf27e29646dfcfbd3eadd1f0ace295b3503b4a5bb66742026a1ce1c0f278d396d83b0912aab44595dedec6b6f3112
 DIST tifffile-2023.8.30.gh.tar.gz 338928 BLAKE2B 
64b40c360bba6684ef9311d4e8ce00fa0ae118d02f244b5e6fe3f13e93b684c25999fae0a10c2fe497fc4f23d7845adb6fc6a4b8a76f5fbf784f9e85db24fde4
 SHA512 
3f6bd713c702e165822794949a38b76f31a257feff476beb5aed77b99deaaff673e33c74400baa50699020417508655f4bdc356c12689d45379111a2ceef1270
+DIST tifffile-2023.9.18.gh.tar.gz 340736 BLAKE2B 
806e98c90f60209d43c052cc4c9c635a901eee2aaedbcb0f20f33443c0661d2889d40156b468e1584fb4e10b42dee079f9be05d8a489b88456ae59fd7f4cb0ff
 SHA512 
749deea26baf06a09369eccfb45d850a33d74f44d72022759f3c4e02ce9f56ce75c88fd496a38ef1b8ac27c669464fda9ee2aa014e14f2c0d235a0b896c31a34

diff --git a/dev-python/tifffile/tifffile-2023.9.18.ebuild 
b/dev-python/tifffile/tifffile-2023.9.18.ebuild
new file mode 100644
index ..5b8f82b2f720
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.9.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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-08-31 Thread Michał Górny
commit: 3861a6bcf4b53bcf0f2d7c271c9487428dda583d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 31 12:47:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 31 13:05:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3861a6bc

dev-python/tifffile: Bump to 2023.8.30

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index b260a013f153..e466f18f4ba8 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,3 +1,4 @@
 DIST tifffile-2023.7.18.gh.tar.gz 336236 BLAKE2B 
ac4fef74c21aa2c32a21b5e34a716a4a859f41f33d07ced607a8634ca469bf09c264a4d3d170b82596bb61968ca4f480c1abf9d2a4584f2a2de44f44ea1c0acf
 SHA512 
3c3f03b921723da91e07b153f69961c321fa6d3ba2006cd21debba16c4bd0041de457d2df0d6e1b30d089260a2620d7bd27b53fbcf9d88e675d271883b6a60b5
 DIST tifffile-2023.8.12.gh.tar.gz 336657 BLAKE2B 
8dfc2403cfa451209f8892326012273b23584c1e50f4172fe7770b850bb591013ef89bdc249976ba0946b4a7065dc603c5817d3f9f201e837b32d8471c4acf16
 SHA512 
2c14bb5b6ab89f2973ef10b511a2d12568312e1963c227e2ea152197c4e27610eb7e4fc533d47932c45d1fc32bb0aa25d09d0608cd752fd7be8b8ec26ed13eef
 DIST tifffile-2023.8.25.gh.tar.gz 338185 BLAKE2B 
cc5658548b41b693f2048dde767e2ab7851401b0aec723adfbf05f335e02659a62f8f34ca125e1e337f4d8b4ac9e65351c23d0426d885cb02299f23c007f70c0
 SHA512 
d0df54b6b5b4a347e84a8900dbd8c63c1f7cf27e29646dfcfbd3eadd1f0ace295b3503b4a5bb66742026a1ce1c0f278d396d83b0912aab44595dedec6b6f3112
+DIST tifffile-2023.8.30.gh.tar.gz 338928 BLAKE2B 
64b40c360bba6684ef9311d4e8ce00fa0ae118d02f244b5e6fe3f13e93b684c25999fae0a10c2fe497fc4f23d7845adb6fc6a4b8a76f5fbf784f9e85db24fde4
 SHA512 
3f6bd713c702e165822794949a38b76f31a257feff476beb5aed77b99deaaff673e33c74400baa50699020417508655f4bdc356c12689d45379111a2ceef1270

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-08-25 Thread Michał Górny
commit: 4daa231e2efff4c6cb44064a3734e91779c073da
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 05:18:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 26 05:18:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4daa231e

dev-python/tifffile: Bump to 2023.8.25

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index a2530f6d041c..b260a013f153 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2023.7.18.gh.tar.gz 336236 BLAKE2B 
ac4fef74c21aa2c32a21b5e34a716a4a859f41f33d07ced607a8634ca469bf09c264a4d3d170b82596bb61968ca4f480c1abf9d2a4584f2a2de44f44ea1c0acf
 SHA512 
3c3f03b921723da91e07b153f69961c321fa6d3ba2006cd21debba16c4bd0041de457d2df0d6e1b30d089260a2620d7bd27b53fbcf9d88e675d271883b6a60b5
 DIST tifffile-2023.8.12.gh.tar.gz 336657 BLAKE2B 
8dfc2403cfa451209f8892326012273b23584c1e50f4172fe7770b850bb591013ef89bdc249976ba0946b4a7065dc603c5817d3f9f201e837b32d8471c4acf16
 SHA512 
2c14bb5b6ab89f2973ef10b511a2d12568312e1963c227e2ea152197c4e27610eb7e4fc533d47932c45d1fc32bb0aa25d09d0608cd752fd7be8b8ec26ed13eef
+DIST tifffile-2023.8.25.gh.tar.gz 338185 BLAKE2B 
cc5658548b41b693f2048dde767e2ab7851401b0aec723adfbf05f335e02659a62f8f34ca125e1e337f4d8b4ac9e65351c23d0426d885cb02299f23c007f70c0
 SHA512 
d0df54b6b5b4a347e84a8900dbd8c63c1f7cf27e29646dfcfbd3eadd1f0ace295b3503b4a5bb66742026a1ce1c0f278d396d83b0912aab44595dedec6b6f3112

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-08-13 Thread Arthur Zamarin
commit: 4fd0dbc813f9b237607373b8b20ba52f1b1395b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 13 19:00:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 13 19:00:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd0dbc8

dev-python/tifffile: add 2023.8.12

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index f900cc59cff0..a2530f6d041c 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2023.7.18.gh.tar.gz 336236 BLAKE2B 
ac4fef74c21aa2c32a21b5e34a716a4a859f41f33d07ced607a8634ca469bf09c264a4d3d170b82596bb61968ca4f480c1abf9d2a4584f2a2de44f44ea1c0acf
 SHA512 
3c3f03b921723da91e07b153f69961c321fa6d3ba2006cd21debba16c4bd0041de457d2df0d6e1b30d089260a2620d7bd27b53fbcf9d88e675d271883b6a60b5
+DIST tifffile-2023.8.12.gh.tar.gz 336657 BLAKE2B 
8dfc2403cfa451209f8892326012273b23584c1e50f4172fe7770b850bb591013ef89bdc249976ba0946b4a7065dc603c5817d3f9f201e837b32d8471c4acf16
 SHA512 
2c14bb5b6ab89f2973ef10b511a2d12568312e1963c227e2ea152197c4e27610eb7e4fc533d47932c45d1fc32bb0aa25d09d0608cd752fd7be8b8ec26ed13eef

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-07-24 Thread Michał Górny
commit: ef83d1cb26e7947e28087587d32368d25059a16a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:20:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:34:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef83d1cb

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  4 --
 dev-python/tifffile/tifffile-2023.3.21.ebuild | 60 -
 dev-python/tifffile/tifffile-2023.4.12.ebuild | 63 ---
 dev-python/tifffile/tifffile-2023.7.10.ebuild | 63 ---
 dev-python/tifffile/tifffile-2023.7.4.ebuild  | 63 ---
 5 files changed, 253 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 7c7b0a8ea7bf..f900cc59cff0 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,5 +1 @@
-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.3.21.ebuild 
b/dev-python/tifffile/tifffile-2023.3.21.ebuild
deleted file mode 100644
index 66babf481615..
--- a/dev-python/tifffile/tifffile-2023.3.21.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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
-)

diff --git a/dev-python/tifffile/tifffile-2023.4.12.ebuild 
b/dev-python/tifffile/tifffile-2023.4.12.ebuild
deleted file mode 100644
index 5b8f82b2f720..
--- a/dev-python/tifffile/tifffile-2023.4.12.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# 

[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-07-20 Thread Michał Górny
commit: 6f148db34566119bbe67a4c02cb8d90600ba943d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 20 06:20:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 20 11:09:47 2023 +
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  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 ..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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-07-10 Thread Michał Górny
commit: 22b6758f1eb13358ac5f548b57591373b244ff79
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 11 04:50:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 11 05:51:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b6758f

dev-python/tifffile: Bump to 2023.7.10

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 0290578849f0..6bf4bac305f5 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,3 +1,4 @@
 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.4.gh.tar.gz 335321 BLAKE2B 
a168de5ad4735f490b0e7a29d7db887708bdf28049d3b722cefff9880962cf7d58cf6929935d3e0fcddef11d8910cc798996df7d1af7e14083e52956900ffa61
 SHA512 
247912cee32a5b9d29cb228a73366fd61c1f0b316ddc78ad37513ed85157abd7012bbc36b4cef250636f5789ef7f0204eae9a6ddbe6b08440f7f82039dbb854a

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-07-05 Thread Michał Górny
commit: 1e44f4c0d3f6fe770b2d15c324a7ce79e105d823
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  5 06:08:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  5 06:19:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e44f4c0

dev-python/tifffile: Bump to 2023.7.4

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 8b5e321596bb..0290578849f0 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 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.4.gh.tar.gz 335321 BLAKE2B 
a168de5ad4735f490b0e7a29d7db887708bdf28049d3b722cefff9880962cf7d58cf6929935d3e0fcddef11d8910cc798996df7d1af7e14083e52956900ffa61
 SHA512 
247912cee32a5b9d29cb228a73366fd61c1f0b316ddc78ad37513ed85157abd7012bbc36b4cef250636f5789ef7f0204eae9a6ddbe6b08440f7f82039dbb854a

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-05-29 Thread Sam James
commit: e32fe6fb902b708cf32ef9c5d00a09808c70cb73
Author: Sam James  gentoo  org>
AuthorDate: Mon May 29 23:49:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 23:49:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32fe6fb

dev-python/tifffile: Keyword 2023.4.12 arm64, #906563

Signed-off-by: Sam James  gentoo.org>

 dev-python/tifffile/tifffile-2023.4.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tifffile/tifffile-2023.4.12.ebuild 
b/dev-python/tifffile/tifffile-2023.4.12.ebuild
index 9f7bae8eb48b..5b8f82b2f720 100644
--- a/dev-python/tifffile/tifffile-2023.4.12.ebuild
+++ b/dev-python/tifffile/tifffile-2023.4.12.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/numpy-1.19.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-04-12 Thread Michał Górny
commit: ad302704a4d1f0ab2c6e495490113c0f67f43435
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 13 04:44:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 13 05:12:54 2023 +
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  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 ..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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-04-08 Thread Michał Górny
commit: f5e4e9b2f592474e17a23e878f32e07531815a70
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  8 06:02:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  8 06:07:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e4e9b2

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  1 -
 dev-python/tifffile/tifffile-2023.3.15.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 5f001dae6bac..f663795cc365 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1 @@
-DIST tifffile-2023.3.15.gh.tar.gz 331071 BLAKE2B 
4bb1f725bd38523dd60383aab530c8e8ec25a71fc5e9350cc77023ab2ce4bd8c5d85dc97a50144fc0148710be8bd7b0f8b5f20d4e2f9a85b541cc9b0e41ebfaa
 SHA512 
b7f8f5a0a4dbacc409a39b1906104ee0024e7275ca1d7dd4cf3137b29dc38ef13103719ab191f7b61e2ef939e734d7442977d5f3a2c6560a1ce0361cd488ca7c
 DIST tifffile-2023.3.21.gh.tar.gz 331285 BLAKE2B 
ce63dc2f389d3e93cf50c52efe849423c091bdf048ce7f408fe6ee4556da4b9efcbaa031e7bc7f2b3f953117f7ce18014d1a77f9253a82d6dc4352464cf4151d
 SHA512 
68b90d7eab293991b0227090d5b4c047469cd65c339f8d19da68097d99640c7f45cf8746eac4b3da9a388a58cd4343bbcad25496b08c13c913e48f982e14f5b9

diff --git a/dev-python/tifffile/tifffile-2023.3.15.ebuild 
b/dev-python/tifffile/tifffile-2023.3.15.ebuild
deleted file mode 100644
index 66babf481615..
--- a/dev-python/tifffile/tifffile-2023.3.15.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-03-22 Thread Michał Górny
commit: 0cc27b4124bf34ef78cc91b16a2efc86b4b9f624
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 22 06:16:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 22 06:16:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc27b41

dev-python/tifffile: Bump to 2023.3.21

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2023.3.21.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 6654d1b0f510..5f001dae6bac 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2023.3.15.gh.tar.gz 331071 BLAKE2B 
4bb1f725bd38523dd60383aab530c8e8ec25a71fc5e9350cc77023ab2ce4bd8c5d85dc97a50144fc0148710be8bd7b0f8b5f20d4e2f9a85b541cc9b0e41ebfaa
 SHA512 
b7f8f5a0a4dbacc409a39b1906104ee0024e7275ca1d7dd4cf3137b29dc38ef13103719ab191f7b61e2ef939e734d7442977d5f3a2c6560a1ce0361cd488ca7c
+DIST tifffile-2023.3.21.gh.tar.gz 331285 BLAKE2B 
ce63dc2f389d3e93cf50c52efe849423c091bdf048ce7f408fe6ee4556da4b9efcbaa031e7bc7f2b3f953117f7ce18014d1a77f9253a82d6dc4352464cf4151d
 SHA512 
68b90d7eab293991b0227090d5b4c047469cd65c339f8d19da68097d99640c7f45cf8746eac4b3da9a388a58cd4343bbcad25496b08c13c913e48f982e14f5b9

diff --git a/dev-python/tifffile/tifffile-2023.3.21.ebuild 
b/dev-python/tifffile/tifffile-2023.3.21.ebuild
new file mode 100644
index ..66babf481615
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.3.21.ebuild
@@ -0,0 +1,60 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-03-16 Thread Michał Górny
commit: 999d525b59e339e4d992df48b7cda562466002d2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 16:31:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 16:31:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999d525b

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  1 -
 dev-python/tifffile/tifffile-2023.2.28.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index aa15d2bd8a89..6654d1b0f510 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1 @@
-DIST tifffile-2023.2.28.gh.tar.gz 326769 BLAKE2B 
e7495832d4fbcfa524a5e1aa4f34663378aa3a7d05743e0a564e008a052b8eb1f9ad5a26fbf89064947957ae6029ab6a51ea8669eb785a188443fffa1947ff98
 SHA512 
b9e2e58c03937aa839f83ac7b3126fe4d4f0eab4fa6d09dc88380e2f894497ab65d9bb7ca9947170ccd9026531e23e99252db4fb9c61b44c891297c2df197751
 DIST tifffile-2023.3.15.gh.tar.gz 331071 BLAKE2B 
4bb1f725bd38523dd60383aab530c8e8ec25a71fc5e9350cc77023ab2ce4bd8c5d85dc97a50144fc0148710be8bd7b0f8b5f20d4e2f9a85b541cc9b0e41ebfaa
 SHA512 
b7f8f5a0a4dbacc409a39b1906104ee0024e7275ca1d7dd4cf3137b29dc38ef13103719ab191f7b61e2ef939e734d7442977d5f3a2c6560a1ce0361cd488ca7c

diff --git a/dev-python/tifffile/tifffile-2023.2.28.ebuild 
b/dev-python/tifffile/tifffile-2023.2.28.ebuild
deleted file mode 100644
index 66babf481615..
--- a/dev-python/tifffile/tifffile-2023.2.28.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-03-15 Thread Michał Górny
commit: e5110eb5863e281d5d426b81ba9465fb9cfa5e8a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 03:05:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:05:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5110eb5

dev-python/tifffile: Bump to 2023.3.15

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2023.3.15.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index a7ffb80bdb8a..aa15d2bd8a89 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2023.2.28.gh.tar.gz 326769 BLAKE2B 
e7495832d4fbcfa524a5e1aa4f34663378aa3a7d05743e0a564e008a052b8eb1f9ad5a26fbf89064947957ae6029ab6a51ea8669eb785a188443fffa1947ff98
 SHA512 
b9e2e58c03937aa839f83ac7b3126fe4d4f0eab4fa6d09dc88380e2f894497ab65d9bb7ca9947170ccd9026531e23e99252db4fb9c61b44c891297c2df197751
+DIST tifffile-2023.3.15.gh.tar.gz 331071 BLAKE2B 
4bb1f725bd38523dd60383aab530c8e8ec25a71fc5e9350cc77023ab2ce4bd8c5d85dc97a50144fc0148710be8bd7b0f8b5f20d4e2f9a85b541cc9b0e41ebfaa
 SHA512 
b7f8f5a0a4dbacc409a39b1906104ee0024e7275ca1d7dd4cf3137b29dc38ef13103719ab191f7b61e2ef939e734d7442977d5f3a2c6560a1ce0361cd488ca7c

diff --git a/dev-python/tifffile/tifffile-2023.3.15.ebuild 
b/dev-python/tifffile/tifffile-2023.3.15.ebuild
new file mode 100644
index ..66babf481615
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.3.15.ebuild
@@ -0,0 +1,60 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-03-15 Thread Michał Górny
commit: ebe396bc121b3accbf3bf8bbfec3f9e320824130
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 03:04:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:04:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe396bc

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  2 -
 dev-python/tifffile/tifffile-2023.2.27.ebuild | 60 ---
 dev-python/tifffile/tifffile-2023.2.3.ebuild  | 60 ---
 3 files changed, 122 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 5a5486fe9bf0..a7ffb80bdb8a 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,3 +1 @@
-DIST tifffile-2023.2.27.gh.tar.gz 326444 BLAKE2B 
8c5081b7434329181d5f6df416b739c43d24ff9a9c3dc2ac4b3d6d6dd5ba165290d224648e5e6b4f46bd611c85204114f8b563cb110b7b50ba73aefd0e427f2e
 SHA512 
97ba6b6ac469e4ab92822fd51dc45ebc00776834e5b171679abed24448d5be479a06e5e401bd055a21029641668f63912246b93f15424a3b268733729515452e
 DIST tifffile-2023.2.28.gh.tar.gz 326769 BLAKE2B 
e7495832d4fbcfa524a5e1aa4f34663378aa3a7d05743e0a564e008a052b8eb1f9ad5a26fbf89064947957ae6029ab6a51ea8669eb785a188443fffa1947ff98
 SHA512 
b9e2e58c03937aa839f83ac7b3126fe4d4f0eab4fa6d09dc88380e2f894497ab65d9bb7ca9947170ccd9026531e23e99252db4fb9c61b44c891297c2df197751
-DIST tifffile-2023.2.3.gh.tar.gz 324906 BLAKE2B 
b9417ea561de7a185f1a57a6f36a6efde12caa85cd15fd787ae1ca50e73d328f83ec6cd196042d3a11a62706ac27bfad8ecc42e0a235201ee208fdb95d942c16
 SHA512 
f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b

diff --git a/dev-python/tifffile/tifffile-2023.2.27.ebuild 
b/dev-python/tifffile/tifffile-2023.2.27.ebuild
deleted file mode 100644
index 66babf481615..
--- a/dev-python/tifffile/tifffile-2023.2.27.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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
-)

diff --git a/dev-python/tifffile/tifffile-2023.2.3.ebuild 
b/dev-python/tifffile/tifffile-2023.2.3.ebuild
deleted file mode 100644
index 66babf481615..
--- a/dev-python/tifffile/tifffile-2023.2.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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}]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-03-01 Thread Michał Górny
commit: ac8c878d90c990df9c15dc2d081eb41404eeea33
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  2 04:55:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  2 04:55:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8c878d

dev-python/tifffile: Bump to 2023.2.28

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2023.2.28.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index bfc44b8c4c52..5a5486fe9bf0 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2023.2.27.gh.tar.gz 326444 BLAKE2B 
8c5081b7434329181d5f6df416b739c43d24ff9a9c3dc2ac4b3d6d6dd5ba165290d224648e5e6b4f46bd611c85204114f8b563cb110b7b50ba73aefd0e427f2e
 SHA512 
97ba6b6ac469e4ab92822fd51dc45ebc00776834e5b171679abed24448d5be479a06e5e401bd055a21029641668f63912246b93f15424a3b268733729515452e
+DIST tifffile-2023.2.28.gh.tar.gz 326769 BLAKE2B 
e7495832d4fbcfa524a5e1aa4f34663378aa3a7d05743e0a564e008a052b8eb1f9ad5a26fbf89064947957ae6029ab6a51ea8669eb785a188443fffa1947ff98
 SHA512 
b9e2e58c03937aa839f83ac7b3126fe4d4f0eab4fa6d09dc88380e2f894497ab65d9bb7ca9947170ccd9026531e23e99252db4fb9c61b44c891297c2df197751
 DIST tifffile-2023.2.3.gh.tar.gz 324906 BLAKE2B 
b9417ea561de7a185f1a57a6f36a6efde12caa85cd15fd787ae1ca50e73d328f83ec6cd196042d3a11a62706ac27bfad8ecc42e0a235201ee208fdb95d942c16
 SHA512 
f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b

diff --git a/dev-python/tifffile/tifffile-2023.2.28.ebuild 
b/dev-python/tifffile/tifffile-2023.2.28.ebuild
new file mode 100644
index ..66babf481615
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.2.28.ebuild
@@ -0,0 +1,60 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-02-28 Thread Arthur Zamarin
commit: 4de168b402cc3483d425dda00b76bbec8a476e85
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb 28 18:14:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb 28 18:16:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de168b4

dev-python/tifffile: drop 2023.1.23.1, 2023.2.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tifffile/Manifest|  2 -
 dev-python/tifffile/tifffile-2023.1.23.1.ebuild | 60 -
 dev-python/tifffile/tifffile-2023.2.2.ebuild| 60 -
 3 files changed, 122 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 1120bdf05c69..bfc44b8c4c52 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,4 +1,2 @@
-DIST tifffile-2023.1.23.1.gh.tar.gz 324017 BLAKE2B 
ffc4a329096ac3eb44990635dea4f5d0211564d5a8847795671d3d816148721d3c6fab059514764eb45bc48c8a114382c0a1705cc606d750ef869d49e67b2c85
 SHA512 
fad8e2f40cc550a83030b29b528566d7b5b9cbe016c9fd04911ab4cca4e8e69523d9b17db83eee018d1ff3005cab0f36762b4a1271859b504c77a0809e07b0be
-DIST tifffile-2023.2.2.gh.tar.gz 324485 BLAKE2B 
fb3404efa1af8197af8e3b77c2b1fbb76c215ee8d599da8974c6231b72789117edddf23072c898eb752789d789080b16106da90406a3a178388f3a863171d202
 SHA512 
5915374d62665d766b02d2a3c0e2f644581f3809cc650dda70feffec43151398fbbd23b2fe000be02a65fd7647e097c43c3c92482c85fe5027966038179a785f
 DIST tifffile-2023.2.27.gh.tar.gz 326444 BLAKE2B 
8c5081b7434329181d5f6df416b739c43d24ff9a9c3dc2ac4b3d6d6dd5ba165290d224648e5e6b4f46bd611c85204114f8b563cb110b7b50ba73aefd0e427f2e
 SHA512 
97ba6b6ac469e4ab92822fd51dc45ebc00776834e5b171679abed24448d5be479a06e5e401bd055a21029641668f63912246b93f15424a3b268733729515452e
 DIST tifffile-2023.2.3.gh.tar.gz 324906 BLAKE2B 
b9417ea561de7a185f1a57a6f36a6efde12caa85cd15fd787ae1ca50e73d328f83ec6cd196042d3a11a62706ac27bfad8ecc42e0a235201ee208fdb95d942c16
 SHA512 
f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b

diff --git a/dev-python/tifffile/tifffile-2023.1.23.1.ebuild 
b/dev-python/tifffile/tifffile-2023.1.23.1.ebuild
deleted file mode 100644
index 66babf481615..
--- a/dev-python/tifffile/tifffile-2023.1.23.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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
-)

diff --git a/dev-python/tifffile/tifffile-2023.2.2.ebuild 
b/dev-python/tifffile/tifffile-2023.2.2.ebuild
deleted file mode 100644
index 66babf481615..
--- a/dev-python/tifffile/tifffile-2023.2.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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
-   -> 

[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-02-27 Thread Michał Górny
commit: 512ff19e82d67b7892caa8d9586e42f7e39a2f03
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 28 04:40:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 28 05:06:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512ff19e

dev-python/tifffile: Bump to 2023.2.27

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2023.2.27.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 8ca55cf87099..1120bdf05c69 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,3 +1,4 @@
 DIST tifffile-2023.1.23.1.gh.tar.gz 324017 BLAKE2B 
ffc4a329096ac3eb44990635dea4f5d0211564d5a8847795671d3d816148721d3c6fab059514764eb45bc48c8a114382c0a1705cc606d750ef869d49e67b2c85
 SHA512 
fad8e2f40cc550a83030b29b528566d7b5b9cbe016c9fd04911ab4cca4e8e69523d9b17db83eee018d1ff3005cab0f36762b4a1271859b504c77a0809e07b0be
 DIST tifffile-2023.2.2.gh.tar.gz 324485 BLAKE2B 
fb3404efa1af8197af8e3b77c2b1fbb76c215ee8d599da8974c6231b72789117edddf23072c898eb752789d789080b16106da90406a3a178388f3a863171d202
 SHA512 
5915374d62665d766b02d2a3c0e2f644581f3809cc650dda70feffec43151398fbbd23b2fe000be02a65fd7647e097c43c3c92482c85fe5027966038179a785f
+DIST tifffile-2023.2.27.gh.tar.gz 326444 BLAKE2B 
8c5081b7434329181d5f6df416b739c43d24ff9a9c3dc2ac4b3d6d6dd5ba165290d224648e5e6b4f46bd611c85204114f8b563cb110b7b50ba73aefd0e427f2e
 SHA512 
97ba6b6ac469e4ab92822fd51dc45ebc00776834e5b171679abed24448d5be479a06e5e401bd055a21029641668f63912246b93f15424a3b268733729515452e
 DIST tifffile-2023.2.3.gh.tar.gz 324906 BLAKE2B 
b9417ea561de7a185f1a57a6f36a6efde12caa85cd15fd787ae1ca50e73d328f83ec6cd196042d3a11a62706ac27bfad8ecc42e0a235201ee208fdb95d942c16
 SHA512 
f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b

diff --git a/dev-python/tifffile/tifffile-2023.2.27.ebuild 
b/dev-python/tifffile/tifffile-2023.2.27.ebuild
new file mode 100644
index ..66babf481615
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.2.27.ebuild
@@ -0,0 +1,60 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-02-05 Thread Michał Górny
commit: 4473da9e2d8ade62a8bffe4b792eb639524747a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb  5 16:00:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  5 16:00:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4473da9e

dev-python/tifffile: Bump to 2023.2.3

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

 dev-python/tifffile/Manifest |  1 +
 dev-python/tifffile/tifffile-2023.2.3.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 19f7fc3b6b4c..8ca55cf87099 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2023.1.23.1.gh.tar.gz 324017 BLAKE2B 
ffc4a329096ac3eb44990635dea4f5d0211564d5a8847795671d3d816148721d3c6fab059514764eb45bc48c8a114382c0a1705cc606d750ef869d49e67b2c85
 SHA512 
fad8e2f40cc550a83030b29b528566d7b5b9cbe016c9fd04911ab4cca4e8e69523d9b17db83eee018d1ff3005cab0f36762b4a1271859b504c77a0809e07b0be
 DIST tifffile-2023.2.2.gh.tar.gz 324485 BLAKE2B 
fb3404efa1af8197af8e3b77c2b1fbb76c215ee8d599da8974c6231b72789117edddf23072c898eb752789d789080b16106da90406a3a178388f3a863171d202
 SHA512 
5915374d62665d766b02d2a3c0e2f644581f3809cc650dda70feffec43151398fbbd23b2fe000be02a65fd7647e097c43c3c92482c85fe5027966038179a785f
+DIST tifffile-2023.2.3.gh.tar.gz 324906 BLAKE2B 
b9417ea561de7a185f1a57a6f36a6efde12caa85cd15fd787ae1ca50e73d328f83ec6cd196042d3a11a62706ac27bfad8ecc42e0a235201ee208fdb95d942c16
 SHA512 
f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b

diff --git a/dev-python/tifffile/tifffile-2023.2.3.ebuild 
b/dev-python/tifffile/tifffile-2023.2.3.ebuild
new file mode 100644
index ..66babf481615
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.2.3.ebuild
@@ -0,0 +1,60 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-02-02 Thread Michał Górny
commit: 381851f10c0e9c22ec5b48becee1340603c35c07
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  3 06:41:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  3 07:19:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381851f1

dev-python/tifffile: Bump to 2023.2.2

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

 dev-python/tifffile/Manifest |  1 +
 dev-python/tifffile/tifffile-2023.2.2.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 7276f9200f9d..19f7fc3b6b4c 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2023.1.23.1.gh.tar.gz 324017 BLAKE2B 
ffc4a329096ac3eb44990635dea4f5d0211564d5a8847795671d3d816148721d3c6fab059514764eb45bc48c8a114382c0a1705cc606d750ef869d49e67b2c85
 SHA512 
fad8e2f40cc550a83030b29b528566d7b5b9cbe016c9fd04911ab4cca4e8e69523d9b17db83eee018d1ff3005cab0f36762b4a1271859b504c77a0809e07b0be
+DIST tifffile-2023.2.2.gh.tar.gz 324485 BLAKE2B 
fb3404efa1af8197af8e3b77c2b1fbb76c215ee8d599da8974c6231b72789117edddf23072c898eb752789d789080b16106da90406a3a178388f3a863171d202
 SHA512 
5915374d62665d766b02d2a3c0e2f644581f3809cc650dda70feffec43151398fbbd23b2fe000be02a65fd7647e097c43c3c92482c85fe5027966038179a785f

diff --git a/dev-python/tifffile/tifffile-2023.2.2.ebuild 
b/dev-python/tifffile/tifffile-2023.2.2.ebuild
new file mode 100644
index ..66babf481615
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.2.2.ebuild
@@ -0,0 +1,60 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-01-27 Thread Michał Górny
commit: 53c36648c27ebec71ca3b5537a20d1a1b666b6a5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 27 20:06:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 27 20:09:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53c36648

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  1 -
 dev-python/tifffile/tifffile-2022.10.10-r1.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 45dfbaa11049..7276f9200f9d 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1 @@
-DIST tifffile-2022.10.10.gh.tar.gz 315965 BLAKE2B 
9f1d5c37062fd2fd2c30411b479d77977d387e4df19ae795fba085179f7ad0e3dfafa6068ccc895586f59a2437a1203748b3e1bbeb0f4a2d433728c2e79fc47a
 SHA512 
7ccd6b4b802e63ca2646ea4f716fb16f02a091042c02d200c7a6756dc06a60d7d165aa5fefc63db954e60dcaf6bf8626349de7e4b836394b70df7ee71ec28790
 DIST tifffile-2023.1.23.1.gh.tar.gz 324017 BLAKE2B 
ffc4a329096ac3eb44990635dea4f5d0211564d5a8847795671d3d816148721d3c6fab059514764eb45bc48c8a114382c0a1705cc606d750ef869d49e67b2c85
 SHA512 
fad8e2f40cc550a83030b29b528566d7b5b9cbe016c9fd04911ab4cca4e8e69523d9b17db83eee018d1ff3005cab0f36762b4a1271859b504c77a0809e07b0be

diff --git a/dev-python/tifffile/tifffile-2022.10.10-r1.ebuild 
b/dev-python/tifffile/tifffile-2022.10.10-r1.ebuild
deleted file mode 100644
index 29da3b3c468d..
--- a/dev-python/tifffile/tifffile-2022.10.10-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2021-2022 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/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_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
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-01-22 Thread Michał Górny
commit: 36580ba125dcc06d250f6e560b153b20588b110d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 23 07:44:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 23 07:49:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36580ba1

dev-python/tifffile: Bump to 2023.1.23.1

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

 dev-python/tifffile/Manifest|  1 +
 dev-python/tifffile/tifffile-2023.1.23.1.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index c210c9c4b744..45dfbaa11049 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2022.10.10.gh.tar.gz 315965 BLAKE2B 
9f1d5c37062fd2fd2c30411b479d77977d387e4df19ae795fba085179f7ad0e3dfafa6068ccc895586f59a2437a1203748b3e1bbeb0f4a2d433728c2e79fc47a
 SHA512 
7ccd6b4b802e63ca2646ea4f716fb16f02a091042c02d200c7a6756dc06a60d7d165aa5fefc63db954e60dcaf6bf8626349de7e4b836394b70df7ee71ec28790
+DIST tifffile-2023.1.23.1.gh.tar.gz 324017 BLAKE2B 
ffc4a329096ac3eb44990635dea4f5d0211564d5a8847795671d3d816148721d3c6fab059514764eb45bc48c8a114382c0a1705cc606d750ef869d49e67b2c85
 SHA512 
fad8e2f40cc550a83030b29b528566d7b5b9cbe016c9fd04911ab4cca4e8e69523d9b17db83eee018d1ff3005cab0f36762b4a1271859b504c77a0809e07b0be

diff --git a/dev-python/tifffile/tifffile-2023.1.23.1.ebuild 
b/dev-python/tifffile/tifffile-2023.1.23.1.ebuild
new file mode 100644
index ..66babf481615
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2023.1.23.1.ebuild
@@ -0,0 +1,60 @@
+# 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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2023-01-10 Thread Arthur Zamarin
commit: 6d9a43f54e24038cf8cf6e5547d3b6f33f16b824
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 10 10:50:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 10 11:03:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9a43f5

dev-python/tifffile: drop 2022.10.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tifffile/tifffile-2022.10.10.ebuild | 56 --
 1 file changed, 56 deletions(-)

diff --git a/dev-python/tifffile/tifffile-2022.10.10.ebuild 
b/dev-python/tifffile/tifffile-2022.10.10.ebuild
deleted file mode 100644
index d80014ff6fe7..
--- a/dev-python/tifffile/tifffile-2022.10.10.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..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/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_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
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-12-20 Thread Michał Górny
commit: 870478be690d0ee88691596df4d3477f97b48fdd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 21 05:57:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 21 06:45:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870478be

dev-python/tifffile: Disable Python < 3.10

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

 dev-python/tifffile/tifffile-2022.10.10-r1.ebuild | 56 +++
 1 file changed, 56 insertions(+)

diff --git a/dev-python/tifffile/tifffile-2022.10.10-r1.ebuild 
b/dev-python/tifffile/tifffile-2022.10.10-r1.ebuild
new file mode 100644
index ..29da3b3c468d
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.10.10-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2021-2022 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/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_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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-11-13 Thread Michał Górny
commit: e32e4e45d780febeaf5db33038cc300bf7ce16d8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 05:06:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 05:06:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32e4e45

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  1 -
 dev-python/tifffile/tifffile-2022.8.12.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index a61bfb9badd5..c210c9c4b744 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1 @@
 DIST tifffile-2022.10.10.gh.tar.gz 315965 BLAKE2B 
9f1d5c37062fd2fd2c30411b479d77977d387e4df19ae795fba085179f7ad0e3dfafa6068ccc895586f59a2437a1203748b3e1bbeb0f4a2d433728c2e79fc47a
 SHA512 
7ccd6b4b802e63ca2646ea4f716fb16f02a091042c02d200c7a6756dc06a60d7d165aa5fefc63db954e60dcaf6bf8626349de7e4b836394b70df7ee71ec28790
-DIST tifffile-2022.8.12.gh.tar.gz 312278 BLAKE2B 
ac48e3071f94855762f40173ce422fca5a980a88e20f0ea232a4d9ffedf0918c21b452ec168a1fb1481e2cd54fd4ce38a5b971bb7987c098fa1bf0a6aeedbf94
 SHA512 
35d7e7387bb2c7bcf88e8dac12e13c836a009f9344c9ae0cb0ca80184a42e6018744f09bdaa0d12c436b0561dcd96b97b2e6ca8106c512912b1eae813c5c3902

diff --git a/dev-python/tifffile/tifffile-2022.8.12.ebuild 
b/dev-python/tifffile/tifffile-2022.8.12.ebuild
deleted file mode 100644
index dcc5e51d8520..
--- a/dev-python/tifffile/tifffile-2022.8.12.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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/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_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
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-10-27 Thread Andrew Ammerlaan
commit: 6564da22c73d57c8b9d933f6c0a332bc7e8981e8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 14:38:16 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 14:51:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6564da22

dev-python/tifffile: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/tifffile/tifffile-2022.10.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tifffile/tifffile-2022.10.10.ebuild 
b/dev-python/tifffile/tifffile-2022.10.10.ebuild
index dcc5e51d8520..d80014ff6fe7 100644
--- a/dev-python/tifffile/tifffile-2022.10.10.ebuild
+++ b/dev-python/tifffile/tifffile-2022.10.10.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-10-12 Thread Michał Górny
commit: 87a13293ae489f36d15032ff64eebc90cb70f529
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 12 10:53:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 12 11:18:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a13293

dev-python/tifffile: Bump to 2022.10.10

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

 dev-python/tifffile/Manifest   |  1 +
 dev-python/tifffile/tifffile-2022.10.10.ebuild | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 2c520151d517..a61bfb9badd5 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
+DIST tifffile-2022.10.10.gh.tar.gz 315965 BLAKE2B 
9f1d5c37062fd2fd2c30411b479d77977d387e4df19ae795fba085179f7ad0e3dfafa6068ccc895586f59a2437a1203748b3e1bbeb0f4a2d433728c2e79fc47a
 SHA512 
7ccd6b4b802e63ca2646ea4f716fb16f02a091042c02d200c7a6756dc06a60d7d165aa5fefc63db954e60dcaf6bf8626349de7e4b836394b70df7ee71ec28790
 DIST tifffile-2022.8.12.gh.tar.gz 312278 BLAKE2B 
ac48e3071f94855762f40173ce422fca5a980a88e20f0ea232a4d9ffedf0918c21b452ec168a1fb1481e2cd54fd4ce38a5b971bb7987c098fa1bf0a6aeedbf94
 SHA512 
35d7e7387bb2c7bcf88e8dac12e13c836a009f9344c9ae0cb0ca80184a42e6018744f09bdaa0d12c436b0561dcd96b97b2e6ca8106c512912b1eae813c5c3902

diff --git a/dev-python/tifffile/tifffile-2022.10.10.ebuild 
b/dev-python/tifffile/tifffile-2022.10.10.ebuild
new file mode 100644
index ..dcc5e51d8520
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.10.10.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/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_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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-10-12 Thread Michał Górny
commit: cf420420963d674a9e53be1d3a7cce5dcc253900
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 12 10:52:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 12 11:18:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf420420

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  5 ---
 dev-python/tifffile/tifffile-2022.5.4.ebuild  | 53 ---
 dev-python/tifffile/tifffile-2022.7.28.ebuild | 53 ---
 dev-python/tifffile/tifffile-2022.7.31.ebuild | 53 ---
 dev-python/tifffile/tifffile-2022.8.3.ebuild  | 53 ---
 dev-python/tifffile/tifffile-2022.8.8.ebuild  | 53 ---
 6 files changed, 270 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index c1ec66710313..2c520151d517 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,6 +1 @@
-DIST tifffile-2022.5.4.gh.tar.gz 290116 BLAKE2B 
4c608ad38ad7ada0e1b41512eae7b4109680cab1f5623ea3cd6c01dfe17b534b518868ee21879ecfa9909f7680a04fbb63967b5c8064062cc325286baaaccb6b
 SHA512 
cc6139872c42e0e2840a9774989b5cba57ef8957e2efa4349e7b224c61ebb8ad34287b930585b1239d03be4ada73526259b038c19c73513007e5f63d224d
-DIST tifffile-2022.7.28.gh.tar.gz 309010 BLAKE2B 
4a52a688ce7f09265592f8bd2bed2eaf9648304908aa1b190c07a22b58f10bb3f71f9ea1f9a612a2592f75f457acc04cc2139ef0cbd75ea40a7e91408075062b
 SHA512 
12647884cb77fc8e414c09aface82def1ad2bb0a11a1f17fa00e6954cf565a906b6a8c9e861d0a476a86ef8ea25da12d1069199109cb84030d312021d722f23e
-DIST tifffile-2022.7.31.gh.tar.gz 309561 BLAKE2B 
9a7c2584dbf7741d3c77c7dac3a6a16393dc5630ac97fa2d5110ad7458c04b60dbb618075718856f7ad7846470430c6f978a17dc1706a58441460b28a57d0c78
 SHA512 
6e935b46cf404cc027e6430e304c3993e74b6ae577817efc68fff525de96b01f13b14cfce9a21c5d25a082bdcb56e4b4e6ab9803959357ec6bd7a26bf0d0503a
 DIST tifffile-2022.8.12.gh.tar.gz 312278 BLAKE2B 
ac48e3071f94855762f40173ce422fca5a980a88e20f0ea232a4d9ffedf0918c21b452ec168a1fb1481e2cd54fd4ce38a5b971bb7987c098fa1bf0a6aeedbf94
 SHA512 
35d7e7387bb2c7bcf88e8dac12e13c836a009f9344c9ae0cb0ca80184a42e6018744f09bdaa0d12c436b0561dcd96b97b2e6ca8106c512912b1eae813c5c3902
-DIST tifffile-2022.8.3.gh.tar.gz 310296 BLAKE2B 
ae503d79105ff5172879cb1b048b061b7ac795efebe8c3fe44792a33fb3fb14d1d6ba5e57cdaf5b8df6623b512efc3a8979474b3327b932087d898226b786b65
 SHA512 
7040ff4cdcf4de33bd158172086a31072084dd43ebd9b3277394ac7f50044af2447e8871a4f9df7132b068e0bea71ab4beef0e91dfaf3bdb07337cb7ec0a
-DIST tifffile-2022.8.8.gh.tar.gz 311091 BLAKE2B 
96d6729f85183f35f89d984316aa2b05a6e9c7ad48d6936d886b2e73730663f6f704bf521d397b37df95a3bedc24a8285304e8e5e671446ed75226dd3120633a
 SHA512 
6ee37f784bab0bdda9b45b1f58d7d5be4739b306448327401a47774640d64c69b00d1a1c550ae49b2616bbf08e5058e9b4911028aeccda141e623ded302387af

diff --git a/dev-python/tifffile/tifffile-2022.5.4.ebuild 
b/dev-python/tifffile/tifffile-2022.5.4.ebuild
deleted file mode 100644
index c7b39355f0d6..
--- a/dev-python/tifffile/tifffile-2022.5.4.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read and write TIFF files"
-HOMEPAGE="
-   https://pypi.org/project/tifffile/
-   https://github.com/cgohlke/tifffile/
-   https://www.lfd.uci.edu/~gohlke/
-"
-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/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_bigtiff
-   'tests/test_tifffile.py::test_write_imagej_raw'
-)

diff --git a/dev-python/tifffile/tifffile-2022.7.28.ebuild 
b/dev-python/tifffile/tifffile-2022.7.28.ebuild
deleted file mode 100644
index c7b39355f0d6..
--- a/dev-python/tifffile/tifffile-2022.7.28.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@

[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-08-13 Thread Michał Górny
commit: 1daa424dac4f8f708e51335230d34a1786b63dab
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 13 06:21:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 13 08:05:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1daa424d

dev-python/tifffile: Bump to 2022.8.12

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2022.8.12.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index f10e9d116e05..c1ec66710313 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,5 +1,6 @@
 DIST tifffile-2022.5.4.gh.tar.gz 290116 BLAKE2B 
4c608ad38ad7ada0e1b41512eae7b4109680cab1f5623ea3cd6c01dfe17b534b518868ee21879ecfa9909f7680a04fbb63967b5c8064062cc325286baaaccb6b
 SHA512 
cc6139872c42e0e2840a9774989b5cba57ef8957e2efa4349e7b224c61ebb8ad34287b930585b1239d03be4ada73526259b038c19c73513007e5f63d224d
 DIST tifffile-2022.7.28.gh.tar.gz 309010 BLAKE2B 
4a52a688ce7f09265592f8bd2bed2eaf9648304908aa1b190c07a22b58f10bb3f71f9ea1f9a612a2592f75f457acc04cc2139ef0cbd75ea40a7e91408075062b
 SHA512 
12647884cb77fc8e414c09aface82def1ad2bb0a11a1f17fa00e6954cf565a906b6a8c9e861d0a476a86ef8ea25da12d1069199109cb84030d312021d722f23e
 DIST tifffile-2022.7.31.gh.tar.gz 309561 BLAKE2B 
9a7c2584dbf7741d3c77c7dac3a6a16393dc5630ac97fa2d5110ad7458c04b60dbb618075718856f7ad7846470430c6f978a17dc1706a58441460b28a57d0c78
 SHA512 
6e935b46cf404cc027e6430e304c3993e74b6ae577817efc68fff525de96b01f13b14cfce9a21c5d25a082bdcb56e4b4e6ab9803959357ec6bd7a26bf0d0503a
+DIST tifffile-2022.8.12.gh.tar.gz 312278 BLAKE2B 
ac48e3071f94855762f40173ce422fca5a980a88e20f0ea232a4d9ffedf0918c21b452ec168a1fb1481e2cd54fd4ce38a5b971bb7987c098fa1bf0a6aeedbf94
 SHA512 
35d7e7387bb2c7bcf88e8dac12e13c836a009f9344c9ae0cb0ca80184a42e6018744f09bdaa0d12c436b0561dcd96b97b2e6ca8106c512912b1eae813c5c3902
 DIST tifffile-2022.8.3.gh.tar.gz 310296 BLAKE2B 
ae503d79105ff5172879cb1b048b061b7ac795efebe8c3fe44792a33fb3fb14d1d6ba5e57cdaf5b8df6623b512efc3a8979474b3327b932087d898226b786b65
 SHA512 
7040ff4cdcf4de33bd158172086a31072084dd43ebd9b3277394ac7f50044af2447e8871a4f9df7132b068e0bea71ab4beef0e91dfaf3bdb07337cb7ec0a
 DIST tifffile-2022.8.8.gh.tar.gz 311091 BLAKE2B 
96d6729f85183f35f89d984316aa2b05a6e9c7ad48d6936d886b2e73730663f6f704bf521d397b37df95a3bedc24a8285304e8e5e671446ed75226dd3120633a
 SHA512 
6ee37f784bab0bdda9b45b1f58d7d5be4739b306448327401a47774640d64c69b00d1a1c550ae49b2616bbf08e5058e9b4911028aeccda141e623ded302387af

diff --git a/dev-python/tifffile/tifffile-2022.8.12.ebuild 
b/dev-python/tifffile/tifffile-2022.8.12.ebuild
new file mode 100644
index ..dcc5e51d8520
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.8.12.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/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_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
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-08-09 Thread Arthur Zamarin
commit: d2d43d68b258b623a8345d64fb05697bacf6275d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  9 17:43:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  9 17:58:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d43d68

dev-python/tifffile: add 2022.8.8

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tifffile/Manifest |  1 +
 dev-python/tifffile/tifffile-2022.8.8.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 28a36f324b70..f10e9d116e05 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -2,3 +2,4 @@ DIST tifffile-2022.5.4.gh.tar.gz 290116 BLAKE2B 
4c608ad38ad7ada0e1b41512eae7b410
 DIST tifffile-2022.7.28.gh.tar.gz 309010 BLAKE2B 
4a52a688ce7f09265592f8bd2bed2eaf9648304908aa1b190c07a22b58f10bb3f71f9ea1f9a612a2592f75f457acc04cc2139ef0cbd75ea40a7e91408075062b
 SHA512 
12647884cb77fc8e414c09aface82def1ad2bb0a11a1f17fa00e6954cf565a906b6a8c9e861d0a476a86ef8ea25da12d1069199109cb84030d312021d722f23e
 DIST tifffile-2022.7.31.gh.tar.gz 309561 BLAKE2B 
9a7c2584dbf7741d3c77c7dac3a6a16393dc5630ac97fa2d5110ad7458c04b60dbb618075718856f7ad7846470430c6f978a17dc1706a58441460b28a57d0c78
 SHA512 
6e935b46cf404cc027e6430e304c3993e74b6ae577817efc68fff525de96b01f13b14cfce9a21c5d25a082bdcb56e4b4e6ab9803959357ec6bd7a26bf0d0503a
 DIST tifffile-2022.8.3.gh.tar.gz 310296 BLAKE2B 
ae503d79105ff5172879cb1b048b061b7ac795efebe8c3fe44792a33fb3fb14d1d6ba5e57cdaf5b8df6623b512efc3a8979474b3327b932087d898226b786b65
 SHA512 
7040ff4cdcf4de33bd158172086a31072084dd43ebd9b3277394ac7f50044af2447e8871a4f9df7132b068e0bea71ab4beef0e91dfaf3bdb07337cb7ec0a
+DIST tifffile-2022.8.8.gh.tar.gz 311091 BLAKE2B 
96d6729f85183f35f89d984316aa2b05a6e9c7ad48d6936d886b2e73730663f6f704bf521d397b37df95a3bedc24a8285304e8e5e671446ed75226dd3120633a
 SHA512 
6ee37f784bab0bdda9b45b1f58d7d5be4739b306448327401a47774640d64c69b00d1a1c550ae49b2616bbf08e5058e9b4911028aeccda141e623ded302387af

diff --git a/dev-python/tifffile/tifffile-2022.8.8.ebuild 
b/dev-python/tifffile/tifffile-2022.8.8.ebuild
new file mode 100644
index ..867f25de5f9d
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.8.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-08-01 Thread Michał Górny
commit: b1f45201d045db0cf71d603d9d26057f6b43c448
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug  1 10:31:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  1 11:06:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f45201

dev-python/tifffile: Bump to 2022.7.31

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2022.7.31.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 88f31bde4230..6efb9b6c69df 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2022.5.4.gh.tar.gz 290116 BLAKE2B 
4c608ad38ad7ada0e1b41512eae7b4109680cab1f5623ea3cd6c01dfe17b534b518868ee21879ecfa9909f7680a04fbb63967b5c8064062cc325286baaaccb6b
 SHA512 
cc6139872c42e0e2840a9774989b5cba57ef8957e2efa4349e7b224c61ebb8ad34287b930585b1239d03be4ada73526259b038c19c73513007e5f63d224d
 DIST tifffile-2022.7.28.gh.tar.gz 309010 BLAKE2B 
4a52a688ce7f09265592f8bd2bed2eaf9648304908aa1b190c07a22b58f10bb3f71f9ea1f9a612a2592f75f457acc04cc2139ef0cbd75ea40a7e91408075062b
 SHA512 
12647884cb77fc8e414c09aface82def1ad2bb0a11a1f17fa00e6954cf565a906b6a8c9e861d0a476a86ef8ea25da12d1069199109cb84030d312021d722f23e
+DIST tifffile-2022.7.31.gh.tar.gz 309561 BLAKE2B 
9a7c2584dbf7741d3c77c7dac3a6a16393dc5630ac97fa2d5110ad7458c04b60dbb618075718856f7ad7846470430c6f978a17dc1706a58441460b28a57d0c78
 SHA512 
6e935b46cf404cc027e6430e304c3993e74b6ae577817efc68fff525de96b01f13b14cfce9a21c5d25a082bdcb56e4b4e6ab9803959357ec6bd7a26bf0d0503a

diff --git a/dev-python/tifffile/tifffile-2022.7.31.ebuild 
b/dev-python/tifffile/tifffile-2022.7.31.ebuild
new file mode 100644
index ..867f25de5f9d
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.7.31.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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/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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-07-29 Thread Arthur Zamarin
commit: 9e6aa49462f5ab2c033202b5f8f47ff6dca67294
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 29 08:30:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 29 10:12:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6aa494

dev-python/tifffile: add 2022.7.28

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2022.7.28.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 0516edac84ea..88f31bde4230 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2022.5.4.gh.tar.gz 290116 BLAKE2B 
4c608ad38ad7ada0e1b41512eae7b4109680cab1f5623ea3cd6c01dfe17b534b518868ee21879ecfa9909f7680a04fbb63967b5c8064062cc325286baaaccb6b
 SHA512 
cc6139872c42e0e2840a9774989b5cba57ef8957e2efa4349e7b224c61ebb8ad34287b930585b1239d03be4ada73526259b038c19c73513007e5f63d224d
+DIST tifffile-2022.7.28.gh.tar.gz 309010 BLAKE2B 
4a52a688ce7f09265592f8bd2bed2eaf9648304908aa1b190c07a22b58f10bb3f71f9ea1f9a612a2592f75f457acc04cc2139ef0cbd75ea40a7e91408075062b
 SHA512 
12647884cb77fc8e414c09aface82def1ad2bb0a11a1f17fa00e6954cf565a906b6a8c9e861d0a476a86ef8ea25da12d1069199109cb84030d312021d722f23e

diff --git a/dev-python/tifffile/tifffile-2022.7.28.ebuild 
b/dev-python/tifffile/tifffile-2022.7.28.ebuild
new file mode 100644
index ..c7b39355f0d6
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.7.28.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-05-16 Thread Michał Górny
commit: 28eca97538fe6e7b5ade2cf4352bb8d8cb6766af
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:28:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:28:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28eca975

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  1 -
 dev-python/tifffile/tifffile-2022.4.28.ebuild | 53 ---
 2 files changed, 54 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 8f31cd057c65..0516edac84ea 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1 @@
-DIST tifffile-2022.4.28.gh.tar.gz 285773 BLAKE2B 
245f24762d8b77166122440e205df4c0f4d5e55334ed9a30986d2a1baf21aba663ec126a0ac44f21931572e186f779f915ba4a3d6ae43d9c4897d5aa9a231440
 SHA512 
18a35e27976c88173931d2898a1a3d62d96d5ab844b2a585922f26838e1b4574277dff3ccbc2baa7898165b0312699a857da251b00ad8050624f49a3d29d00ab
 DIST tifffile-2022.5.4.gh.tar.gz 290116 BLAKE2B 
4c608ad38ad7ada0e1b41512eae7b4109680cab1f5623ea3cd6c01dfe17b534b518868ee21879ecfa9909f7680a04fbb63967b5c8064062cc325286baaaccb6b
 SHA512 
cc6139872c42e0e2840a9774989b5cba57ef8957e2efa4349e7b224c61ebb8ad34287b930585b1239d03be4ada73526259b038c19c73513007e5f63d224d

diff --git a/dev-python/tifffile/tifffile-2022.4.28.ebuild 
b/dev-python/tifffile/tifffile-2022.4.28.ebuild
deleted file mode 100644
index c7b39355f0d6..
--- a/dev-python/tifffile/tifffile-2022.4.28.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read and write TIFF files"
-HOMEPAGE="
-   https://pypi.org/project/tifffile/
-   https://github.com/cgohlke/tifffile/
-   https://www.lfd.uci.edu/~gohlke/
-"
-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/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_bigtiff
-   'tests/test_tifffile.py::test_write_imagej_raw'
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-05-04 Thread Michał Górny
commit: db0eabf1c4f45e727675a3ab8b5d007f2a302905
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  4 07:26:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  4 08:19:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0eabf1

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  5 ---
 dev-python/tifffile/tifffile-2022.3.16.ebuild | 52 --
 dev-python/tifffile/tifffile-2022.3.25.ebuild | 52 --
 dev-python/tifffile/tifffile-2022.4.22.ebuild | 53 ---
 dev-python/tifffile/tifffile-2022.4.26.ebuild | 53 ---
 dev-python/tifffile/tifffile-2022.4.8.ebuild  | 53 ---
 6 files changed, 268 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index f5944bea68cf..24da938820e5 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,6 +1 @@
-DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B 
fcd30e2fd38a12438332badb17e937ab095a8088f9c878b84166a67c7486f436a76d39832df22362f7a74de5da537602da82c982fb4dc0699fba1603adefdcef
 SHA512 
8069a87b241cbb11b3efa8ff679106f2f11ff9045d790fb1612076a60b87791f30afffb55b57d19b70ab4441935f418ad91fb0956ab572890704023e63dea84a
-DIST tifffile-2022.3.25.gh.tar.gz 265082 BLAKE2B 
dd5f3705cb7203fe943b97a5ed5c000b44abf48ec748f38a1468e27e82bd980e4100dd14af5cfd6af5bdee9d0036c5dce37efca1e515f2eb283c0e221150915a
 SHA512 
dc9018991989ca4b89be6f315aaa45ff2fb94c504dd4c1790af1ec68e05a1da85560f5098df2f460b726cea0d4b0e4fc3f12d493dc1a1db8e2cc35d86f547ddf
-DIST tifffile-2022.4.22.gh.tar.gz 280049 BLAKE2B 
d1d45e7a28c83ca52708aea64c5b7fffdab61405bf9aa2f87d1c3ef347e4057f3081e4f5b6df9de70ad35ec3dd9a17f30a763124338549bda0d93207c59bc7b5
 SHA512 
75488d9f15c98e8f9824ac4e538f7d2d75dbf06479ea1aee0a7f33bca71be0b3beeb32d3e8a4dcf5e09349ff415faff17d20ce312e43c80209d5c78cf8554c50
-DIST tifffile-2022.4.26.gh.tar.gz 283249 BLAKE2B 
740cbee481bac327e63e4d574edc8667a7fab7b53311fcba719a8930ee5827fc8fb4888c881e20453c34635211105447fca12e0d3ce6cfcad5f38efc89c35b09
 SHA512 
f1e38ae821559c2807c6f299eae43255ec8a164119cb1a5ba2bf80b281b83ba7c629504efa2a2d36ef26edf14577dd7234c1c9bba8168503e4298dafe4fbc743
 DIST tifffile-2022.4.28.gh.tar.gz 285773 BLAKE2B 
245f24762d8b77166122440e205df4c0f4d5e55334ed9a30986d2a1baf21aba663ec126a0ac44f21931572e186f779f915ba4a3d6ae43d9c4897d5aa9a231440
 SHA512 
18a35e27976c88173931d2898a1a3d62d96d5ab844b2a585922f26838e1b4574277dff3ccbc2baa7898165b0312699a857da251b00ad8050624f49a3d29d00ab
-DIST tifffile-2022.4.8.gh.tar.gz 266725 BLAKE2B 
3ac30337c1c7f26e32335a6d7756b4bf2d961f1e96badbc4ca8e9e5ee344513c61900d507f4098e4f5181b2c95134d0a74b646ce611cf9d3d3b5cc644ed70809
 SHA512 
1d12ca48dcc9fd8de5f3aa28cdd64a7735493b957d174f8ae49cb8a918075e6b50d4034ad9507d3b9ddd8ed1c595ec9fdace0986421b1993371cfe045698d578

diff --git a/dev-python/tifffile/tifffile-2022.3.16.ebuild 
b/dev-python/tifffile/tifffile-2022.3.16.ebuild
deleted file mode 100644
index bcfdee9f5d5f..
--- a/dev-python/tifffile/tifffile-2022.3.16.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read and write TIFF files"
-HOMEPAGE="
-   https://pypi.org/project/tifffile/
-   https://github.com/cgohlke/tifffile/
-   https://www.lfd.uci.edu/~gohlke/
-"
-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/fsspec-2021.5.0[${PYTHON_USEDEP}]
-   dev-python/lxml[${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_bigtiff
-   'tests/test_tifffile.py::test_write_imagej_raw'
-)

diff --git a/dev-python/tifffile/tifffile-2022.3.25.ebuild 
b/dev-python/tifffile/tifffile-2022.3.25.ebuild
deleted file mode 100644
index bcfdee9f5d5f..
--- a/dev-python/tifffile/tifffile-2022.3.25.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# 

[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-05-04 Thread Michał Górny
commit: d5ae9bd3f5face6a65dda1d367f4757d4bd5cbaf
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  4 07:26:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  4 08:19:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ae9bd3

dev-python/tifffile: Bump to 2022.5.4

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

 dev-python/tifffile/Manifest |  1 +
 dev-python/tifffile/tifffile-2022.5.4.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 24da938820e5..8f31cd057c65 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2022.4.28.gh.tar.gz 285773 BLAKE2B 
245f24762d8b77166122440e205df4c0f4d5e55334ed9a30986d2a1baf21aba663ec126a0ac44f21931572e186f779f915ba4a3d6ae43d9c4897d5aa9a231440
 SHA512 
18a35e27976c88173931d2898a1a3d62d96d5ab844b2a585922f26838e1b4574277dff3ccbc2baa7898165b0312699a857da251b00ad8050624f49a3d29d00ab
+DIST tifffile-2022.5.4.gh.tar.gz 290116 BLAKE2B 
4c608ad38ad7ada0e1b41512eae7b4109680cab1f5623ea3cd6c01dfe17b534b518868ee21879ecfa9909f7680a04fbb63967b5c8064062cc325286baaaccb6b
 SHA512 
cc6139872c42e0e2840a9774989b5cba57ef8957e2efa4349e7b224c61ebb8ad34287b930585b1239d03be4ada73526259b038c19c73513007e5f63d224d

diff --git a/dev-python/tifffile/tifffile-2022.5.4.ebuild 
b/dev-python/tifffile/tifffile-2022.5.4.ebuild
new file mode 100644
index ..c7b39355f0d6
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.5.4.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-04-30 Thread Michał Górny
commit: a9da18e153695ad23298d9126ab6a98c0a87e29c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr 30 07:09:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr 30 07:34:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9da18e1

dev-python/tifffile: Bump to 2022.4.28

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2022.4.28.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index d9f7e01a597b..f5944bea68cf 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -2,4 +2,5 @@ DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B 
fcd30e2fd38a12438332badb17e937a
 DIST tifffile-2022.3.25.gh.tar.gz 265082 BLAKE2B 
dd5f3705cb7203fe943b97a5ed5c000b44abf48ec748f38a1468e27e82bd980e4100dd14af5cfd6af5bdee9d0036c5dce37efca1e515f2eb283c0e221150915a
 SHA512 
dc9018991989ca4b89be6f315aaa45ff2fb94c504dd4c1790af1ec68e05a1da85560f5098df2f460b726cea0d4b0e4fc3f12d493dc1a1db8e2cc35d86f547ddf
 DIST tifffile-2022.4.22.gh.tar.gz 280049 BLAKE2B 
d1d45e7a28c83ca52708aea64c5b7fffdab61405bf9aa2f87d1c3ef347e4057f3081e4f5b6df9de70ad35ec3dd9a17f30a763124338549bda0d93207c59bc7b5
 SHA512 
75488d9f15c98e8f9824ac4e538f7d2d75dbf06479ea1aee0a7f33bca71be0b3beeb32d3e8a4dcf5e09349ff415faff17d20ce312e43c80209d5c78cf8554c50
 DIST tifffile-2022.4.26.gh.tar.gz 283249 BLAKE2B 
740cbee481bac327e63e4d574edc8667a7fab7b53311fcba719a8930ee5827fc8fb4888c881e20453c34635211105447fca12e0d3ce6cfcad5f38efc89c35b09
 SHA512 
f1e38ae821559c2807c6f299eae43255ec8a164119cb1a5ba2bf80b281b83ba7c629504efa2a2d36ef26edf14577dd7234c1c9bba8168503e4298dafe4fbc743
+DIST tifffile-2022.4.28.gh.tar.gz 285773 BLAKE2B 
245f24762d8b77166122440e205df4c0f4d5e55334ed9a30986d2a1baf21aba663ec126a0ac44f21931572e186f779f915ba4a3d6ae43d9c4897d5aa9a231440
 SHA512 
18a35e27976c88173931d2898a1a3d62d96d5ab844b2a585922f26838e1b4574277dff3ccbc2baa7898165b0312699a857da251b00ad8050624f49a3d29d00ab
 DIST tifffile-2022.4.8.gh.tar.gz 266725 BLAKE2B 
3ac30337c1c7f26e32335a6d7756b4bf2d961f1e96badbc4ca8e9e5ee344513c61900d507f4098e4f5181b2c95134d0a74b646ce611cf9d3d3b5cc644ed70809
 SHA512 
1d12ca48dcc9fd8de5f3aa28cdd64a7735493b957d174f8ae49cb8a918075e6b50d4034ad9507d3b9ddd8ed1c595ec9fdace0986421b1993371cfe045698d578

diff --git a/dev-python/tifffile/tifffile-2022.4.28.ebuild 
b/dev-python/tifffile/tifffile-2022.4.28.ebuild
new file mode 100644
index ..c7b39355f0d6
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.4.28.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-04-26 Thread Arthur Zamarin
commit: a8826a447dfd028d2dad9285410dd45ccbbe3305
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Apr 26 16:18:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Apr 26 16:18:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8826a44

dev-python/tifffile: add 2022.4.26

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2022.4.26.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 070c89c268dd..d9f7e01a597b 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,4 +1,5 @@
 DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B 
fcd30e2fd38a12438332badb17e937ab095a8088f9c878b84166a67c7486f436a76d39832df22362f7a74de5da537602da82c982fb4dc0699fba1603adefdcef
 SHA512 
8069a87b241cbb11b3efa8ff679106f2f11ff9045d790fb1612076a60b87791f30afffb55b57d19b70ab4441935f418ad91fb0956ab572890704023e63dea84a
 DIST tifffile-2022.3.25.gh.tar.gz 265082 BLAKE2B 
dd5f3705cb7203fe943b97a5ed5c000b44abf48ec748f38a1468e27e82bd980e4100dd14af5cfd6af5bdee9d0036c5dce37efca1e515f2eb283c0e221150915a
 SHA512 
dc9018991989ca4b89be6f315aaa45ff2fb94c504dd4c1790af1ec68e05a1da85560f5098df2f460b726cea0d4b0e4fc3f12d493dc1a1db8e2cc35d86f547ddf
 DIST tifffile-2022.4.22.gh.tar.gz 280049 BLAKE2B 
d1d45e7a28c83ca52708aea64c5b7fffdab61405bf9aa2f87d1c3ef347e4057f3081e4f5b6df9de70ad35ec3dd9a17f30a763124338549bda0d93207c59bc7b5
 SHA512 
75488d9f15c98e8f9824ac4e538f7d2d75dbf06479ea1aee0a7f33bca71be0b3beeb32d3e8a4dcf5e09349ff415faff17d20ce312e43c80209d5c78cf8554c50
+DIST tifffile-2022.4.26.gh.tar.gz 283249 BLAKE2B 
740cbee481bac327e63e4d574edc8667a7fab7b53311fcba719a8930ee5827fc8fb4888c881e20453c34635211105447fca12e0d3ce6cfcad5f38efc89c35b09
 SHA512 
f1e38ae821559c2807c6f299eae43255ec8a164119cb1a5ba2bf80b281b83ba7c629504efa2a2d36ef26edf14577dd7234c1c9bba8168503e4298dafe4fbc743
 DIST tifffile-2022.4.8.gh.tar.gz 266725 BLAKE2B 
3ac30337c1c7f26e32335a6d7756b4bf2d961f1e96badbc4ca8e9e5ee344513c61900d507f4098e4f5181b2c95134d0a74b646ce611cf9d3d3b5cc644ed70809
 SHA512 
1d12ca48dcc9fd8de5f3aa28cdd64a7735493b957d174f8ae49cb8a918075e6b50d4034ad9507d3b9ddd8ed1c595ec9fdace0986421b1993371cfe045698d578

diff --git a/dev-python/tifffile/tifffile-2022.4.26.ebuild 
b/dev-python/tifffile/tifffile-2022.4.26.ebuild
new file mode 100644
index ..c7b39355f0d6
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.4.26.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-04-23 Thread Arthur Zamarin
commit: d0244665bc57a1f07daa47629a72bd9754c63336
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 23 07:00:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 23 07:12:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0244665

dev-python/tifffile: add 2022.4.22

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2022.4.22.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 394b532caf01..070c89c268dd 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,3 +1,4 @@
 DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B 
fcd30e2fd38a12438332badb17e937ab095a8088f9c878b84166a67c7486f436a76d39832df22362f7a74de5da537602da82c982fb4dc0699fba1603adefdcef
 SHA512 
8069a87b241cbb11b3efa8ff679106f2f11ff9045d790fb1612076a60b87791f30afffb55b57d19b70ab4441935f418ad91fb0956ab572890704023e63dea84a
 DIST tifffile-2022.3.25.gh.tar.gz 265082 BLAKE2B 
dd5f3705cb7203fe943b97a5ed5c000b44abf48ec748f38a1468e27e82bd980e4100dd14af5cfd6af5bdee9d0036c5dce37efca1e515f2eb283c0e221150915a
 SHA512 
dc9018991989ca4b89be6f315aaa45ff2fb94c504dd4c1790af1ec68e05a1da85560f5098df2f460b726cea0d4b0e4fc3f12d493dc1a1db8e2cc35d86f547ddf
+DIST tifffile-2022.4.22.gh.tar.gz 280049 BLAKE2B 
d1d45e7a28c83ca52708aea64c5b7fffdab61405bf9aa2f87d1c3ef347e4057f3081e4f5b6df9de70ad35ec3dd9a17f30a763124338549bda0d93207c59bc7b5
 SHA512 
75488d9f15c98e8f9824ac4e538f7d2d75dbf06479ea1aee0a7f33bca71be0b3beeb32d3e8a4dcf5e09349ff415faff17d20ce312e43c80209d5c78cf8554c50
 DIST tifffile-2022.4.8.gh.tar.gz 266725 BLAKE2B 
3ac30337c1c7f26e32335a6d7756b4bf2d961f1e96badbc4ca8e9e5ee344513c61900d507f4098e4f5181b2c95134d0a74b646ce611cf9d3d3b5cc644ed70809
 SHA512 
1d12ca48dcc9fd8de5f3aa28cdd64a7735493b957d174f8ae49cb8a918075e6b50d4034ad9507d3b9ddd8ed1c595ec9fdace0986421b1993371cfe045698d578

diff --git a/dev-python/tifffile/tifffile-2022.4.22.ebuild 
b/dev-python/tifffile/tifffile-2022.4.22.ebuild
new file mode 100644
index ..c7b39355f0d6
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.4.22.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-04-08 Thread Michał Górny
commit: 9d8ea8b0f0fed1d031ec3f672f7fe72f02bfc5ab
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  8 20:54:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  8 21:18:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8ea8b0

dev-python/tifffile: Bump to 2022.4.8

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

 dev-python/tifffile/Manifest |  1 +
 dev-python/tifffile/tifffile-2022.4.8.ebuild | 53 
 2 files changed, 54 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index a6d075151da1..394b532caf01 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B 
fcd30e2fd38a12438332badb17e937ab095a8088f9c878b84166a67c7486f436a76d39832df22362f7a74de5da537602da82c982fb4dc0699fba1603adefdcef
 SHA512 
8069a87b241cbb11b3efa8ff679106f2f11ff9045d790fb1612076a60b87791f30afffb55b57d19b70ab4441935f418ad91fb0956ab572890704023e63dea84a
 DIST tifffile-2022.3.25.gh.tar.gz 265082 BLAKE2B 
dd5f3705cb7203fe943b97a5ed5c000b44abf48ec748f38a1468e27e82bd980e4100dd14af5cfd6af5bdee9d0036c5dce37efca1e515f2eb283c0e221150915a
 SHA512 
dc9018991989ca4b89be6f315aaa45ff2fb94c504dd4c1790af1ec68e05a1da85560f5098df2f460b726cea0d4b0e4fc3f12d493dc1a1db8e2cc35d86f547ddf
+DIST tifffile-2022.4.8.gh.tar.gz 266725 BLAKE2B 
3ac30337c1c7f26e32335a6d7756b4bf2d961f1e96badbc4ca8e9e5ee344513c61900d507f4098e4f5181b2c95134d0a74b646ce611cf9d3d3b5cc644ed70809
 SHA512 
1d12ca48dcc9fd8de5f3aa28cdd64a7735493b957d174f8ae49cb8a918075e6b50d4034ad9507d3b9ddd8ed1c595ec9fdace0986421b1993371cfe045698d578

diff --git a/dev-python/tifffile/tifffile-2022.4.8.ebuild 
b/dev-python/tifffile/tifffile-2022.4.8.ebuild
new file mode 100644
index ..c7b39355f0d6
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.4.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-03-26 Thread Michał Górny
commit: d212898413f7c936e243d0ed64d812711fe5a624
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 26 09:54:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 26 10:37:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2128984

dev-python/tifffile: Bump to 2022.3.25

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2022.3.25.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 0267cf48b0ee..a6d075151da1 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B 
fcd30e2fd38a12438332badb17e937ab095a8088f9c878b84166a67c7486f436a76d39832df22362f7a74de5da537602da82c982fb4dc0699fba1603adefdcef
 SHA512 
8069a87b241cbb11b3efa8ff679106f2f11ff9045d790fb1612076a60b87791f30afffb55b57d19b70ab4441935f418ad91fb0956ab572890704023e63dea84a
+DIST tifffile-2022.3.25.gh.tar.gz 265082 BLAKE2B 
dd5f3705cb7203fe943b97a5ed5c000b44abf48ec748f38a1468e27e82bd980e4100dd14af5cfd6af5bdee9d0036c5dce37efca1e515f2eb283c0e221150915a
 SHA512 
dc9018991989ca4b89be6f315aaa45ff2fb94c504dd4c1790af1ec68e05a1da85560f5098df2f460b726cea0d4b0e4fc3f12d493dc1a1db8e2cc35d86f547ddf

diff --git a/dev-python/tifffile/tifffile-2022.3.25.ebuild 
b/dev-python/tifffile/tifffile-2022.3.25.ebuild
new file mode 100644
index ..bcfdee9f5d5f
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.3.25.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/fsspec-2021.5.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-03-21 Thread Michał Górny
commit: 466d39af7dddea2770b692d35b6086b3e412c11a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 21 20:30:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 21 21:11:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466d39af

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest  |  3 --
 dev-python/tifffile/tifffile-2021.11.2.ebuild | 54 ---
 dev-python/tifffile/tifffile-2022.2.2.ebuild  | 52 --
 dev-python/tifffile/tifffile-2022.2.9.ebuild  | 52 --
 4 files changed, 161 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 8798ff91b488..0267cf48b0ee 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,4 +1 @@
-DIST tifffile-2021.11.2.gh.tar.gz 261953 BLAKE2B 
039e25b173d2074b5a869394bb40cd62410b34c8a86bf047cd203aad6ab0e3217d0f4006bb092840acb314598c73619e48c66daa04c81f9965ca46b81f055d6e
 SHA512 
5bd3340af027547bf07d78523c5c2abcecb428606d72daa446c7f3cd06f7c8da015e20cd0f4ebeb1e9a49ce0aaf6c2840170dad7a8a28e403716d4bdb1ba2238
-DIST tifffile-2022.2.2.gh.tar.gz 263421 BLAKE2B 
d0360d0cb53425624c81e6cb52fa2fdff96582058a71649361ebc9151ea732652051ad9086710c20a79a88db9a4e8092167142052a3d0b0106b5bbe378fe
 SHA512 
591b61eba84c421420e53e185f27d7f17bc6ae1cf379259e4d5ddfcfa52ed991560d907c5a63c5fea50773f3d497202433a9570a56aa2bc392fd4ba712d94988
-DIST tifffile-2022.2.9.gh.tar.gz 264011 BLAKE2B 
529eee731cf6c7b9fe925dffb70117517d560bdb0fe991f86d5a32d6167aa3c7f265466f72e51531b45e86d466d749d1880c1b6beadd498a999e0e59e174a08f
 SHA512 
642a93b2f809d70faaae7265b80aaaf7d7c3190b96aa0e3062f6c708e6484e3338ec319163dc9eb3156553377d4a4152cbf908c7c2df406d1b58b289ea95bdc0
 DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B 
fcd30e2fd38a12438332badb17e937ab095a8088f9c878b84166a67c7486f436a76d39832df22362f7a74de5da537602da82c982fb4dc0699fba1603adefdcef
 SHA512 
8069a87b241cbb11b3efa8ff679106f2f11ff9045d790fb1612076a60b87791f30afffb55b57d19b70ab4441935f418ad91fb0956ab572890704023e63dea84a

diff --git a/dev-python/tifffile/tifffile-2021.11.2.ebuild 
b/dev-python/tifffile/tifffile-2021.11.2.ebuild
deleted file mode 100644
index 88ad83347a2a..
--- a/dev-python/tifffile/tifffile-2021.11.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Read and write TIFF files"
-HOMEPAGE="
-   https://pypi.org/project/tifffile/
-   https://github.com/cgohlke/tifffile/
-   https://www.lfd.uci.edu/~gohlke/
-"
-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.15.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/dask[${PYTHON_USEDEP}]
-   ' python3_{8..9})
-   >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
-   dev-python/lxml[${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_bigtiff
-   'tests/test_tifffile.py::test_write_imagej_raw'
-   # requires files not in tarball (upstream misses this one in skip)
-   tests/test_tifffile.py::test_write_predictor
-)

diff --git a/dev-python/tifffile/tifffile-2022.2.2.ebuild 
b/dev-python/tifffile/tifffile-2022.2.2.ebuild
deleted file mode 100644
index bcfdee9f5d5f..
--- a/dev-python/tifffile/tifffile-2022.2.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Read and write TIFF files"
-HOMEPAGE="
-   https://pypi.org/project/tifffile/
-   https://github.com/cgohlke/tifffile/
-   https://www.lfd.uci.edu/~gohlke/
-"
-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? (
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-03-17 Thread Michał Górny
commit: 02ec18e2d14cdeb897609ee5470eaede3aff1d2b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 17 09:03:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 17 10:17:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ec18e2

dev-python/tifffile: Bump to 2022.3.16

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/tifffile-2022.3.16.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 1643bfd5a4aa..8798ff91b488 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,3 +1,4 @@
 DIST tifffile-2021.11.2.gh.tar.gz 261953 BLAKE2B 
039e25b173d2074b5a869394bb40cd62410b34c8a86bf047cd203aad6ab0e3217d0f4006bb092840acb314598c73619e48c66daa04c81f9965ca46b81f055d6e
 SHA512 
5bd3340af027547bf07d78523c5c2abcecb428606d72daa446c7f3cd06f7c8da015e20cd0f4ebeb1e9a49ce0aaf6c2840170dad7a8a28e403716d4bdb1ba2238
 DIST tifffile-2022.2.2.gh.tar.gz 263421 BLAKE2B 
d0360d0cb53425624c81e6cb52fa2fdff96582058a71649361ebc9151ea732652051ad9086710c20a79a88db9a4e8092167142052a3d0b0106b5bbe378fe
 SHA512 
591b61eba84c421420e53e185f27d7f17bc6ae1cf379259e4d5ddfcfa52ed991560d907c5a63c5fea50773f3d497202433a9570a56aa2bc392fd4ba712d94988
 DIST tifffile-2022.2.9.gh.tar.gz 264011 BLAKE2B 
529eee731cf6c7b9fe925dffb70117517d560bdb0fe991f86d5a32d6167aa3c7f265466f72e51531b45e86d466d749d1880c1b6beadd498a999e0e59e174a08f
 SHA512 
642a93b2f809d70faaae7265b80aaaf7d7c3190b96aa0e3062f6c708e6484e3338ec319163dc9eb3156553377d4a4152cbf908c7c2df406d1b58b289ea95bdc0
+DIST tifffile-2022.3.16.gh.tar.gz 263653 BLAKE2B 
fcd30e2fd38a12438332badb17e937ab095a8088f9c878b84166a67c7486f436a76d39832df22362f7a74de5da537602da82c982fb4dc0699fba1603adefdcef
 SHA512 
8069a87b241cbb11b3efa8ff679106f2f11ff9045d790fb1612076a60b87791f30afffb55b57d19b70ab4441935f418ad91fb0956ab572890704023e63dea84a

diff --git a/dev-python/tifffile/tifffile-2022.3.16.ebuild 
b/dev-python/tifffile/tifffile-2022.3.16.ebuild
new file mode 100644
index ..bcfdee9f5d5f
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.3.16.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/fsspec-2021.5.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2022-02-09 Thread Michał Górny
commit: 4135cb80b62f835b39fa809d6c9620e4226a6c58
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 07:28:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 07:58:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4135cb80

dev-python/tifffile: Bump to 2022.2.9

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

 dev-python/tifffile/Manifest |  1 +
 dev-python/tifffile/tifffile-2022.2.9.ebuild | 52 
 2 files changed, 53 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 073a0a379e59..1643bfd5a4aa 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,2 +1,3 @@
 DIST tifffile-2021.11.2.gh.tar.gz 261953 BLAKE2B 
039e25b173d2074b5a869394bb40cd62410b34c8a86bf047cd203aad6ab0e3217d0f4006bb092840acb314598c73619e48c66daa04c81f9965ca46b81f055d6e
 SHA512 
5bd3340af027547bf07d78523c5c2abcecb428606d72daa446c7f3cd06f7c8da015e20cd0f4ebeb1e9a49ce0aaf6c2840170dad7a8a28e403716d4bdb1ba2238
 DIST tifffile-2022.2.2.gh.tar.gz 263421 BLAKE2B 
d0360d0cb53425624c81e6cb52fa2fdff96582058a71649361ebc9151ea732652051ad9086710c20a79a88db9a4e8092167142052a3d0b0106b5bbe378fe
 SHA512 
591b61eba84c421420e53e185f27d7f17bc6ae1cf379259e4d5ddfcfa52ed991560d907c5a63c5fea50773f3d497202433a9570a56aa2bc392fd4ba712d94988
+DIST tifffile-2022.2.9.gh.tar.gz 264011 BLAKE2B 
529eee731cf6c7b9fe925dffb70117517d560bdb0fe991f86d5a32d6167aa3c7f265466f72e51531b45e86d466d749d1880c1b6beadd498a999e0e59e174a08f
 SHA512 
642a93b2f809d70faaae7265b80aaaf7d7c3190b96aa0e3062f6c708e6484e3338ec319163dc9eb3156553377d4a4152cbf908c7c2df406d1b58b289ea95bdc0

diff --git a/dev-python/tifffile/tifffile-2022.2.9.ebuild 
b/dev-python/tifffile/tifffile-2022.2.9.ebuild
new file mode 100644
index ..bcfdee9f5d5f
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2022.2.9.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+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/fsspec-2021.5.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2021-12-12 Thread Jakov Smolić
commit: a3384f172780c13752052d40985fac20044db73a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Dec 12 17:42:18 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Dec 12 17:42:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3384f17

dev-python/tifffile: Keyword 2021.11.2 x86, #828975

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/tifffile/tifffile-2021.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tifffile/tifffile-2021.11.2.ebuild 
b/dev-python/tifffile/tifffile-2021.11.2.ebuild
index 52adc8a6887f..88ad83347a2a 100644
--- a/dev-python/tifffile/tifffile-2021.11.2.ebuild
+++ b/dev-python/tifffile/tifffile-2021.11.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
>=dev-python/numpy-1.15.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/

2021-12-12 Thread Michał Górny
commit: 2fbf13a68615f07fcb723153977f08b5337bc0ce
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 12 09:10:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 12 09:26:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fbf13a6

dev-python/tifffile: New package, v2021.11.2, test dep of imageio

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

 dev-python/tifffile/Manifest  |  1 +
 dev-python/tifffile/metadata.xml  | 11 ++
 dev-python/tifffile/tifffile-2021.11.2.ebuild | 54 +++
 3 files changed, 66 insertions(+)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
new file mode 100644
index ..e8c930b64fcd
--- /dev/null
+++ b/dev-python/tifffile/Manifest
@@ -0,0 +1 @@
+DIST tifffile-2021.11.2.gh.tar.gz 261953 BLAKE2B 
039e25b173d2074b5a869394bb40cd62410b34c8a86bf047cd203aad6ab0e3217d0f4006bb092840acb314598c73619e48c66daa04c81f9965ca46b81f055d6e
 SHA512 
5bd3340af027547bf07d78523c5c2abcecb428606d72daa446c7f3cd06f7c8da015e20cd0f4ebeb1e9a49ce0aaf6c2840170dad7a8a28e403716d4bdb1ba2238

diff --git a/dev-python/tifffile/metadata.xml b/dev-python/tifffile/metadata.xml
new file mode 100644
index ..f3fa5ef3f318
--- /dev/null
+++ b/dev-python/tifffile/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   tifffile
+   cgohlke/tifffile
+   
+

diff --git a/dev-python/tifffile/tifffile-2021.11.2.ebuild 
b/dev-python/tifffile/tifffile-2021.11.2.ebuild
new file mode 100644
index ..52adc8a6887f
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2021.11.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Read and write TIFF files"
+HOMEPAGE="
+   https://pypi.org/project/tifffile/
+   https://github.com/cgohlke/tifffile/
+   https://www.lfd.uci.edu/~gohlke/
+"
+SRC_URI="
+   https://github.com/cgohlke/tifffile/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.15.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/dask[${PYTHON_USEDEP}]
+   ' python3_{8..9})
+   >=dev-python/fsspec-2021.5.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${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_bigtiff
+   'tests/test_tifffile.py::test_write_imagej_raw'
+   # requires files not in tarball (upstream misses this one in skip)
+   tests/test_tifffile.py::test_write_predictor
+)