updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / python-aplpy / PKGBUILD
blob76e69e6e9e333151711816fb363a849e2bec196c
1 # Contributor: Médéric Boquien <mboquien@free.fr>
3 pkgname=python-aplpy
4 pkgver=0.9.6
5 pkgrel=3
6 pkgdesc="An astronomical plotting library in python"
7 arch=('any')
8 url="http://aplpy.sourceforge.net/"
9 license=("GPL3")
10 depends=('python2' 'python2-matplotlib>=0.99' 'python2-numpy>=1.3' 'python2-pyfits>=2.1' 'python-pywcs' 'python-montage' 'python-pyregion')
11 source=("https://github.com/downloads/aplpy/aplpy/APLpy-$pkgver.tar.gz")
12 md5sums=('bfd8e61ea1139dcc3d8bdf94eee03df3')
14 build() {
15   cd $srcdir/APLpy-$pkgver
16   python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1