summaryrefslogtreecommitdiff
path: root/math/py-numexpr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numexpr/Makefile')
-rw-r--r--math/py-numexpr/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index 927c50600dc9..51e78da4eff9 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -1,9 +1,10 @@
# Created by: Ju Pengfei <ju.pengfei@gmail.com>
PORTNAME= numexpr
-PORTVERSION= 2.7.3
+PORTVERSION= 2.8.0
+DISTVERSIONPREFIX= v
CATEGORIES= math python
-MASTER_SITES= CHEESESHOP
+#MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
@@ -18,6 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR}
USES= dos2unix python:3.7+
USE_PYTHON= autoplist concurrent distutils
+GH_ACCOUNT= pydata
+USE_GITHUB= yes
+
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +