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

Antoine Brodin antoine at FreeBSD.org
Sun Dec 29 17:47:31 UTC 2019


Author: antoine
Date: Sun Dec 29 17:47:31 2019
New Revision: 521405
URL: https://svnweb.freebsd.org/changeset/ports/521405

Log:
  Unbreak bulk -a

Modified:
  head/math/py-hdbscan/Makefile

Modified: head/math/py-hdbscan/Makefile
==============================================================================
--- head/math/py-hdbscan/Makefile	Sun Dec 29 17:35:19 2019	(r521404)
+++ head/math/py-hdbscan/Makefile	Sun Dec 29 17:47:31 2019	(r521405)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}joblib>=0:devel/py
 		${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent cython distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list