Skip to content

Commit

Permalink
math/py-hdbscan: Update to 0.8.33
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/scikit-learn-contrib/hdbscan/releases
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent 8525063 commit 4ab3cf5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
7 changes: 5 additions & 2 deletions math/py-hdbscan/Makefile
@@ -1,5 +1,5 @@
PORTNAME= hdbscan
PORTVERSION= 0.8.30
PORTVERSION= 0.8.33
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,7 +11,10 @@ WWW= https://github.com/scikit-learn-contrib/hdbscan
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1:math/py-numpy@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0<3:lang/cython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0: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:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.20:science/py-scikit-learn@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions math/py-hdbscan/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1688902175
SHA256 (hdbscan-0.8.30.tar.gz) = 2743f0ffd85d5c2c1071509596fba02f0c1a4d6c74c0008fbd5b6aa427831570
SIZE (hdbscan-0.8.30.tar.gz) = 5201522
TIMESTAMP = 1691070152
SHA256 (hdbscan-0.8.33.tar.gz) = 57fabc5f0e45f48d2407b35c731192abc896376411fe7e4bb836ffa03d38f90d
SIZE (hdbscan-0.8.33.tar.gz) = 5201533
9 changes: 9 additions & 0 deletions math/py-hdbscan/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
--- pyproject.toml.orig 2023-07-18 17:51:04 UTC
+++ pyproject.toml
@@ -3,5 +3,5 @@ requires = [
"setuptools",
"wheel",
"cython<3",
- "oldest-supported-numpy"
+ "numpy"
]

0 comments on commit 4ab3cf5

Please sign in to comment.