2 # Maintainer: Sebastien Binet <binet@cern.ch>
6 pkgdesc="Remote Procedure interface to Matplotlib"
7 url="http://www.billbaxter.com/projects/ezplot"
10 depends=( 'python-matplotlib' 'twisted' )
15 source=(http://www.billbaxter.com/projects/ezplot/ezplot-$pkgver.tar.gz)
16 md5sums=('d4c96ed8ef5f19a50ea82b4b5bfa9002')
19 cd $startdir/src/ezplot-$pkgver
20 python setup.py install --prefix=/usr --root=$startdir/pkg
21 ## remove the python-egg infos: we don't need them, we have pacman :)
22 /bin/rm -rf $startdir/pkg/usr/lib/python*/site-packages/*egg*