Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/py-lint,
Python source code analyzer
Branch: CURRENT,
Version: 2.5.2,
Package name: py37-lint-2.5.2,
Maintainer: pkgsrc-usersPylint 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)
- (2020-05-19) Package deleted from pkgsrc
- (2020-05-18) Package has been reborn
- (2020-05-18) Updated to version: py37-lint-2.5.2
- (2017-03-02) Package deleted from pkgsrc
- (2017-03-01) Package added to pkgsrc.se, version py27-lint-1.6.5 (created)
CVS history: (Expand)
2020-05-18 15:28:19 by Thomas Klausner | Files touched by this commit (5) | |
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) | |
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) | |
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).
|