svn commit: r508011 - head/science/py-geometer

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 3 20:56:14 UTC 2019


Author: sunpoet
Date: Sat Aug  3 20:56:13 2019
New Revision: 508011
URL: https://svnweb.freebsd.org/changeset/ports/508011

Log:
  Use PYNUMPY

Modified:
  head/science/py-geometer/Makefile

Modified: head/science/py-geometer/Makefile
==============================================================================
--- head/science/py-geometer/Makefile	Sat Aug  3 20:56:09 2019	(r508010)
+++ head/science/py-geometer/Makefile	Sat Aug  3 20:56:13 2019	(r508011)
@@ -14,7 +14,7 @@ COMMENT=	Python geometry package based on projective g
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.15:math/py-numpy@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR}
 
 USES=		python:3.5+


More information about the svn-ports-head mailing list