[50009] trunk/dports/python

blb at macports.org blb at macports.org
Tue Apr 21 20:12:20 PDT 2009


Revision: 50009
          http://trac.macports.org/changeset/50009
Author:   blb at macports.org
Date:     2009-04-21 20:12:19 -0700 (Tue, 21 Apr 2009)
Log Message:
-----------
New port - python/py26-lint, Error (and style) checking for python

Modified Paths:
--------------
    trunk/dports/python/py26-lint/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-lint/

Modified: trunk/dports/python/py26-lint/Portfile
===================================================================
--- trunk/dports/python/py25-lint/Portfile	2009-04-21 22:53:12 UTC (rev 49989)
+++ trunk/dports/python/py26-lint/Portfile	2009-04-22 03:12:19 UTC (rev 50009)
@@ -2,12 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python25 1.0
+PortGroup           python26 1.0
 
-name                py25-lint
-version             0.16.0
+name                py26-lint
+version             0.18.0
 categories-append   devel
-maintainers         dh
+maintainers         nomaintainer
 description         Error (and style) checking for python
 long_description \
     Pylint is a tool that checks for errors in python code, and tries to \
@@ -27,11 +27,11 @@
 livecheck.check     regex
 livecheck.regex     "latest published version:.*<a.*?>(\\d+(?:\\.\\d+)*)</a>"
 
-checksums           md5     28f894b98ee8ec985cf46075aab2bc9e \
-                    sha1    865bbf4c048200475698e2fde62405d7362efa5e \
-                    rmd160  076e93cd3e4b063535bcb1819d9a465c46b58ab1
+checksums           md5     2fb51eb37062aff094b104004ecd25a8 \
+                    sha1    5d54ae25c29cdcab7bdfaef87e5f5ed2cc183b75 \
+                    rmd160  271078a11b13291a78acea7fb8164976da3181b9
 
-depends_lib         port:py25-logilab-common port:py25-logilab-astng
+depends_lib         port:py26-logilab-common port:py26-logilab-astng
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
@@ -40,4 +40,8 @@
     xinstall -m 644 -W ${worksrcpath} ChangeLog README TODO \
         ${destroot}${prefix}/share/doc/${name}
     file delete ${destroot}${python.pkgd}/logilab/__init__.py
+    foreach binfile {epylint pylint pylint-gui pyreverse symilar} {
+        ln -s ${python.prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile}-${python.branch}
+    }
 }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090421/292098f9/attachment.html>


More information about the macports-changes mailing list