Opened 19 years ago
Closed 19 years ago
#4507 closed defect (fixed)
REVISION: python/py-checker-0.8.14
Reported by: | yuhei@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | mww@… | |
Port: |
Description
- Fixed following script to use valid path.
$ cat /opt/local/bin/pychecker #! /bin/sh
/opt/local/bin/python2.4 /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- packages/pychecker/checker.py "$@"
- Fixed duplicate doc files installation.
- Original dist file installs doc files into site-packages directory
- Portfile copies doc files into ${prefix}/share/doc directory in the post-destroot phase.
I left the latter one.
Attachments (3)
Change History (5)
Changed 19 years ago by yuhei@…
Attachment: | patch-Portfile added |
---|
Changed 19 years ago by yuhei@…
Attachment: | patch-files-patch-setup.py.diff added |
---|
Patch: files/patch-setup.py.diff
comment:1 Changed 19 years ago by yuhei@…
attachments.isobsolete: | 0 → 1 |
---|
comment:2 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
excellent, commited - thanks!
Note: See
TracTickets for help on using
tickets.
Patch: Portfile