increase dvbapp PR.
[vuplus_openembedded] / recipes / python / python-pylint_0.15.2.bb
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 = "devel/python"
6 HOMEPAGE = "http://www.logilab.org/857"
7 PRIORITY = "optional"
8 LICENSE = "GPL"
9 RDEPENDS = "python-logilab-common"
10 SRCNAME = "pylint"
11 PR = "ml0"
12
13 SRC_URI = "ftp://ftp.logilab.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
14 S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16 inherit distutils