Opened 15 years ago

Closed 10 years ago

Last modified 10 years ago

#19021 closed defect (duplicate)

py25-docutils conflicts with other py*-docutils versions

Reported by: arthurk@… Owned by: alex@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: py-docutils

Description

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

Attachments (1)

py25docutils.diff (1.0 KB) - added by arthurk@… 15 years ago.

Download all attachments as: .zip

Change History (8)

Changed 15 years ago by arthurk@…

Attachment: py25docutils.diff added

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to alex@…
Type: enhancementdefect

Assigning to maintainer.

comment:2 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: mcalhoun@… added

Cc Me!

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:4 Changed 14 years ago by jmroot (Joshua Root)

Maintainer timeout has well and truly happened; you can commit this whenever you like.

comment:5 Changed 10 years ago by petrrr

Should be probably closed! See also #19023, which seems to be a duplicate of this.

comment:6 Changed 10 years ago by mf2k (Frank Schima)

Resolution: duplicate
Status: newclosed

comment:7 Changed 10 years ago by mf2k (Frank Schima)

Keywords: docutils removed
Port: py-docutils added; py25-docutils removed
Note: See TracTickets for help on using tickets.