19 lines
646 B
Bash
19 lines
646 B
Bash
# Template file for 'python3-sphinxcontrib-serializinghtml'
|
|
pkgname=python3-sphinxcontrib-serializinghtml
|
|
version=1.1.5
|
|
revision=3
|
|
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
|
|
}
|