[54827] trunk/dports/python/py25-lint/Portfile

dh at macports.org dh at macports.org
Sun Aug 2 13:44:31 PDT 2009


Revision: 54827
          http://trac.macports.org/changeset/54827
Author:   dh at macports.org
Date:     2009-08-02 13:44:29 -0700 (Sun, 02 Aug 2009)
Log Message:
-----------
Version bump to 0.18.0. Closes #19377

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

Modified: trunk/dports/python/py25-lint/Portfile
===================================================================
--- trunk/dports/python/py25-lint/Portfile	2009-08-02 20:24:42 UTC (rev 54826)
+++ trunk/dports/python/py25-lint/Portfile	2009-08-02 20:44:29 UTC (rev 54827)
@@ -5,9 +5,9 @@
 PortGroup           python25 1.0
 
 name                py25-lint
-version             0.16.0
+version             0.18.0
 categories-append   devel
-maintainers         dh
+maintainers         dh openmaintainer
 description         Error (and style) checking for python
 long_description \
     Pylint is a tool that checks for errors in python code, and tries to \
@@ -23,13 +23,13 @@
 master_sites        ftp://ftp.logilab.org/pub/pylint/
 distname            pylint-${version}
 
-livecheck.url       ${homepage}
+livecheck.url       http://ftp.logilab.org/pub/pylint/
 livecheck.check     regex
-livecheck.regex     "latest published version:.*<a.*?>(\\d+(?:\\.\\d+)*)</a>"
+livecheck.regex     {pylint-(\d+(?:\.\d+)*)\.tar\.gz} 
 
-checksums           md5     28f894b98ee8ec985cf46075aab2bc9e \
-                    sha1    865bbf4c048200475698e2fde62405d7362efa5e \
-                    rmd160  076e93cd3e4b063535bcb1819d9a465c46b58ab1
+checksums           md5     2fb51eb37062aff094b104004ecd25a8 \
+                    sha1    5d54ae25c29cdcab7bdfaef87e5f5ed2cc183b75 \
+                    rmd160  271078a11b13291a78acea7fb8164976da3181b9
 
 depends_lib         port:py25-logilab-common port:py25-logilab-astng
 
@@ -40,4 +40,9 @@
     xinstall -m 644 -W ${worksrcpath} ChangeLog README TODO \
         ${destroot}${prefix}/share/doc/${name}
     file delete ${destroot}${python.pkgd}/logilab/__init__.py
+
+    # macports 1.7 does not seem to have the ${python} variables for python25 port group
+    foreach binfile {epylint pylint pylint-gui pyreverse symilar} {
+        file rename ${destroot}${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/20090802/ed68f1be/attachment-0001.html>


More information about the macports-changes mailing list