Sun Jun 6 02:37:08 2010 UTC ()
Update to scipy 0.7.2

SciPy 0.7.2 is a bug-fix release with no new features compared to 0.7.1. The
only change is that all C sources from Cython code have been regenerated with
Cython 0.12.1. This fixes the incompatibility between binaries of SciPy 0.7.1
and NumPy 1.4.

SciPy 0.7.1 is a bug-fix release with no new features compared to 0.7.0.


(markd)
diff -r1.6 -r1.7 pkgsrc/math/py-scipy/Makefile
diff -r1.3 -r1.4 pkgsrc/math/py-scipy/PLIST
diff -r1.2 -r1.3 pkgsrc/math/py-scipy/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/math/py-scipy/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-scipy/Makefile 2010/02/21 15:13:42 1.6
+++ pkgsrc/math/py-scipy/Makefile 2010/06/06 02:37:08 1.7
@@ -1,24 +1,34 @@ @@ -1,24 +1,34 @@
1# $NetBSD: Makefile,v 1.6 2010/02/21 15:13:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2010/06/06 02:37:08 markd Exp $
2 2
3DISTNAME= scipy-0.7.0 3DISTNAME= scipy-0.7.2
4PKGNAME= ${PYPKGPREFIX}-scipy-0.7.0 4PKGNAME= ${PYPKGPREFIX}-scipy-0.7.2
5PKGREVISION= 1 
6CATEGORIES= math python 5CATEGORIES= math python
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scipy/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scipy/}
8 7
9MAINTAINER= markd@NetBSD.org 8MAINTAINER= markd@NetBSD.org
10HOMEPAGE= http://www.scipy.org/ 9HOMEPAGE= http://www.scipy.org/
11COMMENT= Scientific Algorithms Library for Python 10COMMENT= Scientific Algorithms Library for Python
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16PYDISTUTILSPKG= yes 15PYDISTUTILSPKG= yes
17PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} 16PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
18USE_LANGUAGES+= c c++ fortran 17USE_LANGUAGES+= c c++ fortran
19MAKE_ENV+= ATLAS=None 18MAKE_ENV+= ATLAS=None
20 19
 20# XXX Avoid picking up other compilers when installed
 21.include "../../mk/compiler.mk"
 22
 23.if defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mg95)
 24PYSETUPBUILDARGS+= --fcompiler=g95
 25.elif defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mgfortran)
 26PYSETUPBUILDARGS+= --fcompiler=gnu95
 27.else
 28BROKEN= Requires fortran 95
 29.endif
 30
21.include "../../lang/python/extension.mk" 31.include "../../lang/python/extension.mk"
22.include "../../math/fftw/buildlink3.mk" 32.include "../../math/fftw/buildlink3.mk"
23.include "../../math/py-numpy/buildlink3.mk" 33.include "../../math/py-numpy/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/math/py-scipy/PLIST (expand / switch to unified diff)

--- pkgsrc/math/py-scipy/PLIST 2009/07/25 12:16:45 1.3
+++ pkgsrc/math/py-scipy/PLIST 2010/06/06 02:37:08 1.4
@@ -1,29 +1,26 @@ @@ -1,29 +1,26 @@
1@comment $NetBSD: PLIST,v 1.3 2009/07/25 12:16:45 markd Exp $ 1@comment $NetBSD: PLIST,v 1.4 2010/06/06 02:37:08 markd Exp $
2${PYSITELIB}/scipy/INSTALL.txt 2${PYSITELIB}/scipy/INSTALL.txt
3${PYSITELIB}/scipy/LATEST.txt 3${PYSITELIB}/scipy/LATEST.txt
4${PYSITELIB}/scipy/LICENSE.txt 4${PYSITELIB}/scipy/LICENSE.txt
5${PYSITELIB}/scipy/README.txt 5${PYSITELIB}/scipy/README.txt
6${PYSITELIB}/scipy/THANKS.txt 6${PYSITELIB}/scipy/THANKS.txt
7${PYSITELIB}/scipy/TOCHANGE.txt 7${PYSITELIB}/scipy/TOCHANGE.txt
8${PYSITELIB}/scipy/__config__.py 8${PYSITELIB}/scipy/__config__.py
9${PYSITELIB}/scipy/__config__.pyc 9${PYSITELIB}/scipy/__config__.pyc
10${PYSITELIB}/scipy/__config__.pyo 10${PYSITELIB}/scipy/__config__.pyo
11${PYSITELIB}/scipy/__init__.py 11${PYSITELIB}/scipy/__init__.py
12${PYSITELIB}/scipy/__init__.pyc 12${PYSITELIB}/scipy/__init__.pyc
13${PYSITELIB}/scipy/__init__.pyo 13${PYSITELIB}/scipy/__init__.pyo
14${PYSITELIB}/scipy/__svn_version__.py 
15${PYSITELIB}/scipy/__svn_version__.pyc 
16${PYSITELIB}/scipy/__svn_version__.pyo 
17${PYSITELIB}/scipy/cluster/__init__.py 14${PYSITELIB}/scipy/cluster/__init__.py
18${PYSITELIB}/scipy/cluster/__init__.pyc 15${PYSITELIB}/scipy/cluster/__init__.pyc
19${PYSITELIB}/scipy/cluster/__init__.pyo 16${PYSITELIB}/scipy/cluster/__init__.pyo
20${PYSITELIB}/scipy/cluster/_hierarchy_wrap.so 17${PYSITELIB}/scipy/cluster/_hierarchy_wrap.so
21${PYSITELIB}/scipy/cluster/_vq.so 18${PYSITELIB}/scipy/cluster/_vq.so
22${PYSITELIB}/scipy/cluster/hierarchy.py 19${PYSITELIB}/scipy/cluster/hierarchy.py
23${PYSITELIB}/scipy/cluster/hierarchy.pyc 20${PYSITELIB}/scipy/cluster/hierarchy.pyc
24${PYSITELIB}/scipy/cluster/hierarchy.pyo 21${PYSITELIB}/scipy/cluster/hierarchy.pyo
25${PYSITELIB}/scipy/cluster/info.py 22${PYSITELIB}/scipy/cluster/info.py
26${PYSITELIB}/scipy/cluster/info.pyc 23${PYSITELIB}/scipy/cluster/info.pyc
27${PYSITELIB}/scipy/cluster/info.pyo 24${PYSITELIB}/scipy/cluster/info.pyo
28${PYSITELIB}/scipy/cluster/setup.py 25${PYSITELIB}/scipy/cluster/setup.py
29${PYSITELIB}/scipy/cluster/setup.pyc 26${PYSITELIB}/scipy/cluster/setup.pyc
@@ -222,109 +219,131 @@ ${PYSITELIB}/scipy/io/examples/read_arra @@ -222,109 +219,131 @@ ${PYSITELIB}/scipy/io/examples/read_arra
222${PYSITELIB}/scipy/io/examples/test.txt 219${PYSITELIB}/scipy/io/examples/test.txt
223${PYSITELIB}/scipy/io/fopen.py 220${PYSITELIB}/scipy/io/fopen.py
224${PYSITELIB}/scipy/io/fopen.pyc 221${PYSITELIB}/scipy/io/fopen.pyc
225${PYSITELIB}/scipy/io/fopen.pyo 222${PYSITELIB}/scipy/io/fopen.pyo
226${PYSITELIB}/scipy/io/info.py 223${PYSITELIB}/scipy/io/info.py
227${PYSITELIB}/scipy/io/info.pyc 224${PYSITELIB}/scipy/io/info.pyc
228${PYSITELIB}/scipy/io/info.pyo 225${PYSITELIB}/scipy/io/info.pyo
229${PYSITELIB}/scipy/io/matlab/__init__.py 226${PYSITELIB}/scipy/io/matlab/__init__.py
230${PYSITELIB}/scipy/io/matlab/__init__.pyc 227${PYSITELIB}/scipy/io/matlab/__init__.pyc
231${PYSITELIB}/scipy/io/matlab/__init__.pyo 228${PYSITELIB}/scipy/io/matlab/__init__.pyo
232${PYSITELIB}/scipy/io/matlab/byteordercodes.py 229${PYSITELIB}/scipy/io/matlab/byteordercodes.py
233${PYSITELIB}/scipy/io/matlab/byteordercodes.pyc 230${PYSITELIB}/scipy/io/matlab/byteordercodes.pyc
234${PYSITELIB}/scipy/io/matlab/byteordercodes.pyo 231${PYSITELIB}/scipy/io/matlab/byteordercodes.pyo
235${PYSITELIB}/scipy/io/matlab/gzipstreams.py 
236${PYSITELIB}/scipy/io/matlab/gzipstreams.pyc 
237${PYSITELIB}/scipy/io/matlab/gzipstreams.pyo 
238${PYSITELIB}/scipy/io/matlab/mio.py 232${PYSITELIB}/scipy/io/matlab/mio.py
239${PYSITELIB}/scipy/io/matlab/mio.pyc 233${PYSITELIB}/scipy/io/matlab/mio.pyc
240${PYSITELIB}/scipy/io/matlab/mio.pyo 234${PYSITELIB}/scipy/io/matlab/mio.pyo
241${PYSITELIB}/scipy/io/matlab/mio4.py 235${PYSITELIB}/scipy/io/matlab/mio4.py
242${PYSITELIB}/scipy/io/matlab/mio4.pyc 236${PYSITELIB}/scipy/io/matlab/mio4.pyc
243${PYSITELIB}/scipy/io/matlab/mio4.pyo 237${PYSITELIB}/scipy/io/matlab/mio4.pyo
244${PYSITELIB}/scipy/io/matlab/mio5.py 238${PYSITELIB}/scipy/io/matlab/mio5.py
245${PYSITELIB}/scipy/io/matlab/mio5.pyc 239${PYSITELIB}/scipy/io/matlab/mio5.pyc
246${PYSITELIB}/scipy/io/matlab/mio5.pyo 240${PYSITELIB}/scipy/io/matlab/mio5.pyo
247${PYSITELIB}/scipy/io/matlab/miobase.py 241${PYSITELIB}/scipy/io/matlab/miobase.py
248${PYSITELIB}/scipy/io/matlab/miobase.pyc 242${PYSITELIB}/scipy/io/matlab/miobase.pyc
249${PYSITELIB}/scipy/io/matlab/miobase.pyo 243${PYSITELIB}/scipy/io/matlab/miobase.pyo
250${PYSITELIB}/scipy/io/matlab/setup.py 244${PYSITELIB}/scipy/io/matlab/setup.py
251${PYSITELIB}/scipy/io/matlab/setup.pyc 245${PYSITELIB}/scipy/io/matlab/setup.pyc
252${PYSITELIB}/scipy/io/matlab/setup.pyo 246${PYSITELIB}/scipy/io/matlab/setup.pyo
 247${PYSITELIB}/scipy/io/matlab/tests/afunc.m
253${PYSITELIB}/scipy/io/matlab/tests/data/japanese_utf8.txt 248${PYSITELIB}/scipy/io/matlab/tests/data/japanese_utf8.txt
254${PYSITELIB}/scipy/io/matlab/tests/data/test3dmatrix_6.1_SOL2.mat 249${PYSITELIB}/scipy/io/matlab/tests/data/test3dmatrix_6.1_SOL2.mat
255${PYSITELIB}/scipy/io/matlab/tests/data/test3dmatrix_6.5.1_GLNX86.mat 250${PYSITELIB}/scipy/io/matlab/tests/data/test3dmatrix_6.5.1_GLNX86.mat
256${PYSITELIB}/scipy/io/matlab/tests/data/test3dmatrix_7.1_GLNX86.mat 251${PYSITELIB}/scipy/io/matlab/tests/data/test3dmatrix_7.1_GLNX86.mat
 252${PYSITELIB}/scipy/io/matlab/tests/data/test3dmatrix_7.4_GLNX86.mat
 253${PYSITELIB}/scipy/io/matlab/tests/data/test_empty_struct.mat
 254${PYSITELIB}/scipy/io/matlab/tests/data/test_skip_variable.mat
257${PYSITELIB}/scipy/io/matlab/tests/data/testcell_6.1_SOL2.mat 255${PYSITELIB}/scipy/io/matlab/tests/data/testcell_6.1_SOL2.mat
258${PYSITELIB}/scipy/io/matlab/tests/data/testcell_6.5.1_GLNX86.mat 256${PYSITELIB}/scipy/io/matlab/tests/data/testcell_6.5.1_GLNX86.mat
259${PYSITELIB}/scipy/io/matlab/tests/data/testcell_7.1_GLNX86.mat 257${PYSITELIB}/scipy/io/matlab/tests/data/testcell_7.1_GLNX86.mat
 258${PYSITELIB}/scipy/io/matlab/tests/data/testcell_7.4_GLNX86.mat
260${PYSITELIB}/scipy/io/matlab/tests/data/testcellnest_6.1_SOL2.mat 259${PYSITELIB}/scipy/io/matlab/tests/data/testcellnest_6.1_SOL2.mat
261${PYSITELIB}/scipy/io/matlab/tests/data/testcellnest_6.5.1_GLNX86.mat 260${PYSITELIB}/scipy/io/matlab/tests/data/testcellnest_6.5.1_GLNX86.mat
262${PYSITELIB}/scipy/io/matlab/tests/data/testcellnest_7.1_GLNX86.mat 261${PYSITELIB}/scipy/io/matlab/tests/data/testcellnest_7.1_GLNX86.mat
 262${PYSITELIB}/scipy/io/matlab/tests/data/testcellnest_7.4_GLNX86.mat
263${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_4.2c_SOL2.mat 263${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_4.2c_SOL2.mat
264${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_6.1_SOL2.mat 264${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_6.1_SOL2.mat
265${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_6.5.1_GLNX86.mat 265${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_6.5.1_GLNX86.mat
266${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_7.1_GLNX86.mat 266${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_7.1_GLNX86.mat
 267${PYSITELIB}/scipy/io/matlab/tests/data/testcomplex_7.4_GLNX86.mat
267${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_4.2c_SOL2.mat 268${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_4.2c_SOL2.mat
268${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_6.1_SOL2.mat 269${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_6.1_SOL2.mat
269${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_6.5.1_GLNX86.mat 270${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_6.5.1_GLNX86.mat
270${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_7.1_GLNX86.mat 271${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_7.1_GLNX86.mat
 272${PYSITELIB}/scipy/io/matlab/tests/data/testdouble_7.4_GLNX86.mat
271${PYSITELIB}/scipy/io/matlab/tests/data/testemptycell_5.3_SOL2.mat 273${PYSITELIB}/scipy/io/matlab/tests/data/testemptycell_5.3_SOL2.mat
272${PYSITELIB}/scipy/io/matlab/tests/data/testemptycell_6.5.1_GLNX86.mat 274${PYSITELIB}/scipy/io/matlab/tests/data/testemptycell_6.5.1_GLNX86.mat
273${PYSITELIB}/scipy/io/matlab/tests/data/testemptycell_7.1_GLNX86.mat 275${PYSITELIB}/scipy/io/matlab/tests/data/testemptycell_7.1_GLNX86.mat
 276${PYSITELIB}/scipy/io/matlab/tests/data/testemptycell_7.4_GLNX86.mat
 277${PYSITELIB}/scipy/io/matlab/tests/data/testfunc_7.4_GLNX86.mat
274${PYSITELIB}/scipy/io/matlab/tests/data/testhdf5_7.4_GLNX86.mat 278${PYSITELIB}/scipy/io/matlab/tests/data/testhdf5_7.4_GLNX86.mat
275${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_4.2c_SOL2.mat 279${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_4.2c_SOL2.mat
276${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_6.1_SOL2.mat 280${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_6.1_SOL2.mat
277${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_6.5.1_GLNX86.mat 281${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_6.5.1_GLNX86.mat
278${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_7.1_GLNX86.mat 282${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_7.1_GLNX86.mat
 283${PYSITELIB}/scipy/io/matlab/tests/data/testmatrix_7.4_GLNX86.mat
279${PYSITELIB}/scipy/io/matlab/tests/data/testminus_4.2c_SOL2.mat 284${PYSITELIB}/scipy/io/matlab/tests/data/testminus_4.2c_SOL2.mat
280${PYSITELIB}/scipy/io/matlab/tests/data/testminus_6.1_SOL2.mat 285${PYSITELIB}/scipy/io/matlab/tests/data/testminus_6.1_SOL2.mat
281${PYSITELIB}/scipy/io/matlab/tests/data/testminus_6.5.1_GLNX86.mat 286${PYSITELIB}/scipy/io/matlab/tests/data/testminus_6.5.1_GLNX86.mat
282${PYSITELIB}/scipy/io/matlab/tests/data/testminus_7.1_GLNX86.mat 287${PYSITELIB}/scipy/io/matlab/tests/data/testminus_7.1_GLNX86.mat
 288${PYSITELIB}/scipy/io/matlab/tests/data/testminus_7.4_GLNX86.mat
283${PYSITELIB}/scipy/io/matlab/tests/data/testmulti_4.2c_SOL2.mat 289${PYSITELIB}/scipy/io/matlab/tests/data/testmulti_4.2c_SOL2.mat
284${PYSITELIB}/scipy/io/matlab/tests/data/testmulti_7.1_GLNX86.mat 290${PYSITELIB}/scipy/io/matlab/tests/data/testmulti_7.1_GLNX86.mat
 291${PYSITELIB}/scipy/io/matlab/tests/data/testmulti_7.4_GLNX86.mat
285${PYSITELIB}/scipy/io/matlab/tests/data/testobject_6.1_SOL2.mat 292${PYSITELIB}/scipy/io/matlab/tests/data/testobject_6.1_SOL2.mat
286${PYSITELIB}/scipy/io/matlab/tests/data/testobject_6.5.1_GLNX86.mat 293${PYSITELIB}/scipy/io/matlab/tests/data/testobject_6.5.1_GLNX86.mat
287${PYSITELIB}/scipy/io/matlab/tests/data/testobject_7.1_GLNX86.mat 294${PYSITELIB}/scipy/io/matlab/tests/data/testobject_7.1_GLNX86.mat
 295${PYSITELIB}/scipy/io/matlab/tests/data/testobject_7.4_GLNX86.mat
288${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_4.2c_SOL2.mat 296${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_4.2c_SOL2.mat
289${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_6.1_SOL2.mat 297${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_6.1_SOL2.mat
290${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_6.5.1_GLNX86.mat 298${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_6.5.1_GLNX86.mat
291${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_7.1_GLNX86.mat 299${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_7.1_GLNX86.mat
 300${PYSITELIB}/scipy/io/matlab/tests/data/testonechar_7.4_GLNX86.mat
 301${PYSITELIB}/scipy/io/matlab/tests/data/testscalarcell_7.4_GLNX86.mat
292${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_4.2c_SOL2.mat 302${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_4.2c_SOL2.mat
293${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_6.1_SOL2.mat 303${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_6.1_SOL2.mat
294${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_6.5.1_GLNX86.mat 304${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_6.5.1_GLNX86.mat
295${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_7.1_GLNX86.mat 305${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_7.1_GLNX86.mat
 306${PYSITELIB}/scipy/io/matlab/tests/data/testsparse_7.4_GLNX86.mat
296${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_4.2c_SOL2.mat 307${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_4.2c_SOL2.mat
297${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_6.1_SOL2.mat 308${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_6.1_SOL2.mat
298${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_6.5.1_GLNX86.mat 309${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_6.5.1_GLNX86.mat
299${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_7.1_GLNX86.mat 310${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_7.1_GLNX86.mat
 311${PYSITELIB}/scipy/io/matlab/tests/data/testsparsecomplex_7.4_GLNX86.mat
 312${PYSITELIB}/scipy/io/matlab/tests/data/testsparsefloat_7.4_GLNX86.mat
300${PYSITELIB}/scipy/io/matlab/tests/data/teststring_4.2c_SOL2.mat 313${PYSITELIB}/scipy/io/matlab/tests/data/teststring_4.2c_SOL2.mat
301${PYSITELIB}/scipy/io/matlab/tests/data/teststring_6.1_SOL2.mat 314${PYSITELIB}/scipy/io/matlab/tests/data/teststring_6.1_SOL2.mat
302${PYSITELIB}/scipy/io/matlab/tests/data/teststring_6.5.1_GLNX86.mat 315${PYSITELIB}/scipy/io/matlab/tests/data/teststring_6.5.1_GLNX86.mat
303${PYSITELIB}/scipy/io/matlab/tests/data/teststring_7.1_GLNX86.mat 316${PYSITELIB}/scipy/io/matlab/tests/data/teststring_7.1_GLNX86.mat
 317${PYSITELIB}/scipy/io/matlab/tests/data/teststring_7.4_GLNX86.mat
304${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_4.2c_SOL2.mat 318${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_4.2c_SOL2.mat
305${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_6.1_SOL2.mat 319${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_6.1_SOL2.mat
306${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_6.5.1_GLNX86.mat 320${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_6.5.1_GLNX86.mat
307${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_7.1_GLNX86.mat 321${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_7.1_GLNX86.mat
 322${PYSITELIB}/scipy/io/matlab/tests/data/teststringarray_7.4_GLNX86.mat
308${PYSITELIB}/scipy/io/matlab/tests/data/teststruct_6.1_SOL2.mat 323${PYSITELIB}/scipy/io/matlab/tests/data/teststruct_6.1_SOL2.mat
309${PYSITELIB}/scipy/io/matlab/tests/data/teststruct_6.5.1_GLNX86.mat 324${PYSITELIB}/scipy/io/matlab/tests/data/teststruct_6.5.1_GLNX86.mat
310${PYSITELIB}/scipy/io/matlab/tests/data/teststruct_7.1_GLNX86.mat 325${PYSITELIB}/scipy/io/matlab/tests/data/teststruct_7.1_GLNX86.mat
 326${PYSITELIB}/scipy/io/matlab/tests/data/teststruct_7.4_GLNX86.mat
311${PYSITELIB}/scipy/io/matlab/tests/data/teststructarr_6.1_SOL2.mat 327${PYSITELIB}/scipy/io/matlab/tests/data/teststructarr_6.1_SOL2.mat
312${PYSITELIB}/scipy/io/matlab/tests/data/teststructarr_6.5.1_GLNX86.mat 328${PYSITELIB}/scipy/io/matlab/tests/data/teststructarr_6.5.1_GLNX86.mat
313${PYSITELIB}/scipy/io/matlab/tests/data/teststructarr_7.1_GLNX86.mat 329${PYSITELIB}/scipy/io/matlab/tests/data/teststructarr_7.1_GLNX86.mat
 330${PYSITELIB}/scipy/io/matlab/tests/data/teststructarr_7.4_GLNX86.mat
314${PYSITELIB}/scipy/io/matlab/tests/data/teststructnest_6.1_SOL2.mat 331${PYSITELIB}/scipy/io/matlab/tests/data/teststructnest_6.1_SOL2.mat
315${PYSITELIB}/scipy/io/matlab/tests/data/teststructnest_6.5.1_GLNX86.mat 332${PYSITELIB}/scipy/io/matlab/tests/data/teststructnest_6.5.1_GLNX86.mat
316${PYSITELIB}/scipy/io/matlab/tests/data/teststructnest_7.1_GLNX86.mat 333${PYSITELIB}/scipy/io/matlab/tests/data/teststructnest_7.1_GLNX86.mat
 334${PYSITELIB}/scipy/io/matlab/tests/data/teststructnest_7.4_GLNX86.mat
317${PYSITELIB}/scipy/io/matlab/tests/data/testunicode_7.1_GLNX86.mat 335${PYSITELIB}/scipy/io/matlab/tests/data/testunicode_7.1_GLNX86.mat
 336${PYSITELIB}/scipy/io/matlab/tests/data/testunicode_7.4_GLNX86.mat
318${PYSITELIB}/scipy/io/matlab/tests/data/testvec_4_GLNX86.mat 337${PYSITELIB}/scipy/io/matlab/tests/data/testvec_4_GLNX86.mat
319${PYSITELIB}/scipy/io/matlab/tests/gen_mat4files.m 338${PYSITELIB}/scipy/io/matlab/tests/gen_mat4files.m
320${PYSITELIB}/scipy/io/matlab/tests/gen_mat5files.m 339${PYSITELIB}/scipy/io/matlab/tests/gen_mat5files.m
321${PYSITELIB}/scipy/io/matlab/tests/save_matfile.m 340${PYSITELIB}/scipy/io/matlab/tests/save_matfile.m
322${PYSITELIB}/scipy/io/matlab/tests/test_byteordercodes.py 341${PYSITELIB}/scipy/io/matlab/tests/test_byteordercodes.py
323${PYSITELIB}/scipy/io/matlab/tests/test_mio.py 342${PYSITELIB}/scipy/io/matlab/tests/test_mio.py
324${PYSITELIB}/scipy/io/mmio.py 343${PYSITELIB}/scipy/io/mmio.py
325${PYSITELIB}/scipy/io/mmio.pyc 344${PYSITELIB}/scipy/io/mmio.pyc
326${PYSITELIB}/scipy/io/mmio.pyo 345${PYSITELIB}/scipy/io/mmio.pyo
327${PYSITELIB}/scipy/io/netcdf.py 346${PYSITELIB}/scipy/io/netcdf.py
328${PYSITELIB}/scipy/io/netcdf.pyc 347${PYSITELIB}/scipy/io/netcdf.pyc
329${PYSITELIB}/scipy/io/netcdf.pyo 348${PYSITELIB}/scipy/io/netcdf.pyo
330${PYSITELIB}/scipy/io/npfile.py 349${PYSITELIB}/scipy/io/npfile.py

cvs diff -r1.2 -r1.3 pkgsrc/math/py-scipy/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-scipy/distinfo 2009/07/25 12:16:45 1.2
+++ pkgsrc/math/py-scipy/distinfo 2010/06/06 02:37:08 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/07/25 12:16:45 markd Exp $ 1$NetBSD: distinfo,v 1.3 2010/06/06 02:37:08 markd Exp $
2 2
3SHA1 (scipy-0.7.0.tar.gz) = 7daef781253bafccf3be54b9eb3541f084503076 3SHA1 (scipy-0.7.2.tar.gz) = c3223df023008ee339cf1d3fad74d4566af69c8a
4RMD160 (scipy-0.7.0.tar.gz) = 3583901f679cbc7f91560626f437d7edcd2bf6cf 4RMD160 (scipy-0.7.2.tar.gz) = 456e4ab9d69f9d4056bca6b52474b72bea37b122
5Size (scipy-0.7.0.tar.gz) = 4636167 bytes 5Size (scipy-0.7.2.tar.gz) = 4557178 bytes