description='Sphinx extension which outputs "serialized" HTML files (json and pickle)'
url='https://github.com/sphinx-doc/sphinxcontrib-serializinghtml'

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

makedepends=(python)

name=python-sphinxcontrib-serializinghtml
version=1.1.5
release=3
_name=sphinxcontrib-serializinghtml

source=(https://files.pythonhosted.org/packages/b5/72/835d6fadb9e5d02304cf39b18f93d227cd93abd3c41ebf58e6853eeb1455/${_name}-$version.tar.gz)

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