[76962] trunk/dports/python/py26-lint

stromnov at macports.org stromnov at macports.org
Tue Mar 15 06:01:02 PDT 2011


Revision: 76962
          http://trac.macports.org/changeset/76962
Author:   stromnov at macports.org
Date:     2011-03-15 06:01:00 -0700 (Tue, 15 Mar 2011)
Log Message:
-----------
py26-lint: update to version 0.23.0

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

Modified: trunk/dports/python/py26-lint/Portfile
===================================================================
--- trunk/dports/python/py26-lint/Portfile	2011-03-15 12:56:00 UTC (rev 76961)
+++ trunk/dports/python/py26-lint/Portfile	2011-03-15 13:01:00 UTC (rev 76962)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-lint
-version             0.22.0
+version             0.23.0
 categories-append   devel
 maintainers         dh openmaintainer
 description         Error (and style) checking for python
@@ -23,9 +23,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:py26-logilab-common port:py26-logilab-astng
 

Modified: trunk/dports/python/py26-lint/files/patch-epylint.py.diff
===================================================================
--- trunk/dports/python/py26-lint/files/patch-epylint.py.diff	2011-03-15 12:56:00 UTC (rev 76961)
+++ trunk/dports/python/py26-lint/files/patch-epylint.py.diff	2011-03-15 13:01:00 UTC (rev 76962)
@@ -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/20110315/6bf9860a/attachment.html>


More information about the macports-changes mailing list