[96602] trunk/dports/python

blair at macports.org blair at macports.org
Tue Aug 14 20:04:25 PDT 2012


Revision: 96602
          https://trac.macports.org/changeset/96602
Author:   blair at macports.org
Date:     2012-08-14 20:04:24 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
py2{5,6,7}-lint: new upstream 0.25.2 release.

Delete the patch as it appears it is unnecessary.  From a quick
review, it appears that ${prefix}/bin/epylint-2.X imports epylint from
the site-packages directory which then finds the 'lint.py' to run
using

    cmd = [sys.executable, lintPath, '-f', 'parseable', '-r', 'n',
           '--disable=C,R,I', childPath]
    process = Popen(cmd, stdout=PIPE, stderr=PIPE, cwd=parentPath)

which will get the correct 'lint.py', which will be in each different
Python version's site-packages directory.

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

Removed Paths:
-------------
    trunk/dports/python/py25-lint/files/
    trunk/dports/python/py26-lint/files/
    trunk/dports/python/py27-lint/files/

Modified: trunk/dports/python/py25-lint/Portfile
===================================================================
--- trunk/dports/python/py25-lint/Portfile	2012-08-15 02:57:58 UTC (rev 96601)
+++ trunk/dports/python/py25-lint/Portfile	2012-08-15 03:04:24 UTC (rev 96602)
@@ -5,7 +5,7 @@
 PortGroup           python25 1.0
 
 name                py25-lint
-version             0.23.0
+version             0.25.2
 categories-append   devel
 
 maintainers         dh openmaintainer
@@ -27,18 +27,12 @@
 master_sites        http://ftp.logilab.org/pub/pylint/
 distname            pylint-${version}
 
-checksums           md5     3c241b161b7e6826011cb8bde4fcf891 \
-                    sha1    d06e759693df4619233b8d386201f463be4a3663 \
-                    rmd160  645248e1e14fde37305f9a011b7e785ac0b765af
+checksums           md5     de940692e4fc9a71fcd9e1f13066e820 \
+                    sha1    52b1a671bacc115a953b1e0d423ecbaf9064ce2e \
+                    rmd160  2f40b7efa44617b994ae1057e0351577dddf400c
 
 depends_lib         port:py25-logilab-common port:py25-logilab-astng
 
-patchfiles          patch-epylint.py.diff
-
-post-patch {
-    reinplace "s|@@MPORTS_PYTHON_BRANCH@@|${python.branch}|" ${worksrcpath}/epylint.py
-}
-
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \

Modified: trunk/dports/python/py26-lint/Portfile
===================================================================
--- trunk/dports/python/py26-lint/Portfile	2012-08-15 02:57:58 UTC (rev 96601)
+++ trunk/dports/python/py26-lint/Portfile	2012-08-15 03:04:24 UTC (rev 96602)
@@ -5,7 +5,7 @@
 PortGroup           python26 1.0
 
 name                py26-lint
-version             0.24.0
+version             0.25.2
 categories-append   devel
 
 maintainers         dh openmaintainer
@@ -27,18 +27,12 @@
 master_sites        http://ftp.logilab.org/pub/pylint/
 distname            pylint-${version}
 
-checksums           md5     71df67d15f3aa1895c543b40a6955ed3 \
-                    sha1    269d84825a334a558328f36eabeb7a9748555302 \
-                    rmd160  c54d23f9d9c592c1baf98b4dfe1619c226ce978f
+checksums           md5     de940692e4fc9a71fcd9e1f13066e820 \
+                    sha1    52b1a671bacc115a953b1e0d423ecbaf9064ce2e \
+                    rmd160  2f40b7efa44617b994ae1057e0351577dddf400c
 
 depends_lib         port:py26-logilab-common port:py26-logilab-astng
 
-patchfiles          patch-epylint.py.diff
-
-post-patch {
-    reinplace "s|@@MPORTS_PYTHON_BRANCH@@|${python.branch}|" ${worksrcpath}/epylint.py
-}
-
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \

Modified: trunk/dports/python/py27-lint/Portfile
===================================================================
--- trunk/dports/python/py27-lint/Portfile	2012-08-15 02:57:58 UTC (rev 96601)
+++ trunk/dports/python/py27-lint/Portfile	2012-08-15 03:04:24 UTC (rev 96602)
@@ -5,7 +5,7 @@
 PortGroup           python27 1.0
 
 name                py27-lint
-version             0.24.0
+version             0.25.2
 categories-append   devel
 
 maintainers         stromnov openmaintainer
@@ -27,18 +27,12 @@
 master_sites        http://ftp.logilab.org/pub/pylint/
 distname            pylint-${version}
 
-checksums           md5     71df67d15f3aa1895c543b40a6955ed3 \
-                    sha1    269d84825a334a558328f36eabeb7a9748555302 \
-                    rmd160  c54d23f9d9c592c1baf98b4dfe1619c226ce978f
+checksums           md5     de940692e4fc9a71fcd9e1f13066e820 \
+                    sha1    52b1a671bacc115a953b1e0d423ecbaf9064ce2e \
+                    rmd160  2f40b7efa44617b994ae1057e0351577dddf400c
 
 depends_lib         port:py27-logilab-common port:py27-logilab-astng
 
-patchfiles          patch-epylint.py.diff
-
-post-patch {
-    reinplace "s|@@MPORTS_PYTHON_BRANCH@@|${python.branch}|" ${worksrcpath}/epylint.py
-}
-
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
     eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/bbbb7f15/attachment.html>


More information about the macports-changes mailing list