Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2018 18:32:10 +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: r474398 - head/devel/py-qutip
Message-ID:  <201807101832.w6AIWAoe030291@repo.freebsd.org>

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



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