Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2021 07:51:04 +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: r560684 - head/math/py-qdldl
Message-ID:  <202101070751.1077p45I050803@repo.freebsd.org>

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



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