void-packages/srcpkgs/python3-sphinxcontrib-htmlhelp/template

20 lines
669 B
Bash

# Template file for 'python3-sphinxcontrib-htmlhelp'
pkgname=python3-sphinxcontrib-htmlhelp
version=2.0.1
revision=2
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=0cbdd302815330058422b98a113195c9249825d681e18f11e8b1f78a2f11efff
make_check=no # cyclic with Sphinx
post_install() {
vlicense LICENSE
}