#15771: Portfile for py25-tables ------------------------------+--------------------------------------------- Reporter: tom.duck@dal.ca | Owner: ram@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: py25-tables ------------------------------+--------------------------------------------- Comment (by ram@macports.org): Is the use of setuptools just for renaming the files? If so is there reason why they cannot be renamed in a post-destroot phase? i.e. {{{ post-destroot { foreach f {ptdump ptrepack nctoh5} { move ${destroot}${prefix}/bin/${f} ${destroot}${prefix}/bin/${f}-py25 } } }}} Is there an inter-script dependency that renaming the programs in setup.py satisfies? -- Ticket URL: <http://trac.macports.org/ticket/15771#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS