]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-pylint_0.3.3.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-pylint_0.3.3.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 PRIORITY = "optional"
7 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
8 LICENSE = "GPL"
9 RDEPENDS = "python-core python-logilab"
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