[73937] trunk/dports/python
ryandesign at macports.org
ryandesign at macports.org
Mon Nov 29 17:57:14 PST 2010
Revision: 73937
http://trac.macports.org/changeset/73937
Author: ryandesign at macports.org
Date: 2010-11-29 17:57:08 -0800 (Mon, 29 Nov 2010)
Log Message:
-----------
py27-docutils: new port, version 0.7, based on py26-docutils; see #27496
Modified Paths:
--------------
trunk/dports/python/py27-docutils/Portfile
Added Paths:
-----------
trunk/dports/python/py27-docutils/
Modified: trunk/dports/python/py27-docutils/Portfile
===================================================================
--- trunk/dports/python/py26-docutils/Portfile 2010-11-30 01:24:17 UTC (rev 73934)
+++ trunk/dports/python/py27-docutils/Portfile 2010-11-30 01:57:08 UTC (rev 73937)
@@ -2,9 +2,9 @@
# $Id$
PortSystem 1.0
-PortGroup python26 1.0
+PortGroup python27 1.0
-name py26-docutils
+name py27-docutils
version 0.7
categories-append textproc
license GPL-2 PSF-2.1.1
@@ -26,13 +26,13 @@
sha1 e82988f826844ef8d8bf28fa286a19de211349cd \
rmd160 73c832860405c3cba655c92aacccca1582c8f905
-depends_lib port:py26-roman
+depends_lib port:py27-roman
-# we want *-2.6.py not *.py-2.6
+# we want *-2.7.py not *.py-2.7
python.link_binaries no
post-destroot {
foreach f {rst2html rst2latex rst2man rst2newlatex rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xml rstpep2html} {
- ln -s ${python.prefix}/bin/${f}.py ${destroot}${prefix}/bin/${f}-2.6.py
+ ln -s ${python.prefix}/bin/${f}.py ${destroot}${prefix}/bin/${f}-2.7.py
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101129/077b0e95/attachment.html>
More information about the macports-changes
mailing list