1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

math/py-hdbscan: Update to 0.8.43

Changes:	https://github.com/scikit-learn-contrib/hdbscan/releases
This commit is contained in:
Po-Chuan Hsieh
2026-05-15 23:34:41 +08:00
parent 1d99444028
commit 7930357c73
4 changed files with 16 additions and 17 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
PORTNAME= hdbscan
PORTVERSION= 0.8.42
PORTVERSION= 0.8.43
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ WWW= https://hdbscan.readthedocs.io/en/latest/ \
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=2.0,1<3,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}joblib>=1.0:devel/py-joblib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.20,1<3,1:math/py-numpy@${PY_FLAVOR} \
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1776417128
SHA256 (hdbscan-0.8.42.tar.gz) = 3bd749a3df39c7e965bd8b2173c3804cdb11ad73d524a5df1201360814293614
SIZE (hdbscan-0.8.42.tar.gz) = 7089885
TIMESTAMP = 1778751900
SHA256 (hdbscan-0.8.43.tar.gz) = cfe6e7e68f153c92cef3d19a86d29c1075f33774b1e97d284ba79b157506c8bb
SIZE (hdbscan-0.8.43.tar.gz) = 7089058
@@ -0,0 +1,10 @@
--- pyproject.toml.orig 2026-05-13 03:08:02 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools>=64",
+ "setuptools>=61",
"wheel",
"cython>=3.0.11,<4",
"numpy>=2.0,<3"
-11
View File
@@ -1,11 +0,0 @@
--- setup.py.orig 2023-07-18 17:51:04 UTC
+++ setup.py
@@ -85,7 +85,7 @@ configuration = {
'cmdclass': {'build_ext': CustomBuildExtCommand},
'test_suite': 'nose.collector',
'tests_require': ['nose'],
- 'data_files': ('hdbscan/dist_metrics.pxd',)
+ 'package_data': {'': ['hdbscan/dist_metrics.pxd']},
}
if not HAVE_CYTHON: