svn commit: r474398 - head/devel/py-qutip

Antoine Brodin antoine at FreeBSD.org
Tue Jul 10 18:32:11 UTC 2018


Author: antoine
Date: Tue Jul 10 18:32:10 2018
New Revision: 474398
URL: https://svnweb.freebsd.org/changeset/ports/474398

Log:
  py-qutip is not ready for python 3.x

Modified:
  head/devel/py-qutip/Makefile

Modified: head/devel/py-qutip/Makefile
==============================================================================
--- head/devel/py-qutip/Makefile	Tue Jul 10 18:27:21 2018	(r474397)
+++ head/devel/py-qutip/Makefile	Tue Jul 10 18:32:10 2018	(r474398)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.15:science/py-scipy@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils cython autoplist
 
 do-test: # tests are broken: https://github.com/qutip/qutip/issues/891


More information about the svn-ports-all mailing list