| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Infrastructure support for the "bdist_wininst" command. | Greg Ward | 2000-06-27 | 1 | -0/+1 |
| | | |||||
| * | Changed order so 'clean' is right after the 'build' commands. | Greg Ward | 2000-05-28 | 1 | -1/+1 |
| | | |||||
| * | Added 'install_headers' command to install C/C++ header files. | Greg Ward | 2000-05-27 | 1 | -0/+1 |
| | | |||||
| * | Bastian Kleineidam: the "build_scripts" command and changes | Greg Ward | 2000-05-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | necessary to support it. Details: - build command additionally calls build_scripts - build_scripts builds your scripts in 'build/scripts' and adjusts the first line if it begins with "#!" and ends with "python", optionally ending with commandline options (like -O, -t ...). Adjusting means we write the current path to the Python interpreter in the first line. - install_scripts copies the scripts to the install_scripts dir - install_data copies your data_files in install_data. You can supply individual directories for your data_files: data_files = ['doc/info.txt', # copy this file in install_scripts dir ('testdata', ['a.dat', 'b.dat']), # copy these files in # install_scripts/testdata ('/etc', ['packagerc']), # copy this in /etc. When --root is # given, copy this in rootdir/etc ] So you can use the --root option with absolute data paths. | ||||
| * | Harry Henry Gebel: add 'bdist_rpm' command. | Gregory P. Smith | 2000-05-13 | 1 | -0/+1 |
| | | |||||
| * | Patch from Bastien Kleineidam: | Gregory P. Smith | 2000-05-12 | 1 | -0/+2 |
| | | | | | | | adds the 'install_data' and 'install_scripts' commands; these two are trivial thanks to the 'install_misc' base class in cmd.py. (Minor tweaks and commentary by me; the code is untested so far.) | ||||
| * | Added 'bdist' and 'bdist_dumb'. | Greg Ward | 2000-03-31 | 1 | -0/+2 |
| | | |||||
| * | Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. | Greg Ward | 2000-03-29 | 1 | -2/+2 |
| | | |||||
| * | Simplified doc string. | Greg Ward | 2000-03-18 | 1 | -11/+2 |
| | | | | | Added 'clean' to list of commands. | ||||
| * | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
| | | |||||
| * | Changed 'dist' to 'sdist'. | Greg Ward | 2000-02-18 | 1 | -1/+1 |
| | | |||||
| * | Added 'dist' command. | Greg Ward | 2000-01-30 | 1 | -0/+2 |
| | | |||||
| * | Added docstring, brought __all__ up-to-date. | Greg Ward | 1999-09-21 | 1 | -2/+19 |
| | | |||||
| * | First checkin of real Distutils command modules. | Greg Ward | 1999-03-22 | 1 | -0/+6 |
