2025-04-08 09:12:03 +07:00

19 lines
649 B
Bash

# Template file for 'python3-sphinxcontrib-serializinghtml'
pkgname=python3-sphinxcontrib-serializinghtml
version=2.0.0
revision=1
build_style=python3-pep517
hostmakedepends="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=e9d912827f872c029017a53f0ef2180b327c3f7fd23c87229f7a8e8b70031d4d
make_check=no # cyclic Sphinx
post_install() {
vlicense LICENCE.rst
}