[96721] trunk/dports/python/py-epydoc/Portfile

snc at macports.org snc at macports.org
Fri Aug 17 15:08:50 PDT 2012


Revision: 96721
          https://trac.macports.org/changeset/96721
Author:   snc at macports.org
Date:     2012-08-17 15:08:49 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
py-epydoc: python 24/25 subport binaries no longer need manual suffixes

Modified Paths:
--------------
    trunk/dports/python/py-epydoc/Portfile

Modified: trunk/dports/python/py-epydoc/Portfile
===================================================================
--- trunk/dports/python/py-epydoc/Portfile	2012-08-17 22:07:10 UTC (rev 96720)
+++ trunk/dports/python/py-epydoc/Portfile	2012-08-17 22:08:49 UTC (rev 96721)
@@ -33,11 +33,6 @@
     patchfiles              patch-restructuredtext.py.diff
 
     post-destroot	{
-        if {${python.version} == 25} {
-            move ${destroot}${prefix}/bin/apirst2html.py ${destroot}${prefix}/bin/apirst2html.py-${python.branch}
-            move ${destroot}${prefix}/bin/epydoc ${destroot}${prefix}/bin/epydoc-${python.branch}
-            move ${destroot}${prefix}/bin/epydocgui ${destroot}${prefix}/bin/epydocgui-${python.branch}
-        }
         file delete -force ${destroot}${prefix}/share/doc/${subport}
         file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} LICENSE.txt README.txt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/dcf13245/attachment.html>


More information about the macports-changes mailing list