svn commit: r381854 - head/math/py-numexpr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 21 20:07:19 UTC 2015


Author: sunpoet
Date: Sat Mar 21 20:07:17 2015
New Revision: 381854
URL: https://svnweb.freebsd.org/changeset/ports/381854
QAT: https://qat.redports.org/buildarchive/r381854/

Log:
  - Update to 2.4
  - Update WWW
  
  Changes:	https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst

Modified:
  head/math/py-numexpr/Makefile
  head/math/py-numexpr/distinfo
  head/math/py-numexpr/pkg-descr

Modified: head/math/py-numexpr/Makefile
==============================================================================
--- head/math/py-numexpr/Makefile	Sat Mar 21 20:03:16 2015	(r381853)
+++ head/math/py-numexpr/Makefile	Sat Mar 21 20:07:17 2015	(r381854)
@@ -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 at 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>

Modified: head/math/py-numexpr/distinfo
==============================================================================
--- head/math/py-numexpr/distinfo	Sat Mar 21 20:03:16 2015	(r381853)
+++ head/math/py-numexpr/distinfo	Sat Mar 21 20:07:17 2015	(r381854)
@@ -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

Modified: head/math/py-numexpr/pkg-descr
==============================================================================
--- head/math/py-numexpr/pkg-descr	Sat Mar 21 20:03:16 2015	(r381853)
+++ head/math/py-numexpr/pkg-descr	Sat Mar 21 20:07:17 2015	(r381854)
@@ -13,4 +13,4 @@ transcendental functions (like trigonome
 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


More information about the svn-ports-head mailing list