description='Sphinx extension which renders HTML help files'
url=https://github.com/sphinx-doc/sphinxcontrib-htmlhelp

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

makedepends=(python)

name=python-sphinxcontrib-htmlhelp
version=2.0.0
release=3
_name=sphinxcontrib-htmlhelp

source=(https://files.pythonhosted.org/packages/eb/85/93464ac9bd43d248e7c74573d58a791d48c475230bcf000df2b2700b9027/${_name}-$version.tar.gz)

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