diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:30:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-09 20:30:06 +0800 |
commit | 496ca7542764c67ff28ba98d1b5f416babae7264 (patch) | |
tree | 0c35daf75e88e4b1b26816a6c17d0ed681b60121 /math | |
parent | b57f9db9e456384b91819f25ab571f9995c144e2 (diff) | |
download | freebsd-ports-gnome-496ca7542764c67ff28ba98d1b5f416babae7264.tar.gz freebsd-ports-gnome-496ca7542764c67ff28ba98d1b5f416babae7264.tar.zst freebsd-ports-gnome-496ca7542764c67ff28ba98d1b5f416babae7264.zip |
- Update to 2.5.2
Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numexpr/Makefile | 4 | ||||
-rw-r--r-- | math/py-numexpr/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index cebb90f8dbd5..3ed79181922d 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -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 evaluator for Python and NumPy 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 diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo index cbd69a16c1d5..5f859efa8e77 100644 --- a/math/py-numexpr/distinfo +++ b/math/py-numexpr/distinfo @@ -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 |