diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-09-21 03:31:46 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-09-21 03:31:46 +0200 |
| commit | f5e1f7f5ec1dc8bf554d77acbf9ef1ba6d2e5f6e (patch) | |
| tree | ddd00b5c94edc21d1ceba5b0681caffed074d513 /dev-python | |
| parent | 3b4cb33e6518808c75f5b30a0f451a573e8e0a07 (diff) | |
| download | gentoo-f5e1f7f5ec1dc8bf554d77acbf9ef1ba6d2e5f6e.tar.gz gentoo-f5e1f7f5ec1dc8bf554d77acbf9ef1ba6d2e5f6e.tar.bz2 gentoo-f5e1f7f5ec1dc8bf554d77acbf9ef1ba6d2e5f6e.zip | |
dev-python/tifffile: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/tifffile/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/tifffile/tifffile-2025.8.28.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest index ee59c6652c66..bce4fc8d5063 100644 --- a/dev-python/tifffile/Manifest +++ b/dev-python/tifffile/Manifest @@ -1,2 +1 @@ -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.8.28.ebuild b/dev-python/tifffile/tifffile-2025.8.28.ebuild deleted file mode 100644 index fa979d88561c..000000000000 --- a/dev-python/tifffile/tifffile-2025.8.28.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# 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 -} |
