summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 461a6e067f18afa6ac976fa53cbdc0186d339fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=pywwt
pkgname=python-$_modulename
pkgver=0.6.0
pkgrel=1
pkgdesc="Python interface to the Windows and Web client of WorldWide Telescope"
arch=(any)
url="https://github.com/WorldWideTelescope/pywwt"
license=('BSD')
groups=()
depends=('python-numpy' 'python-matplotlib' 'python-requests' 'python-beautifulsoup4' 'python-lxml' 'python-ipywidgets' 'python-traitlets' 'python-qtpy' 'python-flask' 'python-six')
makedepends=('python-setuptools')
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
install=
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('b151959e2f7e41ff9088fc824da07942384c48b7c43a15239e4239038ae27dfb')
#check() {
#  cd "$srcdir/CAMB-$pkgver/"
#  python setup.py test
#}
package() {
  cd "$srcdir/pywwt-$pkgver/"
  python setup.py install --root="$pkgdir/" --optimize=1
}