commit:     4de168b402cc3483d425dda00b76bbec8a476e85
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 18:14:44 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 18:16:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de168b4

dev-python/tifffile: drop 2023.1.23.1, 2023.2.2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/tifffile/Manifest                    |  2 -
 dev-python/tifffile/tifffile-2023.1.23.1.ebuild | 60 -------------------------
 dev-python/tifffile/tifffile-2023.2.2.ebuild    | 60 -------------------------
 3 files changed, 122 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 1120bdf05c69..bfc44b8c4c52 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,4 +1,2 @@
-DIST tifffile-2023.1.23.1.gh.tar.gz 324017 BLAKE2B 
ffc4a329096ac3eb44990635dea4f5d0211564d5a8847795671d3d816148721d3c6fab059514764eb45bc48c8a114382c0a1705cc606d750ef869d49e67b2c85
 SHA512 
fad8e2f40cc550a83030b29b528566d7b5b9cbe016c9fd04911ab4cca4e8e69523d9b17db83eee018d1ff3005cab0f36762b4a1271859b504c77a0809e07b0be
-DIST tifffile-2023.2.2.gh.tar.gz 324485 BLAKE2B 
fb3404efa1af8197af8e3b77c2b1fbb76c215ee8d599da8974c6231b72789117edddf23072c898eb752789d789080b16106da90406a3a178388f3a863171d202
 SHA512 
5915374d62665d766b02d2a3c0e2f644581f3809cc650dda70feffec43151398fbbd23b2fe000be02a65fd7647e097c43c3c92482c85fe5027966038179a785f
 DIST tifffile-2023.2.27.gh.tar.gz 326444 BLAKE2B 
8c5081b7434329181d5f6df416b739c43d24ff9a9c3dc2ac4b3d6d6dd5ba165290d224648e5e6b4f46bd611c85204114f8b563cb110b7b50ba73aefd0e427f2e
 SHA512 
97ba6b6ac469e4ab92822fd51dc45ebc00776834e5b171679abed24448d5be479a06e5e401bd055a21029641668f63912246b93f15424a3b268733729515452e
 DIST tifffile-2023.2.3.gh.tar.gz 324906 BLAKE2B 
b9417ea561de7a185f1a57a6f36a6efde12caa85cd15fd787ae1ca50e73d328f83ec6cd196042d3a11a62706ac27bfad8ecc42e0a235201ee208fdb95d942c16
 SHA512 
f73dd77c149afa976ac468f0fac37a1bafe35ae4bcb377a91e7922573237805cdc6e00cbcd7bb78f3213a9da4878ec020a058567523b9a4c5958e013f9bdc94b

diff --git a/dev-python/tifffile/tifffile-2023.1.23.1.ebuild 
b/dev-python/tifffile/tifffile-2023.1.23.1.ebuild
deleted file mode 100644
index 66babf481615..000000000000
--- a/dev-python/tifffile/tifffile-2023.1.23.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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 ~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
-)

diff --git a/dev-python/tifffile/tifffile-2023.2.2.ebuild 
b/dev-python/tifffile/tifffile-2023.2.2.ebuild
deleted file mode 100644
index 66babf481615..000000000000
--- a/dev-python/tifffile/tifffile-2023.2.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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 ~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
-)

Reply via email to