description='Sphinx extension which renders display math in HTML via JavaScript'
url='https://github.com/sphinx-doc/sphinxcontrib-jsmath'

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

makedepends=(python)

name=python-sphinxcontrib-jsmath
version=1.0.1
release=3
_name=sphinxcontrib-jsmath

source=(https://files.pythonhosted.org/packages/b2/e8/9ed3830aeed71f17c026a07a5097edcf44b692850ef215b161b8ad875729/${_name}-$version.tar.gz)

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