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

  1. 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 "$@"

  1. 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)

patch-Portfile (570 bytes) - added by yuhei@… 19 years ago.
Patch: Portfile
patch-files-patch-setup.py.diff (1.2 KB) - added by yuhei@… 19 years ago.
Patch: files/patch-setup.py.diff
patch-setup.py.diff (858 bytes) - added by yuhei@… 19 years ago.
Patch: setup.py

Download all attachments as: .zip

Change History (5)

Changed 19 years ago by yuhei@…

Attachment: patch-Portfile added

Patch: Portfile

Changed 19 years ago by yuhei@…

Patch: files/patch-setup.py.diff

Changed 19 years ago by yuhei@…

Attachment: patch-setup.py.diff added

Patch: setup.py

comment:1 Changed 19 years ago by yuhei@…

attachments.isobsolete: 01

comment:2 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

excellent, commited - thanks!

Note: See TracTickets for help on using tickets.