[151405] trunk/dports/python/py-pylint/Portfile

stromnov at macports.org stromnov at macports.org
Mon Aug 15 05:54:35 PDT 2016


Revision: 151405
          https://trac.macports.org/changeset/151405
Author:   stromnov at macports.org
Date:     2016-08-15 05:54:35 -0700 (Mon, 15 Aug 2016)
Log Message:
-----------
py-pylint: update to version 1.6.4 (#51998)

Modified Paths:
--------------
    trunk/dports/python/py-pylint/Portfile

Modified: trunk/dports/python/py-pylint/Portfile
===================================================================
--- trunk/dports/python/py-pylint/Portfile	2016-08-15 12:53:47 UTC (rev 151404)
+++ trunk/dports/python/py-pylint/Portfile	2016-08-15 12:54:35 UTC (rev 151405)
@@ -6,7 +6,7 @@
 PortGroup           select 1.0
 
 name                py-pylint
-version             1.5.6
+version             1.6.4
 revision            0
 categories-append   devel
 platforms           darwin
@@ -27,21 +27,28 @@
                     with coding style. The default coding style used \
                     by pylint is close to `Guido's style guide`_.
 
-homepage            http://www.logilab.org/project/pylint
+homepage            https://pylint.org
 master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
 
 distname            ${python.rootname}-${version}
 
-checksums           rmd160  e2feb2267424e0b9282c82f74b66a48d14f77aff \
-                    sha256  303bdd755048feec2c1fe1ea16e8f4306636f02845510ff3d5922ae2d6fe35cc
+checksums           rmd160  629ff9ed14f15db119545c96ea1c31c2a6ee5fc9 \
+                    sha256  ef901a34b62ed7a734370ba5b162d890231ba8822abe88c6dda1268e2575f5f1
 
 if {${name} ne ${subport}} {
     depends_build-append \
                         port:py${python.version}-setuptools
 
-    depends_lib-append  port:py${python.version}-logilab-common \
-                        port:py${python.version}-astroid
+    depends_lib-append  port:py${python.version}-astroid \
+                        port:py${python.version}-six \
+                        port:py${python.version}-isort \
+                        port:py${python.version}-flake8-mccabe
 
+    if {${python.version} eq 27} {
+        depends_lib-append  port:py${python.version}-configparser \
+                            port:py${python.version}-backports-functools_lru_cache
+    }
+
     depends_run-append  port:pylint_select
 
     post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160815/121aa3dc/attachment.html>


More information about the macports-changes mailing list