svn commit: r560684 - head/math/py-qdldl

Antoine Brodin antoine at FreeBSD.org
Thu Jan 7 07:51:05 UTC 2021


Author: antoine
Date: Thu Jan  7 07:51:04 2021
New Revision: 560684
URL: https://svnweb.freebsd.org/changeset/ports/560684

Log:
  Remove python 2.7 support
  
  Pointy hat:	yuri

Modified:
  head/math/py-qdldl/Makefile

Modified: head/math/py-qdldl/Makefile
==============================================================================
--- head/math/py-qdldl/Makefile	Thu Jan  7 07:14:07 2021	(r560683)
+++ head/math/py-qdldl/Makefile	Thu Jan  7 07:51:04 2021	(r560684)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pybind11>0:devel
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list