[96715] trunk/dports/python/py-logilab-common/Portfile

blair at macports.org blair at macports.org
Fri Aug 17 14:56:34 PDT 2012


Revision: 96715
          https://trac.macports.org/changeset/96715
Author:   blair at macports.org
Date:     2012-08-17 14:56:34 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
py{6,7}-logilab-common: no need to rename pytest in ${prefix.prefix}.

Because ${prefix.prefix} for Python 2.6 and 2.7 is in the framework
directory, there's no need to rename it as there will be no filename
conflicts there.

Modified Paths:
--------------
    trunk/dports/python/py-logilab-common/Portfile

Modified: trunk/dports/python/py-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py-logilab-common/Portfile	2012-08-17 21:27:39 UTC (rev 96714)
+++ trunk/dports/python/py-logilab-common/Portfile	2012-08-17 21:56:34 UTC (rev 96715)
@@ -46,11 +46,6 @@
         if {$subport == "py24-logilab-common"} {
             move ${destroot}${prefix}/bin/pytest \
                 ${destroot}${prefix}/bin/pytest-${python.branch}
-        } else {
-            move ${destroot}${python.prefix}/bin/pytest \
-                ${destroot}${python.prefix}/bin/pytest-${python.branch}
-            ln -sf ${python.prefix}/bin/pytest-${python.branch} \
-                ${destroot}${prefix}/bin/pytest-${python.branch}
         }
     }
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/440f6bbd/attachment-0001.html>


More information about the macports-changes mailing list