From 9d71246f87771df21551cf93d10b63dcf655741e Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Fri, 17 Apr 2026 12:28:51 +0300 Subject: [PATCH 12/14] math/py-hdbscan: Update to 0.8.42 --- math/py-hdbscan/Makefile | 3 +-- math/py-hdbscan/distinfo | 6 +++--- math/py-hdbscan/files/patch-pyproject.toml | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 math/py-hdbscan/files/patch-pyproject.toml diff --git a/math/py-hdbscan/Makefile b/math/py-hdbscan/Makefile index 544607a6e306..4f96ac177ad2 100644 --- a/math/py-hdbscan/Makefile +++ b/math/py-hdbscan/Makefile @@ -1,6 +1,5 @@ PORTNAME= hdbscan -PORTVERSION= 0.8.33 -PORTREVISION= 2 +PORTVERSION= 0.8.42 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-hdbscan/distinfo b/math/py-hdbscan/distinfo index 0e8a3fe76779..1a755d3fa56a 100644 --- a/math/py-hdbscan/distinfo +++ b/math/py-hdbscan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070152 -SHA256 (hdbscan-0.8.33.tar.gz) = 57fabc5f0e45f48d2407b35c731192abc896376411fe7e4bb836ffa03d38f90d -SIZE (hdbscan-0.8.33.tar.gz) = 5201533 +TIMESTAMP = 1776417128 +SHA256 (hdbscan-0.8.42.tar.gz) = 3bd749a3df39c7e965bd8b2173c3804cdb11ad73d524a5df1201360814293614 +SIZE (hdbscan-0.8.42.tar.gz) = 7089885 diff --git a/math/py-hdbscan/files/patch-pyproject.toml b/math/py-hdbscan/files/patch-pyproject.toml deleted file mode 100644 index 8737982fa424..000000000000 --- a/math/py-hdbscan/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2023-07-18 17:51:04 UTC -+++ pyproject.toml -@@ -2,6 +2,6 @@ requires = [ - requires = [ - "setuptools", - "wheel", -- "cython<3", -- "oldest-supported-numpy" -+ "cython", -+ "numpy" - ] -- 2.53.0