void-packages/srcpkgs/python3-sphinxcontrib-serializinghtml/template
2021-06-04 21:55:16 +07:00

20 lines
694 B
Bash

# Template file for 'python3-sphinxcontrib-serializinghtml'
pkgname=python3-sphinxcontrib-serializinghtml
version=1.1.5
revision=1
wrksrc=sphinxcontrib-serializinghtml-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Sphinx extension which outputs serialized HTML document"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="http://sphinx-doc.org"
distfiles="${PYPI_SITE}/s/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-${version}.tar.gz"
checksum=aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952
make_check=no # cyclic Sphinx
post_install() {
vlicense LICENSE
}