pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numarray update to 1.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13bdd3801657
branches:  trunk
changeset: 520219:13bdd3801657
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Oct 17 14:25:43 2006 +0000

description:
update to 1.5.2
This is a very modest release which primarily consists of bug fixes to
numarray's implementation of the numpy array interface.

diffstat:

 math/py-numarray/Makefile |  9 ++++++---
 math/py-numarray/distinfo |  8 ++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (38 lines):

diff -r c02bf4cb4d84 -r 13bdd3801657 math/py-numarray/Makefile
--- a/math/py-numarray/Makefile Tue Oct 17 14:24:31 2006 +0000
+++ b/math/py-numarray/Makefile Tue Oct 17 14:25:43 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2006/03/08 17:21:34 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2006/10/17 14:25:43 drochner Exp $
 #
 
-DISTNAME=      numarray-1.5.1
-PKGNAME=       ${PYPKGPREFIX}-numarray-1.5.1
+DISTNAME=      numarray-1.5.2
+PKGNAME=       ${PYPKGPREFIX}-numarray-1.5.2
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=numpy/}
 
@@ -20,5 +20,8 @@
 PLIST_SUBST+=  DOTBLAS="@comment "
 .endif
 
+do-test:
+       (cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py)
+
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c02bf4cb4d84 -r 13bdd3801657 math/py-numarray/distinfo
--- a/math/py-numarray/distinfo Tue Oct 17 14:24:31 2006 +0000
+++ b/math/py-numarray/distinfo Tue Oct 17 14:25:43 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2006/02/15 16:41:04 drochner Exp $
+$NetBSD: distinfo,v 1.8 2006/10/17 14:25:43 drochner Exp $
 
-SHA1 (numarray-1.5.1.tar.gz) = f3f2efe18f117d94b71ee8d04a904d2a28644d8f
-RMD160 (numarray-1.5.1.tar.gz) = c13fd0c8893dc757f1901ccd7740af5b3fab612c
-Size (numarray-1.5.1.tar.gz) = 1196883 bytes
+SHA1 (numarray-1.5.2.tar.gz) = 17f6c4bb5f0d97e93923b8ca4f55fccc1ee985e9
+RMD160 (numarray-1.5.2.tar.gz) = 51cc7681958cada32c515872e8def6fc0ff296ca
+Size (numarray-1.5.2.tar.gz) = 1196014 bytes
 SHA1 (patch-aa) = 6edaab221c6d52a47e5a52b3039e37b8fef814b1



Home | Main Index | Thread Index | Old Index