Skip to content

Commit

Permalink
Clean up paver.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Apr 16, 2009
1 parent 37abe7a commit 706640d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

# 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"]),
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 706640d

Please sign in to comment.