Module submission - pylint

duncan.gibson@xs4all.nl duncan.gibson at xs4all.nl
Tue Sep 26 15:51:01 UTC 2006


module name       : pylint
suggested section : python
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n

configurable Python code checker from logilab.
requires logilab-common and logilab-astng (just submitted).
latest version updated for Python-2.5

Duncan / engelsman

-------------- next part --------------
--- pylint/BUILD	1970-01-01 01:00:00.000000000 +0100
+++ pylint/BUILD	2006-06-18 19:14:03.000000000 +0200
@@ -0,0 +1,7 @@
+(
+
+  python setup.py build  &&
+  prepare_install        &&
+  python setup.py install
+        
+) > $C_FIFO 2>&1
--- pylint/DEPENDS	1970-01-01 01:00:00.000000000 +0100
+++ pylint/DEPENDS	2006-06-18 19:26:37.000000000 +0200
@@ -0,0 +1,4 @@
+depends Python          &&
+depends logilab-common  &&
+depends logilab-astng
+
--- pylint/DETAILS	1970-01-01 01:00:00.000000000 +0100
+++ pylint/DETAILS	2006-09-26 17:33:12.000000000 +0200
@@ -0,0 +1,22 @@
+          MODULE=pylint
+         VERSION=0.12.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION/
+      SOURCE_URL=ftp://ftp.logilab.fr/pub/$MODULE/
+      SOURCE_VFY=sha1:502d9a918c3627b7d37fb447a545282e4e0951f4
+        WEB_SITE=http://www.logilab.org/projects/$MODULE/
+         ENTERED=20060926
+         UPDATED=20060926
+           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.
+
+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
-------------- next part --------------
lvu submit pylint 9890f309f3d09100a37b25edd1c960fa  -
2.6.18 2.6.12 gcc-3.4.6 glibc-2.3.6


More information about the Lunar mailing list