[Scipy-svn] r3286 - trunk

scipy-svn at scipy.org scipy-svn at scipy.org
Wed Aug 29 18:35:51 EDT 2007


Author: jarrod.millman
Date: 2007-08-29 17:35:47 -0500 (Wed, 29 Aug 2007)
New Revision: 3286

Modified:
   trunk/DEVELOPERS.txt
   trunk/MANIFEST.in
   trunk/new_manifest.sh
Log:
few fixes leftover from switch to scipy/ from Lib/


Modified: trunk/DEVELOPERS.txt
===================================================================
--- trunk/DEVELOPERS.txt	2007-08-29 19:43:47 UTC (rev 3285)
+++ trunk/DEVELOPERS.txt	2007-08-29 22:35:47 UTC (rev 3286)
@@ -44,7 +44,7 @@
     Additions to distutils-generated SciPy tar-balls.  Its usage is
     deprecated.
 
-  Lib/
+  scipy/
     Contains SciPy __init__.py and the directories of SciPy modules.
 
 
@@ -54,7 +54,7 @@
 -------------
 
 In the following, a *SciPy module* is defined as a Python package, say
-xxx, that is located in the Lib/ directory.  All SciPy modules should
+xxx, that is located in the scipy/ directory.  All SciPy modules should
 follow the following conventions:
 
 * Ideally, each SciPy module should be as self-contained as possible.

Modified: trunk/MANIFEST.in
===================================================================
--- trunk/MANIFEST.in	2007-08-29 19:43:47 UTC (rev 3285)
+++ trunk/MANIFEST.in	2007-08-29 22:35:47 UTC (rev 3286)
@@ -5,101 +5,101 @@
 #
 include setup.py
 include *.txt
-include Lib/*.py
+include scipy/*.py
 #
 # The following files are in the sandbox and wouldn't normally get included in sdist:
 #
-include Lib/sandbox/ann/*
-include Lib/sandbox/ann/data/*
-include Lib/sandbox/ann/doc/*
-include Lib/sandbox/arpack/*
-include Lib/sandbox/arpack/ARPACK/*
-include Lib/sandbox/arpack/ARPACK/LAPACK/*
-include Lib/sandbox/arpack/ARPACK/SRC/*
-include Lib/sandbox/arpack/ARPACK/UTIL/*
-include Lib/sandbox/arpack/build/*
-include Lib/sandbox/arpack/tests/*
-include Lib/sandbox/arraysetops/*
-include Lib/sandbox/arraysetops/tests/*
-include Lib/sandbox/buildgrid/*
-include Lib/sandbox/cdavid/*
-include Lib/sandbox/cdavid/src/*
-include Lib/sandbox/cdavid/tests/*
-include Lib/sandbox/constants/*
-include Lib/sandbox/cow/*
-include Lib/sandbox/delaunay/*
-include Lib/sandbox/delaunay/tests/*
-include Lib/sandbox/exmplpackage/*
-include Lib/sandbox/exmplpackage/tests/*
-include Lib/sandbox/exmplpackage/yyy/*
-include Lib/sandbox/exmplpackage/yyy/tests/*
-include Lib/sandbox/fdfpack/*
-include Lib/sandbox/fdfpack/src/*
-include Lib/sandbox/fdfpack/tests/*
-include Lib/sandbox/fdfpack/utils/*
-include Lib/sandbox/ga/*
-include Lib/sandbox/gplt/*
-include Lib/sandbox/image/*
-include Lib/sandbox/maskedarray/*
-include Lib/sandbox/maskedarray/tests/*
-include Lib/sandbox/models/*
-include Lib/sandbox/models/family/*
-include Lib/sandbox/models/robust/*
-include Lib/sandbox/models/tests/*
-include Lib/sandbox/montecarlo/*
-include Lib/sandbox/montecarlo/src/*
-include Lib/sandbox/montecarlo/tests/*
-include Lib/sandbox/netcdf/*
-include Lib/sandbox/newoptimize/*
-include Lib/sandbox/numexpr/*
-include Lib/sandbox/numexpr/tests/*
-include Lib/sandbox/oliphant/*
-include Lib/sandbox/plt/*
-include Lib/sandbox/pyem/*
-include Lib/sandbox/pyem/profile_data/*
-include Lib/sandbox/pyem/src/*
-include Lib/sandbox/pyem/tests/*
-include Lib/sandbox/pysparse/*
-include Lib/sandbox/pysparse/Tools/*
-include Lib/sandbox/pysparse/amd/*
-include Lib/sandbox/pysparse/docs/*
-include Lib/sandbox/pysparse/examples/*
-include Lib/sandbox/pysparse/examples/poisson_test/*
-include Lib/sandbox/pysparse/include/*
-include Lib/sandbox/pysparse/include/pysparse/*
-include Lib/sandbox/pysparse/lib/*
-include Lib/sandbox/pysparse/src/*
-include Lib/sandbox/pysparse/superlu/*
-include Lib/sandbox/pysparse/tests/*
-include Lib/sandbox/pysparse/umfpack/*
-include Lib/sandbox/rkern/*
-include Lib/sandbox/spline/*
-include Lib/sandbox/spline/fitpack/*
-include Lib/sandbox/spline/tests/*
-include Lib/sandbox/stats/*
-include Lib/sandbox/svm/*
-include Lib/sandbox/svm/libsvm-2.82/*
-include Lib/sandbox/svm/tests/*
-include Lib/sandbox/timeseries/*
-include Lib/sandbox/timeseries/doc/*
-include Lib/sandbox/timeseries/examples/*
-include Lib/sandbox/timeseries/mtimeseries/*
-include Lib/sandbox/timeseries/mtimeseries/tests/*
-include Lib/sandbox/timeseries/old/*
-include Lib/sandbox/timeseries/plotlib/*
-include Lib/sandbox/timeseries/src/*
-include Lib/sandbox/umfpack/*
-include Lib/sandbox/umfpack/umfpack/*
-include Lib/sandbox/wavelet/*
-include Lib/sandbox/xplt/*
-include Lib/sandbox/xplt/gistdata/*
-include Lib/sandbox/xplt/pygist/*
-include Lib/sandbox/xplt/src/*
-include Lib/sandbox/xplt/src/g/*
-include Lib/sandbox/xplt/src/gist/*
-include Lib/sandbox/xplt/src/play/*
-include Lib/sandbox/xplt/src/play/all/*
-include Lib/sandbox/xplt/src/play/mac/*
-include Lib/sandbox/xplt/src/play/unix/*
-include Lib/sandbox/xplt/src/play/win/*
-include Lib/sandbox/xplt/src/play/x11/*
+include scipy/sandbox/ann/*
+include scipy/sandbox/ann/data/*
+include scipy/sandbox/ann/doc/*
+include scipy/sandbox/arpack/*
+include scipy/sandbox/arpack/ARPACK/*
+include scipy/sandbox/arpack/ARPACK/LAPACK/*
+include scipy/sandbox/arpack/ARPACK/SRC/*
+include scipy/sandbox/arpack/ARPACK/UTIL/*
+include scipy/sandbox/arpack/build/*
+include scipy/sandbox/arpack/tests/*
+include scipy/sandbox/arraysetops/*
+include scipy/sandbox/arraysetops/tests/*
+include scipy/sandbox/buildgrid/*
+include scipy/sandbox/cdavid/*
+include scipy/sandbox/cdavid/src/*
+include scipy/sandbox/cdavid/tests/*
+include scipy/sandbox/constants/*
+include scipy/sandbox/cow/*
+include scipy/sandbox/delaunay/*
+include scipy/sandbox/delaunay/tests/*
+include scipy/sandbox/exmplpackage/*
+include scipy/sandbox/exmplpackage/tests/*
+include scipy/sandbox/exmplpackage/yyy/*
+include scipy/sandbox/exmplpackage/yyy/tests/*
+include scipy/sandbox/fdfpack/*
+include scipy/sandbox/fdfpack/src/*
+include scipy/sandbox/fdfpack/tests/*
+include scipy/sandbox/fdfpack/utils/*
+include scipy/sandbox/ga/*
+include scipy/sandbox/gplt/*
+include scipy/sandbox/image/*
+include scipy/sandbox/maskedarray/*
+include scipy/sandbox/maskedarray/tests/*
+include scipy/sandbox/models/*
+include scipy/sandbox/models/family/*
+include scipy/sandbox/models/robust/*
+include scipy/sandbox/models/tests/*
+include scipy/sandbox/montecarlo/*
+include scipy/sandbox/montecarlo/src/*
+include scipy/sandbox/montecarlo/tests/*
+include scipy/sandbox/netcdf/*
+include scipy/sandbox/newoptimize/*
+include scipy/sandbox/numexpr/*
+include scipy/sandbox/numexpr/tests/*
+include scipy/sandbox/oliphant/*
+include scipy/sandbox/plt/*
+include scipy/sandbox/pyem/*
+include scipy/sandbox/pyem/profile_data/*
+include scipy/sandbox/pyem/src/*
+include scipy/sandbox/pyem/tests/*
+include scipy/sandbox/pysparse/*
+include scipy/sandbox/pysparse/Tools/*
+include scipy/sandbox/pysparse/amd/*
+include scipy/sandbox/pysparse/docs/*
+include scipy/sandbox/pysparse/examples/*
+include scipy/sandbox/pysparse/examples/poisson_test/*
+include scipy/sandbox/pysparse/include/*
+include scipy/sandbox/pysparse/include/pysparse/*
+include scipy/sandbox/pysparse/lib/*
+include scipy/sandbox/pysparse/src/*
+include scipy/sandbox/pysparse/superlu/*
+include scipy/sandbox/pysparse/tests/*
+include scipy/sandbox/pysparse/umfpack/*
+include scipy/sandbox/rkern/*
+include scipy/sandbox/spline/*
+include scipy/sandbox/spline/fitpack/*
+include scipy/sandbox/spline/tests/*
+include scipy/sandbox/stats/*
+include scipy/sandbox/svm/*
+include scipy/sandbox/svm/libsvm-2.82/*
+include scipy/sandbox/svm/tests/*
+include scipy/sandbox/timeseries/*
+include scipy/sandbox/timeseries/doc/*
+include scipy/sandbox/timeseries/examples/*
+include scipy/sandbox/timeseries/mtimeseries/*
+include scipy/sandbox/timeseries/mtimeseries/tests/*
+include scipy/sandbox/timeseries/old/*
+include scipy/sandbox/timeseries/plotlib/*
+include scipy/sandbox/timeseries/src/*
+include scipy/sandbox/umfpack/*
+include scipy/sandbox/umfpack/umfpack/*
+include scipy/sandbox/wavelet/*
+include scipy/sandbox/xplt/*
+include scipy/sandbox/xplt/gistdata/*
+include scipy/sandbox/xplt/pygist/*
+include scipy/sandbox/xplt/src/*
+include scipy/sandbox/xplt/src/g/*
+include scipy/sandbox/xplt/src/gist/*
+include scipy/sandbox/xplt/src/play/*
+include scipy/sandbox/xplt/src/play/all/*
+include scipy/sandbox/xplt/src/play/mac/*
+include scipy/sandbox/xplt/src/play/unix/*
+include scipy/sandbox/xplt/src/play/win/*
+include scipy/sandbox/xplt/src/play/x11/*

Modified: trunk/new_manifest.sh
===================================================================
--- trunk/new_manifest.sh	2007-08-29 19:43:47 UTC (rev 3285)
+++ trunk/new_manifest.sh	2007-08-29 22:35:47 UTC (rev 3286)
@@ -6,7 +6,7 @@
 # would otherwise leave these files out.
 
 MANIFEST_IN=MANIFEST.in
-SANDBOX_DIR="Lib/sandbox"
+SANDBOX_DIR="scipy/sandbox"
 
 cat <<EOF > $MANIFEST_IN
 # This automatically generated by new_manifest.sh
@@ -16,7 +16,7 @@
 #
 include setup.py
 include *.txt
-include Lib/*.py
+include scipy/*.py
 #
 # The following files are in the sandbox and wouldn't normally get included in sdist:
 #




More information about the Scipy-svn mailing list