pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pylint



Module Name:    pkgsrc
Committed By:   rodent
Date:           Wed Mar 12 01:26:03 UTC 2014

Added Files:
        pkgsrc/devel/py-pylint: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Import py27-pylint-1.1.0 as devel/py-pylint.

Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book).
Pylint can be seen as another PyChecker since nearly all tests you
can do with PyChecker can also be done with Pylint. However, Pylint
offers some more features, like checking length of lines of code,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more. . Additionally, it is possible to write plugins to
add your own checks.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pylint/DESCR \
    pkgsrc/devel/py-pylint/Makefile pkgsrc/devel/py-pylint/PLIST \
    pkgsrc/devel/py-pylint/buildlink3.mk pkgsrc/devel/py-pylint/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index