python3-sphinxcontrib-qthelp: update to 2.0.0.

This commit is contained in:
Gonzalo Tornaría 2025-02-25 17:55:20 -03:00 committed by Đoàn Trần Công Danh
parent 485ae1c62e
commit dca4880d5c

View file

@ -1,18 +1,18 @@
# Template file for 'python3-sphinxcontrib-qthelp'
pkgname=python3-sphinxcontrib-qthelp
version=1.0.3
revision=6
build_style=python3-module
hostmakedepends="python3-setuptools"
version=2.0.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-flit_core"
depends="python3"
checkdepends="python3-Sphinx"
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=4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72
distfiles="${PYPI_SITE}/s/sphinxcontrib-qthelp/sphinxcontrib_qthelp-${version}.tar.gz"
checksum=4fe7d0ac8fc171045be623aba3e2a8f613f8682731f9153bb2e40ece16b9bbab
make_check=no # cyclic with Sphinx
post_install() {
vlicense LICENSE
vlicense LICENCE.rst
}