[Lunar-commits] <moonbase> pylint: updated to version 0.19.0

Duncan Gibson engelsman at lunar-linux.org
Sat Jan 23 17:20:06 CET 2010


commit 53d0bdddee771f323d169d354655d1d9c3aebcac
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Sat Jan 23 17:20:06 2010 +0100

    pylint: updated to version 0.19.0
    
    also reformatted long description to fit 72-char line length rule
---
 python/pylint/DETAILS |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/python/pylint/DETAILS b/python/pylint/DETAILS
index ee7dce3..048b6c1 100644
--- a/python/pylint/DETAILS
+++ b/python/pylint/DETAILS
@@ -1,22 +1,24 @@
           MODULE=pylint
-         VERSION=0.18.1
+         VERSION=0.19.0
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=ftp://ftp.logilab.fr/pub/$MODULE
-      SOURCE_VFY=sha1:891b4666872822d49e01fba28f94fb0a25db51de
+      SOURCE_VFY=sha1:cfa071057538d798678e62fc93952f36d6838ad2
         WEB_SITE=http://www.logilab.org/projects/$MODULE
          ENTERED=20070622
-         UPDATED=20090906
+         UPDATED=20100123
            SHORT="customizable Python source code analyzer"
 
 cat << EOF
-Pylint is a python tool that checks if a module satisfies a coding standard.
-It can be seen as another PyChecker since nearly all tests you can do with
-PyChecker can also be done with Pylint. But Pylint offers some more features,
-like checking line-code's length, checking if variable names are well-formed
-according to your coding standard, or checking of declared interfaces are
-truly implemented, and much more.
+Pylint is a python tool that checks if a module satisfies a coding
+standard.  It can be seen as another PyChecker since nearly all
+tests you can do with PyChecker can also be done with Pylint. But
+Pylint offers some more features, like checking line-code's length,
+checking if variable names are well-formed according to your coding
+standard, or checking of declared interfaces are truly implemented,
+and much more.
 
-The big advantage of Pylint is that it is highly configurable, customizable,
-and you can easily write a small plugin to add a personal feature.
+The big advantage of Pylint is that it is highly configurable,
+customizable, and you can easily write a small plugin to add a
+personal feature.
 EOF


More information about the Lunar-commits mailing list