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

pkgname=python3-argparse-manpage
pkgver=4.6
pkgrel=1
pkgdesc="Automatically build man-pages for your Python project"
depends=('python3')
makedepends=('python3-setuptools' 'python3-build' 'python3-wheel' 'python3-installer')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="argparse-manpage"
_F_archive_name="$_F_pypi_name"
Finclude pypi
sha1sums=('d4a680923f981545b53923d5bf6d34f02ea9322e')
_F_python_version=python3

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

# optimization OK
