#Packager: Vasile Coman pkgname=pylint pkgver=0.25.0 pkgrel=1vc source=("http://download.logilab.org/pub/pylint/pylint-$pkgver.tar.gz") sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ docs=("readme" "install" "copying" "ChangeLog" "authors" "todo") url=http://www.logilab.org/project/pylint options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler----------------------------------------------| "Pylint (Python Source Code Checker)" "Pylint is a python tool that checks if a module satisfies a2" "coding standard. Pylint can be seen as another PyChecker since" "nearly all tests you can do with PyChecker can also be done" "with Pylint." "http://www.logilab.org/project/pylint" ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py build python setup.py install --root=$startdir/pkg }