aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/py-numexpr/Makefile10
-rw-r--r--math/py-numexpr/distinfo4
-rw-r--r--math/py-numexpr/pkg-descr2
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