svn commit: r524923 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 2 11:06:46 UTC 2020


Author: sunpoet
Date: Sun Feb  2 11:06:45 2020
New Revision: 524923
URL: https://svnweb.freebsd.org/changeset/ports/524923

Log:
  Update PYNUMPY
  
  devel/py-xarray requires math/py-numpy 1.15

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Sun Feb  2 11:06:40 2020	(r524922)
+++ head/Mk/Uses/python.mk	Sun Feb  2 11:06:45 2020	(r524923)
@@ -625,7 +625,7 @@ CMAKE_ARGS+=	-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER
 
 # Python 3rd-party modules
 PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
-PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>0:math/py-numpy@${PY_FLAVOR}
+PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR}
 
 # Common Python modules that can be needed but only for some versions of Python.
 .if ${PYTHON_REL} < 3500


More information about the svn-ports-all mailing list