commit:     776277adc6f079c662f0c8d3baedb99dac54c167
Author:     Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Tue Mar 18 21:36:59 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 15:13:04 2025 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=776277ad

dev-python/hdbscan: version bump 0.8.40

Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Closes: https://github.com/gentoo/sci/pull/1336
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 .../hdbscan/{hdbscan-0.8.29.ebuild => hdbscan-0.8.40.ebuild}       | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/hdbscan/hdbscan-0.8.29.ebuild 
b/dev-python/hdbscan/hdbscan-0.8.40.ebuild
similarity index 91%
rename from dev-python/hdbscan/hdbscan-0.8.29.ebuild
rename to dev-python/hdbscan/hdbscan-0.8.40.ebuild
index 1b2fe3669..13447fe4e 100644
--- a/dev-python/hdbscan/hdbscan-0.8.29.ebuild
+++ b/dev-python/hdbscan/hdbscan-0.8.40.ebuild
@@ -3,8 +3,10 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..13} )
 DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_EXT=1
+
 inherit distutils-r1 pypi
 
 DESCRIPTION="A high performance implementation of HDBSCAN clustering."
@@ -13,12 +15,10 @@ HOMEPAGE="https://github.com/scikit-learn-contrib/hdbscan";
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
 # Reported upstream:
 # https://github.com/scikit-learn-contrib/hdbscan/issues/501
 RESTRICT="test"
 
-DEPEND=""
 RDEPEND="
        dev-python/cython[${PYTHON_USEDEP}]
        dev-python/joblib[${PYTHON_USEDEP}]
@@ -27,6 +27,5 @@ RDEPEND="
        dev-python/six[${PYTHON_USEDEP}]
        dev-python/scikit-learn[${PYTHON_USEDEP}]
 "
-BDEPEND=""
 
 distutils_enable_tests pytest

Reply via email to