# Maintainer: Will Handley (aur.archlinux.org/account/wjhandley) _modulename=cobaya pkgname=python-$_modulename pkgver=3.1.1 pkgrel=2 pkgdesc="Code for Bayesian Analysis in Cosmology" arch=(any) url="https://github.com/CobayaSampler/$_modulename" license=() groups=() depends=(python-numpy python-scipy python-pytz python-six python-dateutil python-pandas python-yaml wget python-pybobyqa python-kiwisolver python-pyparsing python-cycler python-matplotlib python-getdist python-fuzzywuzzy python-pyside2) makedepends=(python-setuptools) provides=() conflicts=() replaces=() backup=() options=(!emptydirs) install= source=("${url}/archive/v${pkgver}.tar.gz") sha256sums=('885b9ebb7f53556bd885102434274c2e15ad77d3ec30e5fc3b99078fcea06463') package() { cd "$srcdir/$_modulename-${pkgver}" python setup.py install --root="$pkgdir/" --optimize=1 mkdir -p "$pkgdir/usr/share/licenses/$pkgname" }