Date: Sat, 17 Nov 2018 17:31:58 +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: r485155 - head/math/py-numexpr Message-ID: <201811171731.wAHHVw5E067284@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 17 17:31:57 2018 New Revision: 485155 URL: https://svnweb.freebsd.org/changeset/ports/485155 Log: Change the way *_DEPENDS are set Modified: head/math/py-numexpr/Makefile Modified: head/math/py-numexpr/Makefile ============================================================================== --- head/math/py-numexpr/Makefile Sat Nov 17 17:31:49 2018 (r485154) +++ head/math/py-numexpr/Makefile Sat Nov 17 17:31:57 2018 (r485155) @@ -13,11 +13,11 @@ COMMENT= Fast numerical array expression evaluator for LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} -USE_PYTHON= autoplist concurrent distutils USES= dos2unix python +USE_PYTHON= autoplist concurrent distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/numexpr/interpreter.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171731.wAHHVw5E067284>