diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 04:07:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-22 04:07:17 +0800 |
commit | ee9061cf799159e1a93b7adf5759b7c5953b12e6 (patch) | |
tree | 4815e0b0f997ce6e6a122b6ad0573e0a8dc841c8 /math | |
parent | 910ffde78cabc35d442665490f7b696885000364 (diff) | |
download | freebsd-ports-gnome-ee9061cf799159e1a93b7adf5759b7c5953b12e6.tar.gz freebsd-ports-gnome-ee9061cf799159e1a93b7adf5759b7c5953b12e6.tar.zst freebsd-ports-gnome-ee9061cf799159e1a93b7adf5759b7c5953b12e6.zip |
- Update to 2.4
- Update WWW
Changes: https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numexpr/Makefile | 10 | ||||
-rw-r--r-- | math/py-numexpr/distinfo | 4 | ||||
-rw-r--r-- | math/py-numexpr/pkg-descr | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile index da7894433866..784b280dc52b 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= numexpr -PORTVERSION= 2.2.2 -PORTREVISION= 3 +PORTVERSION= 2.4 CATEGORIES= math python -MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -18,5 +16,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= autoplist distutils USES= python +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +GH_ACCOUNT= pydata +GH_PROJECT= ${PORTNAME} +GH_TAGNAME= v${PORTVERSION} +USE_GITHUB= yes .include <bsd.port.mk> diff --git a/math/py-numexpr/distinfo b/math/py-numexpr/distinfo index 74b140b23c7e..ef1b44078d55 100644 --- a/math/py-numexpr/distinfo +++ b/math/py-numexpr/distinfo @@ -1,2 +1,2 @@ -SHA256 (numexpr-2.2.2.tar.gz) = 47d3435785f59a72dc06a1c0257b83f0f656d4974e804c30a6ef8c0de293d9ee -SIZE (numexpr-2.2.2.tar.gz) = 75680 +SHA256 (pydata-numexpr-2.4-v2.4_GH0.tar.gz) = b3d5f998d1e489c6e3e672d75c2e6b4a871d67fefc6b6154b90795010bee14c0 +SIZE (pydata-numexpr-2.4-v2.4_GH0.tar.gz) = 89752 diff --git a/math/py-numexpr/pkg-descr b/math/py-numexpr/pkg-descr index 80ba7913d735..d0d54d0e79d0 100644 --- a/math/py-numexpr/pkg-descr +++ b/math/py-numexpr/pkg-descr @@ -13,4 +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: http://code.google.com/p/numexpr/ +WWW: https://github.com/pydata/numexpr |