Module submission - pylint

duncan.gibson@xs4all.nl duncan.gibson at xs4all.nl
Fri Aug 11 17:06:50 UTC 2006


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


Duncan Gibson / 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-06-18 19:25:00.000000000 +0200
@@ -0,0 +1,22 @@
+          MODULE=pylint
+         VERSION=0.11.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION/
+      SOURCE_URL=ftp://ftp.logilab.fr/pub/$MODULE/
+      SOURCE_VFY=sha1:6ffed5815a1f129d86703a9fd5a84e7eeae76758
+        WEB_SITE=http://www.logilab.org/projects/$MODULE/
+         ENTERED=20060618
+         UPDATED=20060618
+           SHORT="Pylint analyzes Python source code looking for bugs and signs of poor quality"
+
+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.17.8 2.6.12 gcc-3.4.6 glibc-2.3.6


More information about the Lunar mailing list