pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar 13 19:42:22 UTC 2017

Modified Files:
        pkgsrc/math/py-scipy: Makefile PLIST distinfo

Log Message:
SciPy 0.19.0 is the culmination of 7 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and
better documentation. There have been a number of deprecations and
API changes in this release, which are documented below. All users
are encouraged to upgrade to this release, as there are a large number
of bug-fixes and optimizations. Moreover, our development attention
will now shift to bug-fix releases on the 0.19.x branch, and on adding
new features on the master branch.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/py-scipy/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-scipy/PLIST \
    pkgsrc/math/py-scipy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.23 pkgsrc/math/py-scipy/Makefile:1.24
--- pkgsrc/math/py-scipy/Makefile:1.23  Wed Jan 25 19:48:50 2017
+++ pkgsrc/math/py-scipy/Makefile       Mon Mar 13 19:42:22 2017
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2017/01/25 19:48:50 adam Exp $
+# $NetBSD: Makefile,v 1.24 2017/03/13 19:42:22 adam Exp $
 
-DISTNAME=      scipy-0.18.1
+DISTNAME=      scipy-0.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scipy/}
+EXTRACT_SUFX=  .zip
 
 MAINTAINER=    markd%NetBSD.org@localhost
 HOMEPAGE=      http://www.scipy.org/
@@ -115,6 +116,6 @@ do-test:
 .include "../../lang/python/distutils.mk"
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../math/fftw/buildlink3.mk"
-BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.7.1
+BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.8.2
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-scipy/PLIST
diff -u pkgsrc/math/py-scipy/PLIST:1.10 pkgsrc/math/py-scipy/PLIST:1.11
--- pkgsrc/math/py-scipy/PLIST:1.10     Fri Aug 19 10:54:12 2016
+++ pkgsrc/math/py-scipy/PLIST  Mon Mar 13 19:42:22 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/08/19 10:54:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2017/03/13 19:42:22 adam Exp $
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
@@ -23,12 +23,17 @@ ${PYSITELIB}/scipy/_build_utils/_fortran
 ${PYSITELIB}/scipy/_lib/__init__.py
 ${PYSITELIB}/scipy/_lib/__init__.pyc
 ${PYSITELIB}/scipy/_lib/__init__.pyo
+${PYSITELIB}/scipy/_lib/_ccallback.py
+${PYSITELIB}/scipy/_lib/_ccallback.pyc
+${PYSITELIB}/scipy/_lib/_ccallback.pyo
+${PYSITELIB}/scipy/_lib/_ccallback_c.so
 ${PYSITELIB}/scipy/_lib/_gcutils.py
 ${PYSITELIB}/scipy/_lib/_gcutils.pyc
 ${PYSITELIB}/scipy/_lib/_gcutils.pyo
 ${PYSITELIB}/scipy/_lib/_numpy_compat.py
 ${PYSITELIB}/scipy/_lib/_numpy_compat.pyc
 ${PYSITELIB}/scipy/_lib/_numpy_compat.pyo
+${PYSITELIB}/scipy/_lib/_test_ccallback.so
 ${PYSITELIB}/scipy/_lib/_testutils.py
 ${PYSITELIB}/scipy/_lib/_testutils.pyc
 ${PYSITELIB}/scipy/_lib/_testutils.pyo
@@ -57,6 +62,7 @@ ${PYSITELIB}/scipy/_lib/tests/test__gcut
 ${PYSITELIB}/scipy/_lib/tests/test__threadsafety.py
 ${PYSITELIB}/scipy/_lib/tests/test__util.py
 ${PYSITELIB}/scipy/_lib/tests/test__version.py
+${PYSITELIB}/scipy/_lib/tests/test_ccallback.py
 ${PYSITELIB}/scipy/_lib/tests/test_tmpdirs.py
 ${PYSITELIB}/scipy/cluster/__init__.py
 ${PYSITELIB}/scipy/cluster/__init__.pyc
@@ -164,11 +170,21 @@ ${PYSITELIB}/scipy/integrate/vode.so
 ${PYSITELIB}/scipy/interpolate/__init__.py
 ${PYSITELIB}/scipy/interpolate/__init__.pyc
 ${PYSITELIB}/scipy/interpolate/__init__.pyo
+${PYSITELIB}/scipy/interpolate/_bspl.so
+${PYSITELIB}/scipy/interpolate/_bsplines.py
+${PYSITELIB}/scipy/interpolate/_bsplines.pyc
+${PYSITELIB}/scipy/interpolate/_bsplines.pyo
 ${PYSITELIB}/scipy/interpolate/_cubic.py
 ${PYSITELIB}/scipy/interpolate/_cubic.pyc
 ${PYSITELIB}/scipy/interpolate/_cubic.pyo
 ${PYSITELIB}/scipy/interpolate/_fitpack.so
+${PYSITELIB}/scipy/interpolate/_fitpack_impl.py
+${PYSITELIB}/scipy/interpolate/_fitpack_impl.pyc
+${PYSITELIB}/scipy/interpolate/_fitpack_impl.pyo
 ${PYSITELIB}/scipy/interpolate/_interpolate.so
+${PYSITELIB}/scipy/interpolate/_pade.py
+${PYSITELIB}/scipy/interpolate/_pade.pyc
+${PYSITELIB}/scipy/interpolate/_pade.pyo
 ${PYSITELIB}/scipy/interpolate/_ppoly.so
 ${PYSITELIB}/scipy/interpolate/dfitpack.so
 ${PYSITELIB}/scipy/interpolate/fitpack.py
@@ -201,6 +217,7 @@ ${PYSITELIB}/scipy/interpolate/setup.pyc
 ${PYSITELIB}/scipy/interpolate/setup.pyo
 ${PYSITELIB}/scipy/interpolate/tests/data/bug-1310.npz
 ${PYSITELIB}/scipy/interpolate/tests/data/estimate_gradients_hang.npy
+${PYSITELIB}/scipy/interpolate/tests/test_bsplines.py
 ${PYSITELIB}/scipy/interpolate/tests/test_fitpack.py
 ${PYSITELIB}/scipy/interpolate/tests/test_fitpack2.py
 ${PYSITELIB}/scipy/interpolate/tests/test_gil.py
@@ -208,6 +225,7 @@ ${PYSITELIB}/scipy/interpolate/tests/tes
 ${PYSITELIB}/scipy/interpolate/tests/test_interpolate.py
 ${PYSITELIB}/scipy/interpolate/tests/test_interpolate_wrapper.py
 ${PYSITELIB}/scipy/interpolate/tests/test_ndgriddata.py
+${PYSITELIB}/scipy/interpolate/tests/test_pade.py
 ${PYSITELIB}/scipy/interpolate/tests/test_polyint.py
 ${PYSITELIB}/scipy/interpolate/tests/test_rbf.py
 ${PYSITELIB}/scipy/interpolate/tests/test_regression.py
@@ -476,6 +494,8 @@ ${PYSITELIB}/scipy/io/tests/data/struct_
 ${PYSITELIB}/scipy/io/tests/data/struct_scalars_replicated_3d.sav
 ${PYSITELIB}/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-be.wav
 ${PYSITELIB}/scipy/io/tests/data/test-44100Hz-2ch-32bit-float-le.wav
+${PYSITELIB}/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-early-eof.wav
+${PYSITELIB}/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes-incomplete-chunk.wav
 ${PYSITELIB}/scipy/io/tests/data/test-44100Hz-le-1ch-4bytes.wav
 ${PYSITELIB}/scipy/io/tests/data/test-48000Hz-2ch-64bit-float-le-wavex.wav
 ${PYSITELIB}/scipy/io/tests/data/test-8000Hz-le-2ch-1byteu.wav
@@ -587,6 +607,12 @@ ${PYSITELIB}/scipy/linalg/setup.pyo
 ${PYSITELIB}/scipy/linalg/special_matrices.py
 ${PYSITELIB}/scipy/linalg/special_matrices.pyc
 ${PYSITELIB}/scipy/linalg/special_matrices.pyo
+${PYSITELIB}/scipy/linalg/tests/data/carex_15_data.npz
+${PYSITELIB}/scipy/linalg/tests/data/carex_18_data.npz
+${PYSITELIB}/scipy/linalg/tests/data/carex_19_data.npz
+${PYSITELIB}/scipy/linalg/tests/data/carex_20_data.npz
+${PYSITELIB}/scipy/linalg/tests/data/carex_6_data.npz
+${PYSITELIB}/scipy/linalg/tests/data/gendare_20170120_data.npz
 ${PYSITELIB}/scipy/linalg/tests/test_basic.py
 ${PYSITELIB}/scipy/linalg/tests/test_blas.py
 ${PYSITELIB}/scipy/linalg/tests/test_build.py
@@ -652,6 +678,9 @@ ${PYSITELIB}/scipy/misc/tests/test_pilut
 ${PYSITELIB}/scipy/ndimage/__init__.py
 ${PYSITELIB}/scipy/ndimage/__init__.pyc
 ${PYSITELIB}/scipy/ndimage/__init__.pyo
+${PYSITELIB}/scipy/ndimage/_ctest.so
+${PYSITELIB}/scipy/ndimage/_ctest_oldapi.so
+${PYSITELIB}/scipy/ndimage/_cytest.so
 ${PYSITELIB}/scipy/ndimage/_nd_image.so
 ${PYSITELIB}/scipy/ndimage/_ni_label.so
 ${PYSITELIB}/scipy/ndimage/_ni_support.py
@@ -683,6 +712,7 @@ ${PYSITELIB}/scipy/ndimage/tests/data/la
 ${PYSITELIB}/scipy/ndimage/tests/data/label_results.txt
 ${PYSITELIB}/scipy/ndimage/tests/data/label_strels.txt
 ${PYSITELIB}/scipy/ndimage/tests/dots.png
+${PYSITELIB}/scipy/ndimage/tests/test_c_api.py
 ${PYSITELIB}/scipy/ndimage/tests/test_datatypes.py
 ${PYSITELIB}/scipy/ndimage/tests/test_filters.py
 ${PYSITELIB}/scipy/ndimage/tests/test_io.py
@@ -887,6 +917,7 @@ ${PYSITELIB}/scipy/signal/spectral.py
 ${PYSITELIB}/scipy/signal/spectral.pyc
 ${PYSITELIB}/scipy/signal/spectral.pyo
 ${PYSITELIB}/scipy/signal/spline.so
+${PYSITELIB}/scipy/signal/tests/mpsig.py
 ${PYSITELIB}/scipy/signal/tests/test_array_tools.py
 ${PYSITELIB}/scipy/signal/tests/test_cont2discrete.py
 ${PYSITELIB}/scipy/signal/tests/test_dltisys.py
@@ -915,6 +946,9 @@ ${PYSITELIB}/scipy/sparse/__init__.py
 ${PYSITELIB}/scipy/sparse/__init__.pyc
 ${PYSITELIB}/scipy/sparse/__init__.pyo
 ${PYSITELIB}/scipy/sparse/_csparsetools.so
+${PYSITELIB}/scipy/sparse/_matrix_io.py
+${PYSITELIB}/scipy/sparse/_matrix_io.pyc
+${PYSITELIB}/scipy/sparse/_matrix_io.pyo
 ${PYSITELIB}/scipy/sparse/_sparsetools.so
 ${PYSITELIB}/scipy/sparse/base.py
 ${PYSITELIB}/scipy/sparse/base.pyc
@@ -1098,6 +1132,7 @@ ${PYSITELIB}/scipy/sparse/tests/test_con
 ${PYSITELIB}/scipy/sparse/tests/test_csc.py
 ${PYSITELIB}/scipy/sparse/tests/test_csr.py
 ${PYSITELIB}/scipy/sparse/tests/test_extract.py
+${PYSITELIB}/scipy/sparse/tests/test_matrix_io.py
 ${PYSITELIB}/scipy/sparse/tests/test_sparsetools.py
 ${PYSITELIB}/scipy/sparse/tests/test_spfuncs.py
 ${PYSITELIB}/scipy/sparse/tests/test_sputils.py
@@ -1105,6 +1140,7 @@ ${PYSITELIB}/scipy/spatial/__init__.py
 ${PYSITELIB}/scipy/spatial/__init__.pyc
 ${PYSITELIB}/scipy/spatial/__init__.pyo
 ${PYSITELIB}/scipy/spatial/_distance_wrap.so
+${PYSITELIB}/scipy/spatial/_hausdorff.so
 ${PYSITELIB}/scipy/spatial/_plotutils.py
 ${PYSITELIB}/scipy/spatial/_plotutils.pyc
 ${PYSITELIB}/scipy/spatial/_plotutils.pyo
@@ -1114,6 +1150,7 @@ ${PYSITELIB}/scipy/spatial/_procrustes.p
 ${PYSITELIB}/scipy/spatial/_spherical_voronoi.py
 ${PYSITELIB}/scipy/spatial/_spherical_voronoi.pyc
 ${PYSITELIB}/scipy/spatial/_spherical_voronoi.pyo
+${PYSITELIB}/scipy/spatial/_voronoi.so
 ${PYSITELIB}/scipy/spatial/ckdtree.so
 ${PYSITELIB}/scipy/spatial/distance.py
 ${PYSITELIB}/scipy/spatial/distance.pyc
@@ -1130,8 +1167,8 @@ ${PYSITELIB}/scipy/spatial/tests/data/cd
 ${PYSITELIB}/scipy/spatial/tests/data/degenerate_pointset.npz
 ${PYSITELIB}/scipy/spatial/tests/data/iris.txt
 ${PYSITELIB}/scipy/spatial/tests/data/pdist-boolean-inp.txt
-${PYSITELIB}/scipy/spatial/tests/data/pdist-chebychev-ml-iris.txt
-${PYSITELIB}/scipy/spatial/tests/data/pdist-chebychev-ml.txt
+${PYSITELIB}/scipy/spatial/tests/data/pdist-chebyshev-ml-iris.txt
+${PYSITELIB}/scipy/spatial/tests/data/pdist-chebyshev-ml.txt
 ${PYSITELIB}/scipy/spatial/tests/data/pdist-cityblock-ml-iris.txt
 ${PYSITELIB}/scipy/spatial/tests/data/pdist-cityblock-ml.txt
 ${PYSITELIB}/scipy/spatial/tests/data/pdist-correlation-ml-iris.txt
@@ -1150,12 +1187,18 @@ ${PYSITELIB}/scipy/spatial/tests/data/pd
 ${PYSITELIB}/scipy/spatial/tests/data/pdist-seuclidean-ml.txt
 ${PYSITELIB}/scipy/spatial/tests/data/pdist-spearman-ml.txt
 ${PYSITELIB}/scipy/spatial/tests/data/random-bool-data.txt
+${PYSITELIB}/scipy/spatial/tests/data/random-double-data.txt
+${PYSITELIB}/scipy/spatial/tests/data/random-int-data.txt
+${PYSITELIB}/scipy/spatial/tests/data/random-uint-data.txt
+${PYSITELIB}/scipy/spatial/tests/data/selfdual-4d-polytope.txt
 ${PYSITELIB}/scipy/spatial/tests/test__plotutils.py
 ${PYSITELIB}/scipy/spatial/tests/test__procrustes.py
 ${PYSITELIB}/scipy/spatial/tests/test_distance.py
+${PYSITELIB}/scipy/spatial/tests/test_hausdorff.py
 ${PYSITELIB}/scipy/spatial/tests/test_kdtree.py
 ${PYSITELIB}/scipy/spatial/tests/test_qhull.py
 ${PYSITELIB}/scipy/spatial/tests/test_spherical_voronoi.py
+${PYSITELIB}/scipy/special.pxd
 ${PYSITELIB}/scipy/special/__init__.py
 ${PYSITELIB}/scipy/special/__init__.pyc
 ${PYSITELIB}/scipy/special/__init__.pyo
@@ -1164,18 +1207,27 @@ ${PYSITELIB}/scipy/special/_ellip_harm.p
 ${PYSITELIB}/scipy/special/_ellip_harm.pyc
 ${PYSITELIB}/scipy/special/_ellip_harm.pyo
 ${PYSITELIB}/scipy/special/_ellip_harm_2.so
+${PYSITELIB}/scipy/special/_logsumexp.py
+${PYSITELIB}/scipy/special/_logsumexp.pyc
+${PYSITELIB}/scipy/special/_logsumexp.pyo
 ${PYSITELIB}/scipy/special/_mptestutils.py
 ${PYSITELIB}/scipy/special/_mptestutils.pyc
 ${PYSITELIB}/scipy/special/_mptestutils.pyo
 ${PYSITELIB}/scipy/special/_precompute/__init__.py
 ${PYSITELIB}/scipy/special/_precompute/__init__.pyc
 ${PYSITELIB}/scipy/special/_precompute/__init__.pyo
+${PYSITELIB}/scipy/special/_precompute/expn_asy.py
+${PYSITELIB}/scipy/special/_precompute/expn_asy.pyc
+${PYSITELIB}/scipy/special/_precompute/expn_asy.pyo
 ${PYSITELIB}/scipy/special/_precompute/gammainc_asy.py
 ${PYSITELIB}/scipy/special/_precompute/gammainc_asy.pyc
 ${PYSITELIB}/scipy/special/_precompute/gammainc_asy.pyo
 ${PYSITELIB}/scipy/special/_precompute/gammainc_data.py
 ${PYSITELIB}/scipy/special/_precompute/gammainc_data.pyc
 ${PYSITELIB}/scipy/special/_precompute/gammainc_data.pyo
+${PYSITELIB}/scipy/special/_precompute/loggamma.py
+${PYSITELIB}/scipy/special/_precompute/loggamma.pyc
+${PYSITELIB}/scipy/special/_precompute/loggamma.pyo
 ${PYSITELIB}/scipy/special/_precompute/setup.py
 ${PYSITELIB}/scipy/special/_precompute/setup.pyc
 ${PYSITELIB}/scipy/special/_precompute/setup.pyo
@@ -1185,6 +1237,7 @@ ${PYSITELIB}/scipy/special/_precompute/u
 ${PYSITELIB}/scipy/special/_spherical_bessel.py
 ${PYSITELIB}/scipy/special/_spherical_bessel.pyc
 ${PYSITELIB}/scipy/special/_spherical_bessel.pyo
+${PYSITELIB}/scipy/special/_test_round.so
 ${PYSITELIB}/scipy/special/_testutils.py
 ${PYSITELIB}/scipy/special/_testutils.pyc
 ${PYSITELIB}/scipy/special/_testutils.pyo
@@ -1196,6 +1249,8 @@ ${PYSITELIB}/scipy/special/add_newdocs.p
 ${PYSITELIB}/scipy/special/basic.py
 ${PYSITELIB}/scipy/special/basic.pyc
 ${PYSITELIB}/scipy/special/basic.pyo
+${PYSITELIB}/scipy/special/cython_special.pxd
+${PYSITELIB}/scipy/special/cython_special.so
 ${PYSITELIB}/scipy/special/generate_ufuncs.py
 ${PYSITELIB}/scipy/special/generate_ufuncs.pyc
 ${PYSITELIB}/scipy/special/generate_ufuncs.pyo
@@ -1208,6 +1263,9 @@ ${PYSITELIB}/scipy/special/orthogonal.py
 ${PYSITELIB}/scipy/special/setup.py
 ${PYSITELIB}/scipy/special/setup.pyc
 ${PYSITELIB}/scipy/special/setup.pyo
+${PYSITELIB}/scipy/special/sf_error.py
+${PYSITELIB}/scipy/special/sf_error.pyc
+${PYSITELIB}/scipy/special/sf_error.pyo
 ${PYSITELIB}/scipy/special/specfun.so
 ${PYSITELIB}/scipy/special/spfun_stats.py
 ${PYSITELIB}/scipy/special/spfun_stats.pyc
@@ -1218,6 +1276,8 @@ ${PYSITELIB}/scipy/special/tests/data/gs
 ${PYSITELIB}/scipy/special/tests/data/local.npz
 ${PYSITELIB}/scipy/special/tests/test_basic.py
 ${PYSITELIB}/scipy/special/tests/test_boxcox.py
+${PYSITELIB}/scipy/special/tests/test_cdflib.py
+${PYSITELIB}/scipy/special/tests/test_cython_special.py
 ${PYSITELIB}/scipy/special/tests/test_data.py
 ${PYSITELIB}/scipy/special/tests/test_digamma.py
 ${PYSITELIB}/scipy/special/tests/test_ellip_harm.py
@@ -1225,14 +1285,22 @@ ${PYSITELIB}/scipy/special/tests/test_ga
 ${PYSITELIB}/scipy/special/tests/test_lambertw.py
 ${PYSITELIB}/scipy/special/tests/test_loggamma.py
 ${PYSITELIB}/scipy/special/tests/test_logit.py
+${PYSITELIB}/scipy/special/tests/test_logsumexp.py
 ${PYSITELIB}/scipy/special/tests/test_mpmath.py
 ${PYSITELIB}/scipy/special/tests/test_orthogonal.py
 ${PYSITELIB}/scipy/special/tests/test_orthogonal_eval.py
+${PYSITELIB}/scipy/special/tests/test_precompute_expn_asy.py
 ${PYSITELIB}/scipy/special/tests/test_precompute_gammainc.py
 ${PYSITELIB}/scipy/special/tests/test_precompute_utils.py
+${PYSITELIB}/scipy/special/tests/test_round.py
+${PYSITELIB}/scipy/special/tests/test_sf_error.py
+${PYSITELIB}/scipy/special/tests/test_sici.py
 ${PYSITELIB}/scipy/special/tests/test_spence.py
 ${PYSITELIB}/scipy/special/tests/test_spfun_stats.py
+${PYSITELIB}/scipy/special/tests/test_sph_harm.py
 ${PYSITELIB}/scipy/special/tests/test_spherical_bessel.py
+${PYSITELIB}/scipy/special/tests/test_trig.py
+${PYSITELIB}/scipy/special/tests/test_wrightomega.py
 ${PYSITELIB}/scipy/stats/__init__.py
 ${PYSITELIB}/scipy/stats/__init__.pyc
 ${PYSITELIB}/scipy/stats/__init__.pyo
@@ -1310,6 +1378,7 @@ ${PYSITELIB}/scipy/stats/tests/test_binn
 ${PYSITELIB}/scipy/stats/tests/test_contingency.py
 ${PYSITELIB}/scipy/stats/tests/test_continuous_basic.py
 ${PYSITELIB}/scipy/stats/tests/test_discrete_basic.py
+${PYSITELIB}/scipy/stats/tests/test_discrete_distns.py
 ${PYSITELIB}/scipy/stats/tests/test_distributions.py
 ${PYSITELIB}/scipy/stats/tests/test_fit.py
 ${PYSITELIB}/scipy/stats/tests/test_kdeoth.py
@@ -1326,323 +1395,3 @@ ${PYSITELIB}/scipy/stats/vonmises.pyo
 ${PYSITELIB}/scipy/version.py
 ${PYSITELIB}/scipy/version.pyc
 ${PYSITELIB}/scipy/version.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/__init__.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/_dumb_shelve.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/_dumb_shelve.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/_dumb_shelve.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/_dumbdbm_patched.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/_dumbdbm_patched.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/_dumbdbm_patched.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/accelerate_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/accelerate_tools.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/accelerate_tools.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/ast_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/ast_tools.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/ast_tools.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/base_info.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/base_info.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/base_info.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/base_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/base_spec.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/base_spec.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/Makefile.am
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/Makefile.in
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/README
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/applics.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array-impl.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array-old.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/Makefile.am
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/Makefile.in
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/asexpr.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/bops.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/cartesian.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/cgsolve.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/complex.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/convolve.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/convolve.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/cycle.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/domain.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/et.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/eval.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/expr.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/fastiter.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/funcs.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/functorExpr.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/geometry.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/indirect.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/interlace.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/io.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/iter.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/map.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/methods.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/misc.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/multi.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/newbops.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/newet-macros.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/newet.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/ops.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/ops.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/reduce.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/reduce.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/resize.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/shape.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/slice.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/slicing.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/stencil-et.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/stencil.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/stencil.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/stencilops.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/stencils.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/stencils.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/storage.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/uops.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/where.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/array/zip.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/bench.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/bench.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/benchext.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/benchext.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/blitz.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/bzconfig.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/bzdebug.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/compiler.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/config.h.in
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/etbase.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/extremum.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/funcs.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/Makefile.am
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/Makefile.in
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/arroperands.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/arroptuple.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/bzfstream.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genarrbops.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genarruops.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genmatbops.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genmathfunc.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genmatuops.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genpromote.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genvecbfn.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genvecbops.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genvecuops.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/genvecwhere.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/operands.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/operands2.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/optuple.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/generate/optuple2.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/gnu/bzconfig.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/indexexpr.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/limits-hack.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/listinit.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matbops.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matdiag.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matexpr.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matgen.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/mathf2.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/mathfunc.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matltri.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matref.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matrix.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matrix.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matsymm.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/mattoep.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matuops.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/matutri.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/memblock.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/memblock.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/Makefile.am
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/Makefile.in
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/dot.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/matassign.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/matmat.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/matvec.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/metaprog.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/product.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/sum.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/meta/vecassign.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/minmax.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/mstruct.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/numinquire.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/numtrait.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/ops.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/prettyprint.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/promote-old.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/promote.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/rand-dunif.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/rand-normal.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/rand-tt800.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/rand-uniform.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/random.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/randref.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/range.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/reduce.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/shapecheck.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tau.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/timer.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tiny.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tinymat.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tinymatexpr.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tinymatio.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tinyvec-et.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tinyvec.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tinyvec.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tinyvecio.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tinyveciter.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/traversal.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/traversal.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tuning.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tvcross.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/tvecglobs.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/update.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecaccum.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecall.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecany.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecbfn.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecbops.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/veccount.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecdelta.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecdot.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecexpr.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecexprwrap.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecglobs.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecglobs.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecio.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/veciter.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecmax.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecmin.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecnorm.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecnorm1.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecpick.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecpick.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecpickio.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecpickiter.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecsum.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vector-et.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vector.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vector.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecuops.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecwhere.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/vecwhere.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/wrap-climits.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/zero.cc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz/blitz/zero.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz_spec.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz_spec.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz_tools.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/blitz_tools.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/build_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/build_tools.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/build_tools.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/bytecodecompiler.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/bytecodecompiler.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/bytecodecompiler.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/c_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/c_spec.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/c_spec.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/catalog.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/catalog.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/catalog.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/common_info.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/common_info.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/common_info.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/converters.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/converters.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/converters.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/cpp_namespace_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/cpp_namespace_spec.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/cpp_namespace_spec.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/doc/tutorial.txt
-${PLIST.py2x}${PYSITELIB}/scipy/weave/doc/tutorial_original.html
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/array3d.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/binary_search.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/cast_copy_transpose.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/dict_sort.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/fibonacci.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/functional.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/increment_example.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/md5_speed.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/object.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/print_example.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/py_none.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/ramp.c
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/ramp.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/ramp2.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/support_code_example.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/swig2_example.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/swig2_ext.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/swig2_ext.i
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/tuple_return.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/vq.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/vtk_example.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/wx_example.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/examples/wx_speed.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/ext_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/ext_tools.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/ext_tools.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/inline_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/inline_tools.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/inline_tools.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/numpy_scalar_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/numpy_scalar_spec.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/numpy_scalar_spec.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/platform_info.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/platform_info.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/platform_info.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/README.txt
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/dict.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/list.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/notes.txt
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/number.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/object.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/scxx.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/sequence.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/str.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/tuple.h
-${PLIST.py2x}${PYSITELIB}/scipy/weave/scxx/weave_imp.cpp
-${PLIST.py2x}${PYSITELIB}/scipy/weave/setup.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/setup.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/setup.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/size_check.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/size_check.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/size_check.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/slice_handler.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/slice_handler.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/slice_handler.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/standard_array_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/standard_array_spec.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/standard_array_spec.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swig2_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swig2_spec.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swig2_spec.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swigptr.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swigptr.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swigptr.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swigptr2.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swigptr2.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/swigptr2.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/scxx_timings.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_ast_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_blitz_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_build_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_c_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_catalog.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_ext_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_inline_tools.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_numpy_scalar_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_scxx_dict.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_scxx_object.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_scxx_sequence.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_size_check.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_slice_handler.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/test_standard_array_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/tests/weave_test_utils.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/vtk_spec.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/vtk_spec.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/vtk_spec.pyo
-${PLIST.py2x}${PYSITELIB}/scipy/weave/weave_version.py
-${PLIST.py2x}${PYSITELIB}/scipy/weave/weave_version.pyc
-${PLIST.py2x}${PYSITELIB}/scipy/weave/weave_version.pyo
Index: pkgsrc/math/py-scipy/distinfo
diff -u pkgsrc/math/py-scipy/distinfo:1.10 pkgsrc/math/py-scipy/distinfo:1.11
--- pkgsrc/math/py-scipy/distinfo:1.10  Wed Jan 25 19:48:50 2017
+++ pkgsrc/math/py-scipy/distinfo       Mon Mar 13 19:42:22 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/01/25 19:48:50 adam Exp $
+$NetBSD: distinfo,v 1.11 2017/03/13 19:42:22 adam Exp $
 
-SHA1 (scipy-0.18.1.tar.gz) = 94308a6b6dc6d47f965b773d4f907af5ca741415
-RMD160 (scipy-0.18.1.tar.gz) = cd6b445c9334555a7116c34905f3d16c2100eb9a
-SHA512 (scipy-0.18.1.tar.gz) = f2ee21c808141d8002f69e48e7cf006e36982b1a7041323a8f4d803a1de3d191ffcc40227aac351dd876c28843de366ef89e9cf84dc106fadac86a3f40491659
-Size (scipy-0.18.1.tar.gz) = 13141689 bytes
+SHA1 (scipy-0.19.0.zip) = 9d9ca60d5e42dd0b8cd8e6c59506587083eef8b2
+RMD160 (scipy-0.19.0.zip) = 83f02f8fe77641750d531b1e2f3852f54f5a6b79
+SHA512 (scipy-0.19.0.zip) = 3144bc14155ae790f2aba5ca6b22cbe5e7170ae1ad305774601ac22e479e1377197e47e3cd7033a5ca3464f5e944db91d3c4615111eb3369cbdd3f9079ae8c54
+Size (scipy-0.19.0.zip) = 15279751 bytes



Home | Main Index | Thread Index | Old Index