mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 2.5.2
Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
This commit is contained in:
parent
568d08858c
commit
51e912c76a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412815
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue