Ticket #3897 (closed enhancement: wontfix)
[PATCH] - Enable use of __shared_dir__ within siteconfig.py
| Reported by: | ilias@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | normal | Keywords: | setuptools inheritance |
| Cc: |
Description
The attached patch introduces the use of the attribute "shared_dir" within siteconfig.py.
This addition does not change the existent behaviour, thus installations do not break.
A user _can_ set this attribute and delete all existent default... attributes (which contain redundant path information).
Existent default... attributes have priority over the shared_dir attribute.
context:
Attachments
Change History
Changed 3 years ago by ilias@…
-
SiteconfigParentEnv.diff
added
new patch with corrected name of option "parent_env"
comment:3 Changed 3 years ago by ilias@…
related: wiki:TracDev/Proposals/Setuptools
comment:4 Changed 3 years ago by ilias@…
- Keywords setuptools inheritance added
- Owner changed from jonas to cmlenz
an possible implementation, which would be backwards compatible even if setuptools is introduced would be:
- apply the patch
- use the planned setuptools package-data
- if siteconfig.py is existent, the locations override the package-data


