svn commit: r564288 - head/math/py-hdbscan

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 20:47:05 UTC 2021


Author: sunpoet
Date: Sat Feb  6 20:46:58 2021
New Revision: 564288
URL: https://svnweb.freebsd.org/changeset/ports/564288

Log:
  Remove PYNUMPY

Modified:
  head/math/py-hdbscan/Makefile

Modified: head/math/py-hdbscan/Makefile
==============================================================================
--- head/math/py-hdbscan/Makefile	Sat Feb  6 20:46:55 2021	(r564287)
+++ head/math/py-hdbscan/Makefile	Sat Feb  6 20:46:58 2021	(r564288)
@@ -13,9 +13,9 @@ COMMENT=	Clustering based on density with variable den
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYNUMPY}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16.0,1:math/py-numpy@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}joblib>=0:devel/py-joblib@${PY_FLAVOR} \
-		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.16.0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.17:science/py-scikit-learn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.9:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}


More information about the svn-ports-all mailing list