Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2019 17:47:31 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521405 - head/math/py-hdbscan
Message-ID:  <201912291747.xBTHlVLc086158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912291747.xBTHlVLc086158>