summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2009-04-16 17:33:02 +0000
committerStefan van der Walt <stefan@sun.ac.za>2009-04-16 17:33:02 +0000
commit706640dceec3ba4e518b979a898b5e4ce0be5539 (patch)
tree15855ce1394e3be8ca7af1b58a49b95ab3c089d6 /pavement.py
parent37abe7a2f64dbd5dffee0d5abd5784b15191d9a5 (diff)
downloadnumpy-706640dceec3ba4e518b979a898b5e4ce0be5539.tar.gz
Clean up paver.py.
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pavement.py b/pavement.py
index 0434e368f..0868a74ef 100644
--- a/pavement.py
+++ b/pavement.py
@@ -123,7 +123,7 @@ INSTALLERS_DIR = os.path.join(RELEASE_DIR, 'installers')
# XXX: fix this in a sane way
MPKG_PYTHON = {"25": "/Library/Frameworks/Python.framework/Versions/2.5/bin/python",
- "26": "/Library/Frameworks/Python.framework/Versions/2.6/bin/python"}
+ "26": "/Library/Frameworks/Python.framework/Versions/2.6/bin/python"}
options(sphinx=Bunch(builddir="build", sourcedir="source", docroot='doc'),
virtualenv=Bunch(script_name=BOOTSTRAP_SCRIPT,packages_to_install=["sphinx==0.6.1"]),
@@ -430,11 +430,11 @@ def dmg():
# Build the dmg
cmd = ["./create-dmg", "--window-size", "500", "500", "--background",
- "art/dmgbackground.png", "--icon-size", "128", "--icon", mpkg_tn,
+ "art/dmgbackground.png", "--icon-size", "128", "--icon", mpkg_tn,
"125", "320", "--icon", "Documentation", "375", "320", "--volname", "numpy",
dmg_n, "./content"]
subprocess.check_call(cmd, cwd="numpy-macosx-installer")
-
+
@task
def simple_dmg():
# Build the dmg