1c1ed7cb41db92f20abe90142cee9392b9802e08
[vuplus_openembedded] / python / python-pylint_0.3.3.oe
1 DESCRIPTION = "Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another     \
2 pychecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more     \
3 features, like checking line-code's length, checking if variable names are well-formed according to your coding standard,\
4 or checking if declared interfaces are truly implemented, and much more.
5 SECTION = "base"
6 PRIORITY = "optional"
7 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
8 RDEPENDS = "libc6 python-core python-logilab"
9 DEPENDS = "virtual/libc"
10 SRCNAME = "pylint"
11
12 SRC_URI = ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz
13 S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15 inherit distutils
16