[Scipy-svn] r4798 - trunk/tools/win32/build_scripts

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Oct 17 06:34:08 EDT 2008


Author: cdavid
Date: 2008-10-17 05:34:01 -0500 (Fri, 17 Oct 2008)
New Revision: 4798

Added:
   trunk/tools/win32/build_scripts/pavement.py
Log:
Add a dummy pavement file.

Added: trunk/tools/win32/build_scripts/pavement.py
===================================================================
--- trunk/tools/win32/build_scripts/pavement.py	2008-10-13 15:58:54 UTC (rev 4797)
+++ trunk/tools/win32/build_scripts/pavement.py	2008-10-17 10:34:01 UTC (rev 4798)
@@ -0,0 +1,9 @@
+options(
+    setup=Bunch(
+        name = "scipy-superpack",
+    )
+)
+
+ at task
+def setup():
+    print "Setting up package %s" % options.name




More information about the Scipy-svn mailing list