# Maintainer: Will Handley (aur.archlinux.org/account/wjhandley) _modulename=getdist pkgname=python-$_modulename pkgver=0.2.8.2 pkgrel=1 pkgdesc="MCMC sample analysis, kernel densities, plotting, and GUI" arch=(any) url="https://github.com/cmbant/getdist" license=() groups=() depends=('python-numpy' 'python-matplotlib' 'python-six' 'python-scipy' 'python-pyside' 'python-pandas') makedepends=('python-setuptools') provides=() conflicts=() replaces=() backup=() options=(!emptydirs) install= source=("${url}/archive/${pkgver}.tar.gz") sha256sums=('065e5839d342c14f4cdd19322da6374eb803020cf0a7545c2404625781e5d8fd') package() { cd "$srcdir/$_modulename-${pkgver}" python setup.py install --root="$pkgdir/" --optimize=1 mkdir -p "$pkgdir/usr/share/licenses/$pkgname" }