Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Obsolete command -- no longer relevant since we now build all modules, pure | Greg Ward | 2000-03-22 | 1 | -43/+0 |
| | | | | Python and extensions, into the same directory. | ||||
* | Fix how we set 'build_dir' and 'install_dir' options from 'install' options -- | Greg Ward | 2000-03-22 | 1 | -2/+2 |
| | | | | irrelevant because this file is about to go away, but oh well. | ||||
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
| | |||||
* | Unfinished, untested implementation of the lovely baroque installation scheme | Greg Ward | 2000-02-26 | 1 | -1/+1 |
| | | | | | cooked up by Fred Drake and me. Only saved for posterity (whoever posterity is), as it is about to be ditched in favour of GvR's much simpler design. | ||||
* | Renamed 'set_default_options()' to 'initialize_options()', and | Greg Ward | 2000-02-18 | 1 | -2/+2 |
| | | | | 'set_final_options()' to 'finalize_options()'. | ||||
* | Renamed all 'options' class attributes to 'user_options'. | Greg Ward | 2000-02-18 | 1 | -3/+4 |
| | |||||
* | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 1 | -1/+1 |
| | | | | | command itself: no more of this "FooBar class for foo_bar command" silliness. | ||||
* | Added 'description' class attribute to every command class (to help the | Greg Ward | 2000-01-30 | 1 | -0/+2 |
| | | | | | | | '--help-commands' option). Shuffled imports around in a few command modules to avoid expensive up-front import of sysconfig (and resulting delays in generating list of all commands). | ||||
* | Added missing run of corresponding 'build' command. | Greg Ward | 2000-01-30 | 1 | -0/+3 |
| | |||||
* | Renamed many options to be consistent across commands. | Greg Ward | 1999-09-29 | 1 | -5/+4 |
| | | | | | | Tweaked some help strings to be consistent with documentation. Don't call 'set_final_options()' in 'run()' anymore -- that's now guaranteed to be taken care of for us by the Distribution instance. | ||||
* | New command -- install_ext to install extension modules. | Greg Ward | 1999-09-13 | 1 | -0/+38 |