[77057] trunk/dports/python/py27-lint

stromnov at macports.org stromnov at macports.org
Fri Mar 18 12:08:08 PDT 2011


Revision: 77057
          http://trac.macports.org/changeset/77057
Author:   stromnov at macports.org
Date:     2011-03-18 12:08:08 -0700 (Fri, 18 Mar 2011)
Log Message:
-----------
py27-lint: sync with py26-lint

Modified Paths:
--------------
    trunk/dports/python/py27-lint/Portfile
    trunk/dports/python/py27-lint/files/patch-epylint.py.diff

Modified: trunk/dports/python/py27-lint/Portfile
===================================================================
--- trunk/dports/python/py27-lint/Portfile	2011-03-18 19:06:17 UTC (rev 77056)
+++ trunk/dports/python/py27-lint/Portfile	2011-03-18 19:08:08 UTC (rev 77057)
@@ -5,9 +5,11 @@
 PortGroup           python27 1.0
 
 name                py27-lint
-version             0.22.0
+version             0.23.0
 categories-append   devel
-maintainers         nomaintainer
+
+maintainers         stromnov 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,9 +25,9 @@
 master_sites        http://ftp.logilab.org/pub/pylint/
 distname            pylint-${version}
 
-checksums           md5     feb2c37a64c8c8ab54081945c8762e95 \
-                    sha1    e44748f20455709e7e4c0365214f88a469799a9a \
-                    rmd160  460830e426c28340a63f634451483866dc9f3a3e
+checksums           md5     3c241b161b7e6826011cb8bde4fcf891 \
+                    sha1    d06e759693df4619233b8d386201f463be4a3663 \
+                    rmd160  645248e1e14fde37305f9a011b7e785ac0b765af
 
 depends_lib         port:py27-logilab-common port:py27-logilab-astng
 
@@ -46,4 +48,4 @@
 
 livecheck.url       http://ftp.logilab.org/pub/pylint/
 livecheck.type      regex
-livecheck.regex     {pylint-(\d+(?:\.\d+)*)\.tar\.gz} 
+livecheck.regex     {pylint-(\d+(?:\.\d+)*)\.tar\.gz}

Modified: trunk/dports/python/py27-lint/files/patch-epylint.py.diff
===================================================================
--- trunk/dports/python/py27-lint/files/patch-epylint.py.diff	2011-03-18 19:06:17 UTC (rev 77056)
+++ trunk/dports/python/py27-lint/files/patch-epylint.py.diff	2011-03-18 19:08:08 UTC (rev 77057)
@@ -1,11 +1,11 @@
---- epylint.py	2010-06-05 02:19:46.000000000 +1200
-+++ epylint.py.new	2010-07-23 09:25:07.000000000 +1200
+--- epylint.py.orig	2011-03-15 15:58:03.000000000 +0300
++++ epylint.py	2011-03-15 15:58:58.000000000 +0300
 @@ -58,7 +58,7 @@
          parentPath = os.path.dirname(parentPath)
  
      # Start pylint
--    process = Popen("pylint -f parseable -r n --disable=C,R,I '%s'" %
-+    process = Popen("pylint-@@MPORTS_PYTHON_BRANCH@@ -f parseable -r n --disable=C,R,I '%s'" %
+-    process = Popen('pylint -f parseable -r n --disable=C,R,I "%s"' %
++    process = Popen('pylint-@@MPORTS_PYTHON_BRANCH@@ -f parseable -r n --disable=C,R,I "%s"' %
                      childPath, shell=True, stdout=PIPE, stderr=PIPE,
                      cwd=parentPath)
      p = process.stdout
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110318/fd2561e8/attachment-0001.html>


More information about the macports-changes mailing list