19 lines
682 B
Bash
19 lines
682 B
Bash
# Template file for 'python3-sphinxcontrib-serializinghtml'
|
|
pkgname=python3-sphinxcontrib-serializinghtml
|
|
version=1.1.9
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools_scm python3-wheel python3-flit_core"
|
|
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=0c64ff898339e1fac29abd2bf5f11078f3ec413cfe9c046d3120d7ca65530b54
|
|
make_check=no # cyclic Sphinx
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|