commit:     09817430e611d04a14ac986ad58f5af3d9a6f422
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 22 04:34:35 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 22 05:08:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09817430

dev-python/tifffile: Bump to 2025.12.20

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

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

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 7e714c60b0ef..feabb4bb9b8e 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1 +1,2 @@
 DIST tifffile-2025.12.12.gh.tar.gz 364067 BLAKE2B 
7d790b7e27ff3975167a689ebd9011fc5a885d5d92c85083dfc11792391ef1bdf68682ff14c2aaa230601ae5793d668648fbd05d741c27e27a94a0987fa92e18
 SHA512 
87554790ae69b0e6a5cfb3b352df56a885c37f0d491ebf996bec13b2b5d9aa4ab6f57f514d81db967632a6f8e9d64cb92c90b7539ac931eae3147fb9183f6d5b
+DIST tifffile-2025.12.20.gh.tar.gz 364177 BLAKE2B 
f271c0f353eb444795a4913464d30196058d8b4eb980e5708f9ffa5b07b2744c621c9c76eb7f0f70a5e12e54875fa48993f1abc31a89254625563300eff93fc5
 SHA512 
88a918d61cca690433f8176c48624419d9367178fb28c0e1f102391c28c8552c04babf32656ddb28f443adf1872e86545550bf20568cea36b752dbda54a2fe34

diff --git a/dev-python/tifffile/tifffile-2025.12.20.ebuild 
b/dev-python/tifffile/tifffile-2025.12.20.ebuild
new file mode 100644
index 000000000000..bd99106bec9c
--- /dev/null
+++ b/dev-python/tifffile/tifffile-2025.12.20.ebuild
@@ -0,0 +1,56 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+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_PLUGINS=()
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_test() {
+       local EPYTEST_DESELECT=(
+               # not marked properly
+               # https://github.com/cgohlke/tifffile/pull/308
+               tests/test_tifffile.py::test_issue_dcp
+               # meaningless and broken on py<3.13
+               # https://github.com/cgohlke/tifffile/pull/309
+               tests/test_tifffile.py::test_gil_enabled
+       )
+
+       local -x SKIP_LARGE=1
+       local -x SKIP_HTTP=1
+
+       epytest
+}

Reply via email to