#18910 closed defect (fixed)
py26-jinja2 installs documentation into sys.prefix
Reported by: | arthur@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | py26-jinja2 |
Description
$ sudo port contents py26-jinja2:
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/api.html /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/changelog.html /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/extensions.html ...
This can cause problems when multiple versions are installed. The attached patch fixes this issue and puts documentation files in a package-specific directory:
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/py26-jinja2/api.html /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/py26-jinja2/changelog.html /opt/local/Library/Frameworks/Python.framework/Versions/2.6/docs/py26-jinja2/extensions.html ...
Attachments (3)
Change History (7)
Changed 16 years ago by arthur@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to jmr@… |
---|---|
Port: | py26-jinja2 added |
Status: | new → assigned |
Changed 16 years ago by arthurk@…
Attachment: | Portfile.2.diff added |
---|
comment:2 Changed 16 years ago by arthurk@…
See Portfile.2.diff for a better patch than Portfile.diff. It doesn't require a patchfile (files/patch-setup.py.diff).
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, applied in r49973.
Note: See
TracTickets for help on using
tickets.
py26-jinja2 diff