[96695] trunk/dports/python

blair at macports.org blair at macports.org
Fri Aug 17 10:30:26 PDT 2012


Revision: 96695
          https://trac.macports.org/changeset/96695
Author:   blair at macports.org
Date:     2012-08-17 10:30:23 -0700 (Fri, 17 Aug 2012)
Log Message:
-----------
py2{5,6,7}-logilab-astng: switch from 2.\d to ${python.branch}.

Modified Paths:
--------------
    trunk/dports/python/py25-logilab-astng/Portfile
    trunk/dports/python/py26-logilab-astng/Portfile
    trunk/dports/python/py27-logilab-astng/Portfile

Modified: trunk/dports/python/py25-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py25-logilab-astng/Portfile	2012-08-17 16:58:40 UTC (rev 96694)
+++ trunk/dports/python/py25-logilab-astng/Portfile	2012-08-17 17:30:23 UTC (rev 96695)
@@ -40,7 +40,7 @@
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ChangeLog README \
         ${destroot}${prefix}/share/doc/${name}
-    file delete ${destroot}${prefix}/lib/python2.5/site-packages/logilab/__init__.py
+    file delete ${destroot}${prefix}/lib/python${python.branch}/site-packages/logilab/__init__.py
 }
 
 livecheck.url       http://ftp.logilab.org/pub/astng/

Modified: trunk/dports/python/py26-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py26-logilab-astng/Portfile	2012-08-17 16:58:40 UTC (rev 96694)
+++ trunk/dports/python/py26-logilab-astng/Portfile	2012-08-17 17:30:23 UTC (rev 96695)
@@ -40,7 +40,7 @@
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ChangeLog README \
         ${destroot}${prefix}/share/doc/${name}
-    file delete ${destroot}/${python.prefix}/lib/python2.6/site-packages/logilab/__init__.py
+    file delete ${destroot}/${python.prefix}/lib/python${python.branch}/site-packages/logilab/__init__.py
 }
 
 livecheck.url       http://ftp.logilab.org/pub/astng/

Modified: trunk/dports/python/py27-logilab-astng/Portfile
===================================================================
--- trunk/dports/python/py27-logilab-astng/Portfile	2012-08-17 16:58:40 UTC (rev 96694)
+++ trunk/dports/python/py27-logilab-astng/Portfile	2012-08-17 17:30:23 UTC (rev 96695)
@@ -40,7 +40,7 @@
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} ChangeLog README \
         ${destroot}${prefix}/share/doc/${name}
-    file delete ${destroot}/${python.prefix}/lib/python2.7/site-packages/logilab/__init__.py
+    file delete ${destroot}/${python.prefix}/lib/python${python.branch}/site-packages/logilab/__init__.py
 }
 
 livecheck.url       http://ftp.logilab.org/pub/astng/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120817/475eb9a6/attachment.html>


More information about the macports-changes mailing list