# Maintainer: Will Handley (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 }