20 lines
673 B
Bash
20 lines
673 B
Bash
# Template file for 'python3-sphinxcontrib-htmlhelp'
|
|
pkgname=python3-sphinxcontrib-htmlhelp
|
|
version=2.1.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools
|
|
python3-wheel"
|
|
depends="python3"
|
|
short_desc="Sphinx extension which outputs 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-htmlhelp/sphinxcontrib_htmlhelp-${version}.tar.gz"
|
|
checksum=c9e2916ace8aad64cc13a0d233ee22317f2b9025b9cf3295249fa985cc7082e9
|
|
make_check=no # cyclic with Sphinx
|
|
|
|
post_install() {
|
|
vlicense LICENCE.rst
|
|
}
|