diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-09-10 06:54:47 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-09-10 08:04:13 +0200 |
| commit | 009ba71e06bff6f9390fae6e106d0e00bb135cbd (patch) | |
| tree | 1f244c7fd94c1065433e34a6c9c28af1f79570bd /dev-python/tifffile | |
| parent | 81ab4e6f6e0d0df9b43b33d308798b6862ac018d (diff) | |
dev-python/tifffile: Bump to 2025.9.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tifffile')
| -rw-r--r-- | dev-python/tifffile/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/tifffile/tifffile-2025.9.9.ebuild | 56 |
2 files changed, 57 insertions, 0 deletions
diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest index 6f260f1b3d2d..ee59c6652c66 100644 --- a/dev-python/tifffile/Manifest +++ b/dev-python/tifffile/Manifest @@ -1 +1,2 @@ DIST tifffile-2025.8.28.gh.tar.gz 359713 BLAKE2B 5856af2ccc1995ec1f6c85f46f310924ff6e81122be667320ef5d503eeb83ad2ef830d1fc56a70fa37f2694a9b717a4cf1d81b4dd77cec16c89aa48f1de4bfb2 SHA512 87f2108598b3672b3c352991b2b49b1093b8bcb98c1d3f192b7c4235b3a3282d3a88e4d5471c2029c8cb61f40d9ea5ad0bd3dcfa39b79c8d07d0d5cbc48c84ed +DIST tifffile-2025.9.9.gh.tar.gz 359564 BLAKE2B f8d8c132bd62dfc05e5aca508d8e5d0bd1047d308c24dc6f8ff27d46fcfc4898da9fecbd2dd6390cedd5de52325ffd84e97ec64e337eea5302c33d98a11d3fed SHA512 8b7b99243a6f960b5d486dfac5097bd68e9e467542195f7a8059573c8b26d2bd399401234bb1a7676e60a614a1df07ea19013c81936b613d5c72e43b7d4fad33 diff --git a/dev-python/tifffile/tifffile-2025.9.9.ebuild b/dev-python/tifffile/tifffile-2025.9.9.ebuild new file mode 100644 index 000000000000..fa979d88561c --- /dev/null +++ b/dev-python/tifffile/tifffile-2025.9.9.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..13} ) + +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 +} |
