NOTICE: This package has been removed from pkgsrc

./devel/py-lint, Python source code analyzer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.5.2, Package name: py37-lint-2.5.2, Maintainer: pkgsrc-users

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.


Required to run:
[devel/py-setuptools] [lang/py-six] [devel/py-astroid] [devel/py-mccabe] [devel/py-isort] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: c79bd688a881e42ed68cfa19915b900439258fdc
RMD160: 1c6af3008c48acd7a9617d2170cc0e3ba68cfda3
Filesize: 667.101 KB

Version history: (Expand)


CVS history: (Expand)


   2020-05-18 15:28:19 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
py-lint: remove, quite similar to py-pylint
   2020-05-18 14:44:51 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
devel/py-lint: import py-lint-2.5.2

Packaged for wip by Aleksej Lebedev and updated by me.

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.
   2017-03-01 14:01:16 by Filip Hajny | Files touched by this commit (7) | Package removed
Log message:
Revert adding py-lint, package already existed as py-pylint.
   2017-02-28 21:56:33 by Filip Hajny | Files touched by this commit (7)
Log message:
Import pylint 1.6.5 as devel/py-lint.

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).