pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-pytables Adapt to numarray 1.0 API change.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0f1be3626c1
branches:  trunk
changeset: 477808:d0f1be3626c1
user:      recht <recht%pkgsrc.org@localhost>
date:      Fri Jul 09 15:51:44 2004 +0000

description:
Adapt to numarray 1.0 API change.

diffstat:

 math/py-pytables/distinfo         |   5 +++--
 math/py-pytables/patches/patch-aa |   8 ++++----
 math/py-pytables/patches/patch-ab |  22 ++++++++++++++++++++++
 3 files changed, 29 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 450160645d07 -r d0f1be3626c1 math/py-pytables/distinfo
--- a/math/py-pytables/distinfo Fri Jul 09 15:50:25 2004 +0000
+++ b/math/py-pytables/distinfo Fri Jul 09 15:51:44 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $
+$NetBSD: distinfo,v 1.2 2004/07/09 15:51:44 recht Exp $
 
 SHA1 (pytables-0.8.tar.gz) = 1035904c8d0ad567721f7ae7cac43211e9f99c4f
 Size (pytables-0.8.tar.gz) = 2068483 bytes
-SHA1 (patch-aa) = 05c5dc85e094bb97cbf9453db4c171cf7d56a43a
+SHA1 (patch-aa) = 990e2fbdf7f66154aa31d7b158ed9a741afda5d0
+SHA1 (patch-ab) = 9be211de978e9b77930451f64e0f784c2c696ea4
diff -r 450160645d07 -r d0f1be3626c1 math/py-pytables/patches/patch-aa
--- a/math/py-pytables/patches/patch-aa Fri Jul 09 15:50:25 2004 +0000
+++ b/math/py-pytables/patches/patch-aa Fri Jul 09 15:51:44 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/04/22 15:17:08 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2004/07/09 15:51:44 recht Exp $
 
---- setup.py.orig      2004-04-22 17:03:28.000000000 +0200
-+++ setup.py   2004-04-22 17:06:58.000000000 +0200
-@@ -551,5 +551,5 @@
+--- setup.py.orig      2004-03-09 09:30:38.000000000 +0100
++++ setup.py
+@@ -551,5 +551,5 @@ data.
                                  runtime_library_dirs = rlib_dirs,
                                  )],
        cmdclass = cmdclass,
diff -r 450160645d07 -r d0f1be3626c1 math/py-pytables/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-pytables/patches/patch-ab Fri Jul 09 15:51:44 2004 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1 2004/07/09 15:51:44 recht Exp $
+
+--- src/hdf5Extension.c.orig   2004-03-09 09:30:37.000000000 +0100
++++ src/hdf5Extension.c
+@@ -8,7 +8,7 @@
+ #include "stdio.h"
+ #include "string.h"
+ #include "numarray/numarray.h"
+-#include "numarray/libnumarray.h"
++#include "numarray/libnumarray.h" 
+ #include "hdf5.h"
+ #include "H5LT.h"
+ #include "H5ARRAY.h"
+@@ -10170,7 +10170,7 @@ DL_EXPORT(void) inithdf5Extension(void) 
+   __pyx_L3:;
+ 
+   /* "/home/falted/PyTables/pytables-0.8/src/hdf5Extension.pyx":213 */
+-  import_array();
++  import_libnumarray();
+ 
+   /* "/home/falted/PyTables/pytables-0.8/src/hdf5Extension.pyx":217 */
+   __pyx_3 = __Pyx_GetName(__pyx_m, "records"); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 217; goto __pyx_L1;}



Home | Main Index | Thread Index | Old Index