[MacPorts] #15771: Portfile for py25-tables
MacPorts
noreply at macports.org
Sun Jun 29 18:59:02 PDT 2008
#15771: Portfile for py25-tables
------------------------------+---------------------------------------------
Reporter: tom.duck at dal.ca | Owner: ram at macports.org
Type: enhancement | Status: assigned
Priority: Normal | Milestone: Port Submissions
Component: ports | Version: 1.6.0
Resolution: | Keywords: py25-tables
------------------------------+---------------------------------------------
Comment (by ram at 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
More information about the macports-tickets
mailing list