summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 47c5ad7d31980ddaf3e595364bdbcbb0d1ae5d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Miguel de Val-Borro <miguel at archlinux dot net>

pkgname=python-ginga
pkgver=2.6.2
pkgrel=1
pkgdesc="	A viewer for astronomical data FITS (Flexible Image Transport System) files."
arch=('i686' 'x86_64')
url="http://ejeschke.github.io/ginga/"
license=('BSD')
depends=('python'
         'python-astropy'
         'python-astropy-helpers'
         'python-matplotlib'
         'python-scipy')
source=("https://files.pythonhosted.org/packages/source/g/ginga/ginga-${pkgver}.tar.gz")
md5sums=('a98559abd5532d41a7e6bd243bf9c1f3')

package(){
  cd $srcdir/ginga
  python setup.py install --root="$pkgdir/" --optimize=1 --use-system-libraries
}