svn commit: r524022 - head/math/py-pynndescent

Antoine Brodin antoine at FreeBSD.org
Sat Jan 25 09:35:48 UTC 2020


Author: antoine
Date: Sat Jan 25 09:35:48 2020
New Revision: 524022
URL: https://svnweb.freebsd.org/changeset/ports/524022

Log:
  Unbreak bulk -a

Modified:
  head/math/py-pynndescent/Makefile

Modified: head/math/py-pynndescent/Makefile
==============================================================================
--- head/math/py-pynndescent/Makefile	Sat Jan 25 09:30:26 2020	(r524021)
+++ head/math/py-pynndescent/Makefile	Sat Jan 25 09:35:48 2020	(r524022)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}joblib>0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list