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

pkgname=python3-sphinx-applehelp
pkgver=2.0.0
pkgrel=2
pkgdesc="Sphinx extension which outputs Apple help books"
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_applehelp"
_F_pypi_name="sphinxcontrib-applehelp"
Finclude pypi
sha1sums=('049a60d7ab072f5dddbd657edc7ed47e1bc70fcc')

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

}

# optimization OK
