diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-03 20:08:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-03 20:08:04 +0000 |
commit | 7d9312203cadd7fbb936f27b4e5ed7fa8d8f252e (patch) | |
tree | c965710efced5bb77362a39800e2f057b03e4979 /math/py-numexpr | |
parent | Update pkg-descr (diff) |
Update to 2.7.2
Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Notes
Notes:
svn path=/head/; revision=560134
Diffstat (limited to 'math/py-numexpr')
-rw-r--r-- | math/py-numexpr/Makefile | 2 | ||||
-rw-r--r-- | math/py-numexpr/distinfo | 6 | ||||
-rw-r--r-- | math/py-numexpr/pkg-descr | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index 3482b16f92b8..44c3917a17ea 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numexpr -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo index a0fbf856d620..2a5269a04b7e 100644 --- a/math/py-numexpr/distinfo +++ b/math/py-numexpr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1578319098 -SHA256 (numexpr-2.7.1.tar.gz) = b0d239d9827e1bcee08344fd05835823bc60aff97232e35a928214d03ff802b1 -SIZE (numexpr-2.7.1.tar.gz) = 99196 +TIMESTAMP = 1609598905 +SHA256 (numexpr-2.7.2.tar.gz) = 4cf5082f3e4f256ba4033ba31d0b95cacc7619babd09d7b5fb56b3036c8923aa +SIZE (numexpr-2.7.2.tar.gz) = 97785 diff --git a/math/py-numexpr/pkg-descr b/math/py-numexpr/pkg-descr index 44042a93dc4e..c5e6102cb77e 100644 --- a/math/py-numexpr/pkg-descr +++ b/math/py-numexpr/pkg-descr @@ -13,5 +13,4 @@ transcendental functions (like trigonometrical, exponentials...) on top of Intel-compatible platforms. This support also allows to use multiple cores in your computations. -WWW: https://pypi.org/project/numexpr/ WWW: https://github.com/pydata/numexpr |