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

blair at macports.org blair at macports.org
Thu Jan 3 22:15:55 PST 2013


Revision: 101090
          https://trac.macports.org/changeset/101090
Author:   blair at macports.org
Date:     2013-01-03 22:15:55 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
py2{5,6,7}-pylint: update to 0.26.0.

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

Modified: trunk/dports/python/py-pylint/Portfile
===================================================================
--- trunk/dports/python/py-pylint/Portfile	2013-01-04 06:10:07 UTC (rev 101089)
+++ trunk/dports/python/py-pylint/Portfile	2013-01-04 06:15:55 UTC (rev 101090)
@@ -6,7 +6,7 @@
 
 name                py-pylint
 if {$subport != "py24-pylint"} {
-    version         0.25.2
+    version         0.26.0
 } else {
     version         0.21.1
     revision        2
@@ -34,9 +34,9 @@
 distname            pylint-${version}
 
 if {$subport != "py24-pylint"} {
-    checksums       md5     de940692e4fc9a71fcd9e1f13066e820 \
-                    sha1    52b1a671bacc115a953b1e0d423ecbaf9064ce2e \
-                    rmd160  2f40b7efa44617b994ae1057e0351577dddf400c
+    checksums       md5     8e320a0f162fb7685b15e3d90fff501a \
+                    sha1    5dcc07d622b4ff7d5751523fe0161989e463ffe6 \
+                    rmd160  9b94f28f2d72d6ddbf26b7a00478f5235d4a0210
 } else {
     checksums       md5     70f82198cde208b9118e81a43f3c7d80 \
                     sha1    e71ba47c1a54839a44f618d7cce5bd716b1a4987 \
@@ -48,6 +48,11 @@
 if {$subport != $name} {
     depends_lib     port:py${dotless_branch}-logilab-common \
                     port:py${dotless_branch}-logilab-astng
+
+    if {$subport != "py24-pylint"} {
+        depends_lib-append  port:py${dotless_branch}-unittest2
+    }
+
     post-destroot {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
         eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/1c8fc783/attachment.html>


More information about the macports-changes mailing list