Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2019 20:56:14 +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: r508011 - head/science/py-geometer
Message-ID:  <201908032056.x73KuEP1085245@repo.freebsd.org>

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



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