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

pkgname=python3-sphinx-devhelp
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_devhelp"
_F_pypi_name="sphinxcontrib-devhelp"
Finclude pypi
sha1sums=('abed2bf089aa89fcba99984fdbe4d7b05bd79c96')

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

# optimization OK
