description='Sphinx extension which outputs Apple help books'
url='https://github.com/sphinx-doc/sphinxcontrib-applehelp'

packager="tnut <tnut@nutyx.org>"
contributors="Spiky"

makedepends=(python)

name=python-sphinxcontrib-applehelp
_name=sphinxcontrib-applehelp
version=1.0.2
release=3

source=(https://files.pythonhosted.org/packages/9f/01/ad9d4ebbceddbed9979ab4a89ddb78c9760e74e6757b1880f1b2760e8295/sphinxcontrib-applehelp-1.0.2.tar.gz)

build() {
cd ${_name}-$version
python setup.py build
python setup.py install --root=$PKG --optimize=1 --skip-build
}
