summaryrefslogtreecommitdiff
path: root/pavement.py
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use paver html target to avoid using a numpy which is different than th...David Cournapeau2009-04-171-1/+2
* Clean up paver.py.Stefan van der Walt2009-04-161-3/+3
* Use environment instead of config files for superpack arc config: simpler and...David Cournapeau2009-04-051-21/+6
* Depend on sphinx 0.6.1 now for building numpy doc.David Cournapeau2009-04-051-1/+1
* HACK: Make sure we use python.org interpreter to build the mpkg in paverDavid Cournapeau2009-04-021-2/+10
* Remove leftover from when I copied the paver file from samplerate scikit.David Cournapeau2009-03-291-3/+2
* Update paver script file doc + TODO.David Cournapeau2009-03-291-3/+25
* Simplify and fix the latex build in paver.David Cournapeau2009-03-281-27/+8
* Add a task to write notes and changelog once the installers are ready.David Cournapeau2009-03-281-1/+7
* Copy tarballs and superpack into release dir.David Cournapeau2009-03-281-1/+29
* re-enable correct dep rules for superpack target.David Cournapeau2009-03-281-1/+1
* Abstract superpack installer name.David Cournapeau2009-03-281-1/+5
* Document global vars in paver.David Cournapeau2009-03-281-0/+8
* Do not import numpy.distutils in pavement script - not needed.David Cournapeau2009-03-281-1/+0
* Fix tab issues in paver file.David Cournapeau2009-03-281-6/+6
* Add darwine config.David Cournapeau2009-03-271-2/+6
* Superpack can now be built from wine, bye bye windows pain.David Cournapeau2009-03-271-13/+46
* Add tasks to build arch specifics wininst.David Cournapeau2009-03-271-11/+65
* Add some doc to the paver script.David Cournapeau2009-03-271-0/+33
* Add pdf task + full dmg build for paver script.David Cournapeau2009-03-271-3/+55
* Update paver script such as one can create the fancy numpy dmg in one command.David Cournapeau2009-03-271-12/+33
* Add a bdist_mpkg task + fix setup import issues.David Cournapeau2009-03-271-2/+7
* Add simple .dmg build to paver.David Cournapeau2009-03-271-1/+49
* Add wine-based bdist_wininst installers.David Cournapeau2009-03-271-0/+42
* Bypass paver sdist.David Cournapeau2009-03-271-0/+6
* Clean egg-info too in paver.David Cournapeau2009-03-271-1/+1
* Add bootstrap task.David Cournapeau2009-03-271-3/+31
* Add task to build html doc.David Cournapeau2009-03-271-1/+15
* Start a paver file to help for release purpose.David Cournapeau2009-03-271-0/+70