# Maintainer: Philipp A. _name=scanpydoc pkgname=python-$_name pkgver=0.3.3 pkgrel=2 pkgdesc='A series of Sphinx extensions to get easy to maintain, numpydoc style documentation.' arch=(any) url="https://github.com/theislab/$_name" license=(GPL3) depends=(python-sphinx python-get_version python-future-fstrings) _pyarch=py3 _wheel="${_name/-/_}-$pkgver-$_pyarch-none-any.whl" source=("https://files.pythonhosted.org/packages/$_pyarch/${_name::1}/$_name/$_wheel") sha256sums=('91869ec0faed3c1f760c302098e85790ad4b69d7c859c4d0277613131c75cca8') noextract=("$_wheel") package() { local site="$pkgdir/usr/lib/$(readlink /bin/python3)/site-packages" mkdir -p "$site" unzip "$_wheel" -d "$site" find "$site" -type f -exec chmod 644 {} \; }