1 |
|
2002-07-09 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* setup.py: Create a file in python's site-packages directory to |
4 |
|
make installation of Thuban as a library easier. |
5 |
|
(ThubanInstall.user_options): Add two new options, |
6 |
|
create-init-module and init-module-dir |
7 |
|
(ThubanInstall.expand_with_pure_python_dirs): New method to expand |
8 |
|
filenames for installation in the default directories. |
9 |
|
(ThubanInstall.select_scheme, ThubanInstall.convert_paths): Extend |
10 |
|
the inherited methods to capture some filenames before they're |
11 |
|
transformed too much by distutils. |
12 |
|
(ThubanInstall.run): Create the init module if requested. |
13 |
|
(ThubanInstall.thuban_init_filename): New method to return the |
14 |
|
full name of the init module. |
15 |
|
(ThubanInstall.get_outputs): Append the filename of the init |
16 |
|
module. |
17 |
|
|
18 |
2002-07-08 Bernhard Herzog <[email protected]> |
2002-07-08 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
|
* setup.py (thuban_bdist_rpm): Extend this version of bdist_rpm to |
21 |
|
handle the prefix properly which means that the default for the |
22 |
|
installation prefix should be /usr for RPMs and /usr/local when |
23 |
|
doing a normal source install. |
24 |
|
(bdist_rpm_install_script): Script to override the default install |
25 |
|
commands in the specfile generated by the bdist_rpm command. |
26 |
|
(thuban_bdist_rpm.user_options): Add a prefix option |
27 |
|
(thuban_bdist_rpm.initialize_options): Init the prefix option. |
28 |
|
Create the script files for the spec files as empty files here |
29 |
|
(thuban_bdist_rpm._make_spec_file): Override the inherited method |
30 |
|
to fill the script files with content. |
31 |
|
|
32 |
* Thuban/Model/save.py (relative_filename): Wrapper around |
* Thuban/Model/save.py (relative_filename): Wrapper around |
33 |
Thuban.Lib.fileutil.relative_filename that accepts an empty dir |
Thuban.Lib.fileutil.relative_filename that accepts an empty dir |
34 |
argument. save_session now automatically uses this version, |
argument. save_session now automatically uses this version, |