commit:     73dbc1a6b95b43d14e377d892aafd4f512594741
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:10:56 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:12:38 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=73dbc1a6

dev-python/hdbscan: drop 0.8.26

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/hdbscan/hdbscan-0.8.26.ebuild | 33 --------------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-python/hdbscan/hdbscan-0.8.26.ebuild 
b/dev-python/hdbscan/hdbscan-0.8.26.ebuild
deleted file mode 100644
index 91e83eb87..000000000
--- a/dev-python/hdbscan/hdbscan-0.8.26.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A high performance implementation of HDBSCAN clustering."
-HOMEPAGE="https://github.com/scikit-learn-contrib/hdbscan";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="test"
-# Tests fail, reported to upstream
-# https://github.com/scikit-learn-contrib/hdbscan/issues/501
-
-DEPEND=""
-RDEPEND="
-       dev-python/cython[${PYTHON_USEDEP}]
-       dev-python/joblib[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/scipy[${PYTHON_USEDEP}]
-       dev-python/six[${PYTHON_USEDEP}]
-       sci-libs/scikit-learn[${PYTHON_USEDEP}]
-"
-BDEPEND=""
-
-distutils_enable_tests pytest

Reply via email to