description='Sphinx extension which outputs QtHelp document'
url='https://github.com/sphinx-doc/sphinxcontrib-qthelp'

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

makedepends=(python)

name=python-sphinxcontrib-qthelp
version=1.0.3
release=3
_name=sphinxcontrib-qthelp

source=(https://files.pythonhosted.org/packages/b1/8e/c4846e59f38a5f2b4a0e3b27af38f2fcf904d4bfd82095bf92de0b114ebd/${_name}-$version.tar.gz)

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