diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-28 11:10:34 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-28 11:10:34 +0000 |
commit | 0dc3ac827934f3cdc0f5f06ca1eff69684fd4830 (patch) | |
tree | e8dc4624a51230940d220654a605e49bf0ce814a /pavement.py | |
parent | 8774fa4996ea57d6b81b7fc30204a0ddd6dd7782 (diff) | |
download | numpy-0dc3ac827934f3cdc0f5f06ca1eff69684fd4830.tar.gz |
Fix tab issues in paver file.
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pavement.py b/pavement.py index ff3eac3df..80f188c11 100644 --- a/pavement.py +++ b/pavement.py @@ -63,11 +63,11 @@ FULLVERSION = setup_py.FULLVERSION # Wine config for win32 builds WINE_SITE_CFG = "" if sys.platform == "darwin": - WINE_PY25 = "/Applications/Darwine/Wine.bundle/Contents/bin/wine /Users/david/.wine/drive_c/Python25/python.exe" - WINE_PY26 = "/Applications/Darwine/Wine.bundle/Contents/bin/wine /Users/david/.wine/drive_c/Python26/python.exe" + WINE_PY25 = "/Applications/Darwine/Wine.bundle/Contents/bin/wine /Users/david/.wine/drive_c/Python25/python.exe" + WINE_PY26 = "/Applications/Darwine/Wine.bundle/Contents/bin/wine /Users/david/.wine/drive_c/Python26/python.exe" else: - WINE_PY25 = "/home/david/.wine/drive_c/Python25/python.exe" - WINE_PY26 = "/home/david/.wine/drive_c/Python26/python.exe" + WINE_PY25 = "/home/david/.wine/drive_c/Python25/python.exe" + WINE_PY26 = "/home/david/.wine/drive_c/Python26/python.exe" WINE_PYS = {'2.6' : WINE_PY26, '2.5': WINE_PY25} SUPERPACK_BUILD = 'build-superpack' SUPERPACK_BINDIR = os.path.join(SUPERPACK_BUILD, 'binaries') @@ -355,7 +355,7 @@ def dmg_name(): @task def bdist_mpkg(): - sh("python setupegg.py bdist_mpkg") + sh("python setupegg.py bdist_mpkg") @task @needs("bdist_mpkg", "pdf") @@ -367,7 +367,7 @@ def dmg(): if dmg.exists(): dmg.remove() - # Clean the image source + # Clean the image source content = DMG_CONTENT content.rmtree() content.mkdir() |