From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/
Date: Tue, 11 Jul 2023 05:52:02 +0000 (UTC) [thread overview]
Message-ID: <1689054702.22b6758f1eb13358ac5f548b57591373b244ff79.mgorny@gentoo> (raw)
commit: 22b6758f1eb13358ac5f548b57591373b244ff79
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 11 04:50:30 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 11 05:51:42 2023 +0000
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 <mgorny <AT> 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 000000000000..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
+)
next reply other threads:[~2023-07-11 5:52 UTC|newest]
Thread overview: 79+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-11 5:52 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 7:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/tifffile/ Michał Górny
2024-09-21 7:41 Michał Górny
2024-09-01 3:17 Michał Górny
2024-09-01 3:17 Michał Górny
2024-08-28 3:43 Michał Górny
2024-08-26 4:03 Michał Górny
2024-08-26 4:03 Michał Górny
2024-08-12 2:50 Michał Górny
2024-08-12 2:50 Michał Górny
2024-07-24 12:46 Michał Górny
2024-07-24 12:46 Michał Górny
2024-07-22 1:20 Michał Górny
2024-07-22 1:20 Michał Górny
2024-07-04 5:13 Michał Górny
2024-06-27 19:09 Michał Górny
2024-06-19 4:36 Michał Górny
2024-06-19 4:36 Michał Górny
2024-05-24 18:30 Michał Górny
2024-05-11 5:19 Michał Górny
2024-05-04 4:00 Michał Górny
2024-05-04 4:00 Michał Górny
2024-05-04 4:00 Michał Górny
2024-04-25 4:43 Michał Górny
2024-04-25 4:43 Michał Górny
2024-04-18 5:34 Michał Górny
2024-02-26 14:25 Michał Górny
2024-02-13 4:08 Michał Górny
2024-01-30 4:07 Michał Górny
2024-01-30 4:07 Michał Górny
2024-01-26 20:15 Michał Górny
2023-12-30 18:35 Michał Górny
2023-12-10 6:45 Michał Górny
2023-11-06 6:22 Michał Górny
2023-09-27 5:56 Michał Górny
2023-09-19 12:42 Michał Górny
2023-08-31 13:22 Michał Górny
2023-08-26 5:31 Michał Górny
2023-08-13 19:00 Arthur Zamarin
2023-07-24 11:34 Michał Górny
2023-07-20 11:10 Michał Górny
2023-07-05 6:19 Michał Górny
2023-05-29 23:50 Sam James
2023-04-13 5:13 Michał Górny
2023-04-08 6:08 Michał Górny
2023-03-22 6:23 Michał Górny
2023-03-16 16:35 Michał Górny
2023-03-16 3:33 Michał Górny
2023-03-16 3:33 Michał Górny
2023-03-02 5:13 Michał Górny
2023-02-28 18:16 Arthur Zamarin
2023-02-28 5:06 Michał Górny
2023-02-05 16:18 Michał Górny
2023-02-03 7:19 Michał Górny
2023-01-27 20:10 Michał Górny
2023-01-23 7:49 Michał Górny
2023-01-10 11:07 Arthur Zamarin
2022-12-21 6:46 Michał Górny
2022-11-14 5:07 Michał Górny
2022-10-27 14:52 Andrew Ammerlaan
2022-10-12 11:18 Michał Górny
2022-10-12 11:18 Michał Górny
2022-08-13 8:05 Michał Górny
2022-08-09 17:58 Arthur Zamarin
2022-08-01 11:07 Michał Górny
2022-07-29 10:12 Arthur Zamarin
2022-05-16 13:30 Michał Górny
2022-05-04 8:19 Michał Górny
2022-05-04 8:19 Michał Górny
2022-04-30 7:35 Michał Górny
2022-04-26 16:26 Arthur Zamarin
2022-04-23 7:12 Arthur Zamarin
2022-04-08 21:18 Michał Górny
2022-03-26 10:37 Michał Górny
2022-03-21 21:11 Michał Górny
2022-03-17 10:18 Michał Górny
2022-02-10 7:58 Michał Górny
2021-12-12 17:42 Jakov Smolić
2021-12-12 9:26 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1689054702.22b6758f1eb13358ac5f548b57591373b244ff79.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox