summaryrefslogtreecommitdiff
path: root/pavement.py
AgeCommit message (Expand)AuthorFilesLines
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+1
2013-02-272to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris1-1/+1
2012-12-28BLD: Add support for Python 3.3 in paverOndřej Čertík1-0/+4
2012-08-14pavement.py: rename "yop" to "atlas"Ondrej Certik1-3/+3
2012-05-04REL: change Sphinx version in release script to 1.1.3.Ralf Gommers1-1/+1
2011-07-20REL: forward port changes to release scripts from 1.6.x branch.Ralf Gommers1-4/+18
2011-03-27BUG: Py3K: fix setup.py to work from a released tarball.Ralf Gommers1-1/+13
2011-03-14DOC: BLD: fix some doc build warnings.Ralf Gommers1-1/+2
2011-03-08REL: update release scripts for Python 3.2.rgommers1-1/+5
2011-03-04BUG: fix up setup.py and pavement.py so the binary builds work again.rgommers1-7/+26
2011-03-01DOC: update notes in release script and reorganize paver script a little.rgommers1-4/+16
2010-09-04REL: Apply changes to release notes and paver script in 1.5.x branch to trunk.rgommers1-2/+10
2010-08-053K: copy built installers from build/py3k/dist instead of dist/.rgommers1-1/+4
2010-07-24ENH: Several changes to Paver script taken from 1.4.x branch.rgommers1-11/+11
2010-03-04BUG: fix paver execution on windows 7 for python 2.6.David Cournapeau1-1/+3
2009-11-30REL: fix atlas detection for SSE2/SSE3 wininst.David Cournapeau1-2/+2
2009-11-30REL: re-enable SSE2 binary in the superpack.David Cournapeau1-2/+2
2009-11-30REL: fix dmg name and dmg build.David Cournapeau1-11/+13
2009-11-30Use gcc-4.0 for python 2.5, to avoid using gcc 4.2 on Snow Leopard.David Cournapeau1-1/+4
2009-11-26BUG: fix md5 import for python 2.6 in paver file.David Cournapeau1-3/+3
2009-11-22REL: new, better paver file.David Cournapeau1-292/+378
2009-11-16ENH: update version for paver script.David Cournapeau1-2/+2
2009-11-16ENH: fix paver script for wine-built simple wininst installer.David Cournapeau1-2/+2
2009-04-17Don't use paver html target to avoid using a numpy which is different than th...David Cournapeau1-1/+2
2009-04-16Clean up paver.py.Stefan van der Walt1-3/+3
2009-04-05Use environment instead of config files for superpack arc config: simpler and...David Cournapeau1-21/+6
2009-04-05Depend on sphinx 0.6.1 now for building numpy doc.David Cournapeau1-1/+1
2009-04-02HACK: Make sure we use python.org interpreter to build the mpkg in paverDavid Cournapeau1-2/+10
2009-03-29Remove leftover from when I copied the paver file from samplerate scikit.David Cournapeau1-3/+2
2009-03-29Update paver script file doc + TODO.David Cournapeau1-3/+25
2009-03-28Simplify and fix the latex build in paver.David Cournapeau1-27/+8
2009-03-28Add a task to write notes and changelog once the installers are ready.David Cournapeau1-1/+7
2009-03-28Copy tarballs and superpack into release dir.David Cournapeau1-1/+29
2009-03-28re-enable correct dep rules for superpack target.David Cournapeau1-1/+1
2009-03-28Abstract superpack installer name.David Cournapeau1-1/+5
2009-03-28Document global vars in paver.David Cournapeau1-0/+8
2009-03-28Do not import numpy.distutils in pavement script - not needed.David Cournapeau1-1/+0
2009-03-28Fix tab issues in paver file.David Cournapeau1-6/+6
2009-03-27Add darwine config.David Cournapeau1-2/+6
2009-03-27Superpack can now be built from wine, bye bye windows pain.David Cournapeau1-13/+46
2009-03-27Add tasks to build arch specifics wininst.David Cournapeau1-11/+65
2009-03-27Add some doc to the paver script.David Cournapeau1-0/+33
2009-03-27Add pdf task + full dmg build for paver script.David Cournapeau1-3/+55
2009-03-27Update paver script such as one can create the fancy numpy dmg in one command.David Cournapeau1-12/+33
2009-03-27Add a bdist_mpkg task + fix setup import issues.David Cournapeau1-2/+7
2009-03-27Add simple .dmg build to paver.David Cournapeau1-1/+49
2009-03-27Add wine-based bdist_wininst installers.David Cournapeau1-0/+42
2009-03-27Bypass paver sdist.David Cournapeau1-0/+6