void-packages/srcpkgs/python3-sphinxcontrib-qthelp/template
2025-04-08 09:12:03 +07:00

18 lines
609 B
Bash

# Template file for 'python3-sphinxcontrib-qthelp'
pkgname=python3-sphinxcontrib-qthelp
version=2.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
short_desc="Sphinx extension which outputs QtHelp 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-qthelp/sphinxcontrib_qthelp-${version}.tar.gz"
checksum=4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab
make_check=no # cyclic with Sphinx
post_install() {
vlicense LICENCE.rst
}