# Compiling Time: 0.02 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-sphinx-qthelp
pkgver=2.0.0
pkgrel=2
pkgdesc="Sphinx extension which outputs QtHelp document"
depends=('python3>=3.13')
makedepends=('python3-build' 'python3-installer' 'python3-flit_core')
groups=('devel-extra')
archs=('x86_64')
_F_archive_name="sphinxcontrib_qthelp"
_F_pypi_name="sphinxcontrib-qthelp"
Finclude pypi
sha1sums=('0e581a6d05a820aeb00d12dbd11d5f19e5f9954d')

build() {
        Fcd
        Fpatchall
        Fexec python3 -m build -nw || Fdie
        Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}


# optimization OK
