# Maintainer: Philipp A. _name=scanpydoc pkgname=python-$_name pkgver=0.2.1 pkgrel=1 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) makedepends=(python-pip) _wheel="$_name-$pkgver-py3-none-any.whl" source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/$_wheel") sha256sums=('536ced4cda6f2f8be9d44aac58e8e057e94fd055c9293dcbe8a1a3f5e3c99996') noextract=("$_wheel") package() { cd "$srcdir" pip install --compile --no-deps --ignore-installed --root="$pkgdir" "$_wheel" }