commit:     1647ac4fc3672b1a1e92908f4a15059cb9b423c0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  6 05:53:57 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov  6 06:22:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1647ac4f

dev-python/tifffile: Remove old

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

 dev-python/tifffile/Manifest                  |  5 ---
 dev-python/tifffile/tifffile-2023.7.18.ebuild | 63 ---------------------------
 dev-python/tifffile/tifffile-2023.8.12.ebuild | 63 ---------------------------
 dev-python/tifffile/tifffile-2023.8.25.ebuild | 63 ---------------------------
 dev-python/tifffile/tifffile-2023.8.30.ebuild | 63 ---------------------------
 dev-python/tifffile/tifffile-2023.9.18.ebuild | 63 ---------------------------
 6 files changed, 320 deletions(-)

diff --git a/dev-python/tifffile/Manifest b/dev-python/tifffile/Manifest
index 2e4374f40da9..54918cb3c554 100644
--- a/dev-python/tifffile/Manifest
+++ b/dev-python/tifffile/Manifest
@@ -1,6 +1 @@
-DIST tifffile-2023.7.18.gh.tar.gz 336236 BLAKE2B 
ac4fef74c21aa2c32a21b5e34a716a4a859f41f33d07ced607a8634ca469bf09c264a4d3d170b82596bb61968ca4f480c1abf9d2a4584f2a2de44f44ea1c0acf
 SHA512 
3c3f03b921723da91e07b153f69961c321fa6d3ba2006cd21debba16c4bd0041de457d2df0d6e1b30d089260a2620d7bd27b53fbcf9d88e675d271883b6a60b5
-DIST tifffile-2023.8.12.gh.tar.gz 336657 BLAKE2B 
8dfc2403cfa451209f8892326012273b23584c1e50f4172fe7770b850bb591013ef89bdc249976ba0946b4a7065dc603c5817d3f9f201e837b32d8471c4acf16
 SHA512 
2c14bb5b6ab89f2973ef10b511a2d12568312e1963c227e2ea152197c4e27610eb7e4fc533d47932c45d1fc32bb0aa25d09d0608cd752fd7be8b8ec26ed13eef
-DIST tifffile-2023.8.25.gh.tar.gz 338185 BLAKE2B 
cc5658548b41b693f2048dde767e2ab7851401b0aec723adfbf05f335e02659a62f8f34ca125e1e337f4d8b4ac9e65351c23d0426d885cb02299f23c007f70c0
 SHA512 
d0df54b6b5b4a347e84a8900dbd8c63c1f7cf27e29646dfcfbd3eadd1f0ace295b3503b4a5bb66742026a1ce1c0f278d396d83b0912aab44595dedec6b6f3112
-DIST tifffile-2023.8.30.gh.tar.gz 338928 BLAKE2B 
64b40c360bba6684ef9311d4e8ce00fa0ae118d02f244b5e6fe3f13e93b684c25999fae0a10c2fe497fc4f23d7845adb6fc6a4b8a76f5fbf784f9e85db24fde4
 SHA512 
3f6bd713c702e165822794949a38b76f31a257feff476beb5aed77b99deaaff673e33c74400baa50699020417508655f4bdc356c12689d45379111a2ceef1270
-DIST tifffile-2023.9.18.gh.tar.gz 340736 BLAKE2B 
806e98c90f60209d43c052cc4c9c635a901eee2aaedbcb0f20f33443c0661d2889d40156b468e1584fb4e10b42dee079f9be05d8a489b88456ae59fd7f4cb0ff
 SHA512 
749deea26baf06a09369eccfb45d850a33d74f44d72022759f3c4e02ce9f56ce75c88fd496a38ef1b8ac27c669464fda9ee2aa014e14f2c0d235a0b896c31a34
 DIST tifffile-2023.9.26.gh.tar.gz 342486 BLAKE2B 
034013769c67b3e90bcfdf8b054419d00d35601603d716fa8cc37974cc37a4eabd773983047ad2cfbebfe4b15d7268defcad8f8d69f780af3a47299a52cbadf1
 SHA512 
ec59c408731143b60cc7664ab038ae885c21400771b0673828bbd07a46c7faafd503c1cedafbd08aaabfde554d2e42664a6f8f2ae753fc4405a9c98f8c2b8e1b

diff --git a/dev-python/tifffile/tifffile-2023.7.18.ebuild 
b/dev-python/tifffile/tifffile-2023.7.18.ebuild
deleted file mode 100644
index 5b8f82b2f720..000000000000
--- a/dev-python/tifffile/tifffile-2023.7.18.ebuild
+++ /dev/null
@@ -1,63 +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 ~arm64 ~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
-       # missing private marker
-       # https://github.com/cgohlke/tifffile/pull/195
-       tests/test_tifffile.py::test_issue_invalid_predictor
-)

diff --git a/dev-python/tifffile/tifffile-2023.8.12.ebuild 
b/dev-python/tifffile/tifffile-2023.8.12.ebuild
deleted file mode 100644
index 5b8f82b2f720..000000000000
--- a/dev-python/tifffile/tifffile-2023.8.12.ebuild
+++ /dev/null
@@ -1,63 +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 ~arm64 ~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
-       # missing private marker
-       # https://github.com/cgohlke/tifffile/pull/195
-       tests/test_tifffile.py::test_issue_invalid_predictor
-)

diff --git a/dev-python/tifffile/tifffile-2023.8.25.ebuild 
b/dev-python/tifffile/tifffile-2023.8.25.ebuild
deleted file mode 100644
index 5b8f82b2f720..000000000000
--- a/dev-python/tifffile/tifffile-2023.8.25.ebuild
+++ /dev/null
@@ -1,63 +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 ~arm64 ~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
-       # missing private marker
-       # https://github.com/cgohlke/tifffile/pull/195
-       tests/test_tifffile.py::test_issue_invalid_predictor
-)

diff --git a/dev-python/tifffile/tifffile-2023.8.30.ebuild 
b/dev-python/tifffile/tifffile-2023.8.30.ebuild
deleted file mode 100644
index 5b8f82b2f720..000000000000
--- a/dev-python/tifffile/tifffile-2023.8.30.ebuild
+++ /dev/null
@@ -1,63 +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 ~arm64 ~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
-       # missing private marker
-       # https://github.com/cgohlke/tifffile/pull/195
-       tests/test_tifffile.py::test_issue_invalid_predictor
-)

diff --git a/dev-python/tifffile/tifffile-2023.9.18.ebuild 
b/dev-python/tifffile/tifffile-2023.9.18.ebuild
deleted file mode 100644
index 5b8f82b2f720..000000000000
--- a/dev-python/tifffile/tifffile-2023.9.18.ebuild
+++ /dev/null
@@ -1,63 +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 ~arm64 ~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
-       # missing private marker
-       # https://github.com/cgohlke/tifffile/pull/195
-       tests/test_tifffile.py::test_issue_invalid_predictor
-)

Reply via email to