Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 18:11:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541802 - head/Mk/Uses
Message-ID:  <202007091811.069IB1rX041291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul  9 18:11:01 2020
New Revision: 541802
URL: https://svnweb.freebsd.org/changeset/ports/541802

Log:
  Update PYNUMPY
  
  science/py-geometer requires math/py-numpy between 1.15 and 1.20 (>=1.15,<1.20)

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Thu Jul  9 18:10:56 2020	(r541801)
+++ head/Mk/Uses/python.mk	Thu Jul  9 18:11:01 2020	(r541802)
@@ -632,7 +632,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>=1.16,1<1.19,1:math/py-numpy@${PY_FLAVOR}
+PYNUMPY=	${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR}
 
 # Common Python modules that can be needed but only for some versions of Python.
 .if ${PYTHON_REL} < 3500



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