NOTICE: This package has been removed from pkgsrc

./wip/pylint, Python code static checker

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


Branch: CURRENT, Version: 1.0.0, Package name: pylint-1.0.0, Maintainer: helgoman

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:
[x11/py-Tk] [devel/py-logilab-common] [wip/py-astroid]

Master sites:

SHA1: 307636004ff1c8d70982052b74d5e7b126d69167
RMD160: 7d7f184f2f279fd07a6569eb9a446c36823d6e76
Filesize: 259.719 KB

Version history: (Expand)


CVS history: (Expand)


   2014-03-12 02:30:02 by othyro | Files touched by this commit (10) | Package removed
Log message:
-py-astroid -pylint; imported into HEAD/devel
   2014-01-25 11:38:23 by Thomas Klausner | Files touched by this commit (28) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2013-11-14 20:21:51 by Ryosuke Moro | Files touched by this commit (1) | Package updated
Log message:
update distinfo

   2013-11-14 14:24:32 by Ryosuke Moro | Files touched by this commit (2)
Log message:
fetch expected file

   2013-10-29 22:15:09 by Kamel Derouiche | Files touched by this commit (2)
Log message:

	UPDATE new version 1.0.0
	UPDATE dependency: new component (py-astroid)
	UPDATE :DELETE: documentation
   2013-06-04 09:45:21 by Thomas Klausner | Files touched by this commit (30)
Log message:
Replace py-{curses,readline,Tk}/buildlink3.mk with DEPENDS.

There are no buildlink3-relevant files here, just a loadable module.
   2012-10-07 15:57:25 by Aleksej Saushev | Files touched by this commit (211)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-01-18 09:25:34 by Kamel Derouiche | Files touched by this commit (1)
Log message:
ident Makefile