commit: 5fbddacd11e416bd26026fddea6ca598ec9608c6
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:15:34 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:15:34 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5fbddacd
dev-python/persim: drop 0.1.3, 0.2.0, 0.3.0
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/persim/persim-0.1.3.ebuild | 37 ---------------------------
dev-python/persim/persim-0.2.0.ebuild | 44 --------------------------------
dev-python/persim/persim-0.3.0.ebuild | 47 -----------------------------------
3 files changed, 128 deletions(-)
diff --git a/dev-python/persim/persim-0.1.3.ebuild
b/dev-python/persim/persim-0.1.3.ebuild
deleted file mode 100644
index e8aad47df..000000000
--- a/dev-python/persim/persim-0.1.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..10} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Distances and representations of persistence diagrams"
-HOMEPAGE="https://persim.scikit-tda.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/hopcroftkarp[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/plotly[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # Reported upsream:
- # https://github.com/scikit-tda/persim/issues/64
- test/test_persim.py::test_integer_diagrams
- test/test_persim.py::TestEmpty::test_empyt_diagram_list
- test/test_persim.py::TestTransforms::test_lists_of_lists
- test/test_persim.py::TestTransforms::test_n_pixels
- test/test_persim.py::TestTransforms::test_multiple_diagrams
-)
diff --git a/dev-python/persim/persim-0.2.0.ebuild
b/dev-python/persim/persim-0.2.0.ebuild
deleted file mode 100644
index 792839a0b..000000000
--- a/dev-python/persim/persim-0.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..10} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Distances and representations of persistence diagrams"
-HOMEPAGE="https://persim.scikit-tda.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/hopcroftkarp[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/plotly[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # Reported upsream:
- # https://github.com/scikit-tda/persim/issues/65
- test/test_persim.py::test_integer_diagrams
- test/test_persim.py::TestEmpty::test_empyt_diagram_list
- test/test_persim.py::TestTransforms::test_lists_of_lists
- test/test_persim.py::TestTransforms::test_n_pixels
- test/test_persim.py::TestTransforms::test_multiple_diagrams
- test/test_persistence_imager.py::test_empty_diagram_list
- test/test_persistence_imager.py::test_fit_diagram
- test/test_persistence_imager.py::test_fit_diagram_list
- test/test_persistence_imager.py::test_mixed_pairs
-
test/test_persistence_imager.py::TestTransformOutput::test_lists_of_lists
- test/test_persistence_imager.py::TestTransformOutput::test_n_pixels
-
test/test_persistence_imager.py::TestTransformOutput::test_multiple_diagrams
-)
diff --git a/dev-python/persim/persim-0.3.0.ebuild
b/dev-python/persim/persim-0.3.0.ebuild
deleted file mode 100644
index 91b9514ad..000000000
--- a/dev-python/persim/persim-0.3.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..10} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Distances and representations of persistence diagrams"
-HOMEPAGE="https://persim.scikit-tda.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}
- dev-python/hopcroftkarp[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/plotly[${PYTHON_USEDEP}]
- dev-python/scipy[${PYTHON_USEDEP}]
- sci-libs/scikit-learn[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/deprecated[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
- # Reported upsream:
- # https://github.com/scikit-tda/persim/issues/66
-
test/test_landscapes.py::TestPersLandscapeExact::test_exact_critical_pairs
- test/test_persim.py::test_integer_diagrams
- test/test_persim.py::TestEmpty::test_empyt_diagram_list
- test/test_persim.py::TestTransforms::test_lists_of_lists
- test/test_persim.py::TestTransforms::test_n_pixels
- test/test_persim.py::TestTransforms::test_multiple_diagrams
- test/test_persistence_imager.py::test_empty_diagram_list
- test/test_persistence_imager.py::test_fit_diagram
- test/test_persistence_imager.py::test_fit_diagram_list
- test/test_persistence_imager.py::test_mixed_pairs
-
test/test_persistence_imager.py::TestTransformOutput::test_lists_of_lists
- test/test_persistence_imager.py::TestTransformOutput::test_n_pixels
-
test/test_persistence_imager.py::TestTransformOutput::test_multiple_diagrams
-)