You are not logged in.

#1 2005-02-25 14:58:41

bigpod
Member
Registered: 2004-04-13
Posts: 16

[new] pylint 0.6.3 logilab-common 0.9.2

logilab-common 0.9.2

pkgname=logilab-common
name=common
pkgver=0.9.2
pkgrel=1
pkgdesc="The package logilab.common contains several modules providing low level functionnalities shared among some python projects developped by logilab."
depends=(python)
source=(ftp://ftp.logilab.org/pub/$name/$name-$pkgver.tar.gz)
url="http://www.logilab.org/projects/common"
md5sums=('e8c773f028c7f409fad86fcd2c04d977') 

build() {
  cd $startdir/src/$name-$pkgver
  python setup.py install --prefix=$startdir/pkg/usr
} 

pylint 0.6.3

pkgname=pylint
pkgver=0.6.3
pkgrel=1
pkgdesc="Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more."
depends=(python logilab-common)
source=(ftp://ftp.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
url="http://www.logilab.org/projects/pylint/"
md5sums=('9b4aed8c9840dbc845a6a4ce4a03206d') 

build() {
  cd $startdir/src/$pkgname-$pkgver
  python setup.py install --prefix=$startdir/pkg/usr
} 

Offline

#2 2005-02-25 15:49:42

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: [new] pylint 0.6.3 logilab-common 0.9.2

Nice! PyLint in Extra!

Offline

Board footer

Powered by FluxBB