# Maintainer: Will Handley (aur.archlinux.org/account/wjhandley) pkgname=python-getdist _name=GetDist pkgver=1.4 pkgrel=1 pkgdesc="MCMC sample analysis, kernel densities, plotting, and GUI" arch=(any) url="https://github.com/cmbant/$_name" license=() groups=() depends=(python-numpy python-matplotlib python-six python-scipy pyside2 python-pandas) makedepends=(python-setuptools) provides=() conflicts=() replaces=() backup=() options=(!emptydirs) install= source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") sha256sums=('2ae8afdac6b61d0d4225f4973a9517b679ceee7561503a6ec220fcc938e6a5fc') build() { cd "$srcdir/$_name-$pkgver" python -m build --wheel --no-isolation } package() { cd "$srcdir/$_name-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl }