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

pkgname=python3-sphinx-htmlhelp
pkgver=2.1.0
pkgrel=2
pkgdesc="Sphinx extension which renders HTML help files"
depends=('python3>=3.13')
makedepends=('python3-build' 'python3-installer' 'python3-setuptools' 'python3-wheel' 'python3-flit_core')
groups=('devel-extra')
archs=('x86_64')
_F_archive_name="sphinxcontrib_htmlhelp"
_F_pypi_name="sphinxcontrib-htmlhelp"
Finclude pypi
sha1sums=('768d1091e61ecab61b67a333ebe7d2f52b174ce0')

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

}

# optimization OK
