# Contributor: Brandon Bergren # Maintainer: Brandon Bergren pkgname=py3-sphinxcontrib-applehelp _pkgname=sphinxcontrib-applehelp _p="${_pkgname#?}" _p="${_pkgname%"$_p"}" pkgver=1.0.2 pkgrel=0 pkgdesc="A Sphinx extension to output Apple help books" url="https://pypi.python.org/pypi/sphinxcontrib-applehelp" arch="noarch" options="!check" # Cyclic dependency with sphinx license="BSD-2-Clause" depends="python3" checkdepends="py3-sphinx py3-pytest" makedepends="python3-dev" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/$_p/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build } check() { PYTHONWARNINGS="all,ignore::DeprecationWarning:docutils.io" pytest --durations 25 } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="1325ac83ff15dd28d6f2791caf64e6c08d1dd2f0946dc8891f5c4d8fd062a1e8650c9c39a7459195ef41f3b425f5b8d6c5e277ea85621a36dd870ca5162508da py3-sphinxcontrib-applehelp-1.0.2.tar.gz"