1 # Contributor: RĂ©mi Audebert <quaero.galileo@gmail.com>
3 pkgname=python2-wikitools
6 pkgdesc="Python scripts and modules to interact with the MediaWiki API"
8 url="http://code.google.com/p/python-wikitools/"
9 license=('cc-by-sa-3.0' 'GPL3')
12 optdepends=('python-poster: file upload support')
13 source=('http://python-wikitools.googlecode.com/files/wikitools-1.1.1.tar.gz')
14 md5sums=('914ee078fc9e41158ed43960b6af0804')
17 cd "$srcdir/wikitools-$pkgver"
19 msg "Starting setup.py..."
20 python2 setup.py install --root=$pkgdir/ --optimize=1