#19021: py25-docutils conflicts with other py*-docutils versions ----------------------------------+----------------------------------------- Reporter: arthurk@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: docutils | Port: py25-docutils ----------------------------------+----------------------------------------- It's currently not possible to install multiple versions of docutils (py- docutils, py25-docutils py26-docutils) as all ports will install their scripts in /opt/local/bin: {{{ Port py25-docutils contains: /opt/local/bin/rst2html.py /opt/local/bin/rst2latex.py /opt/local/bin/rst2newlatex.py ... }}} The attached patch will attach the Python version number to those files: {{{ Port py25-docutils contains: /opt/local/bin/rst2html-2.5.py /opt/local/bin/rst2latex-2.5.py /opt/local/bin/rst2newlatex-2.5.py ... }}} -- Ticket URL: <http://trac.macports.org/ticket/19021> MacPorts <http://www.macports.org/> Ports system for Mac OS