Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2018 13:06:21 +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: r486347 - head/math/py-numexpr
Message-ID:  <201812011306.wB1D6LB0030425@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  1 13:06:21 2018
New Revision: 486347
URL: https://svnweb.freebsd.org/changeset/ports/486347

Log:
  Use PYNUMPY

Modified:
  head/math/py-numexpr/Makefile

Modified: head/math/py-numexpr/Makefile
==============================================================================
--- head/math/py-numexpr/Makefile	Sat Dec  1 13:06:13 2018	(r486346)
+++ head/math/py-numexpr/Makefile	Sat Dec  1 13:06:21 2018	(r486347)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS=	${PYNUMPY}
 
 USES=		dos2unix python
 USE_PYTHON=	autoplist concurrent distutils



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