Date: Sat, 9 Apr 2016 12:30:06 +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: r412815 - head/math/py-numexpr Message-ID: <201604091230.u39CU6b0048760@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 9 12:30:06 2016 New Revision: 412815 URL: https://svnweb.freebsd.org/changeset/ports/412815 Log: - Update to 2.5.2 Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst Modified: head/math/py-numexpr/Makefile head/math/py-numexpr/distinfo Modified: head/math/py-numexpr/Makefile ============================================================================== --- head/math/py-numexpr/Makefile Sat Apr 9 12:30:02 2016 (r412814) +++ head/math/py-numexpr/Makefile Sat Apr 9 12:30:06 2016 (r412815) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numexpr -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Fast numerical array expression LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.6:math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= autoplist concurrent distutils Modified: head/math/py-numexpr/distinfo ============================================================================== --- head/math/py-numexpr/distinfo Sat Apr 9 12:30:02 2016 (r412814) +++ head/math/py-numexpr/distinfo Sat Apr 9 12:30:06 2016 (r412815) @@ -1,2 +1,2 @@ -SHA256 (numexpr-2.5.1.tar.gz) = fb2f00226ec21bf3431d1dd17b170c47c08ea35dde40f965b41ccb5a553589e8 -SIZE (numexpr-2.5.1.tar.gz) = 89849 +SHA256 (numexpr-2.5.2.tar.gz) = 7e85595cf65c8c9a850fdcb073b46f29f52a9a8ab4d0e13161b73bee1229664d +SIZE (numexpr-2.5.2.tar.gz) = 90078
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604091230.u39CU6b0048760>