commit:     a284edc8634bc52c28e72d832cb33915a0b92e62
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 04:19:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 04:20:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a284edc8

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest                  |  3 --
 dev-python/tifffile/tifffile-2024.4.24.ebuild | 56 ---------------------------
 dev-python/tifffile/tifffile-2024.5.10.ebuild | 47 ----------------------
 dev-python/tifffile/tifffile-2024.5.3.ebuild  | 47 ----------------------
 4 files changed, 153 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 29b62aa94f55..5990df2edffa 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,4 +1 @@
-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.4.24.ebuild 
b/dev-python/tifffile/tifffile-2024.4.24.ebuild
deleted file mode 100644
index d9d1ef282037..000000000000
--- a/dev-python/tifffile/tifffile-2024.4.24.ebuild
+++ /dev/null
@@ -1,56 +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/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'
-)

diff --git a/dev-python/tifffile/tifffile-2024.5.10.ebuild 
b/dev-python/tifffile/tifffile-2024.5.10.ebuild
deleted file mode 100644
index 190a5b9ccada..000000000000
--- a/dev-python/tifffile/tifffile-2024.5.10.ebuild
+++ /dev/null
@@ -1,47 +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/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
-}

diff --git a/dev-python/tifffile/tifffile-2024.5.3.ebuild 
b/dev-python/tifffile/tifffile-2024.5.3.ebuild
deleted file mode 100644
index 190a5b9ccada..000000000000
--- a/dev-python/tifffile/tifffile-2024.5.3.ebuild
+++ /dev/null
@@ -1,47 +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/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
-}

Reply via email to