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

pkgname=python3-click
pkgver=8.2.1
pkgrel=1
pkgdesc="Simple wrapper around optparse for powerful command line utilities"
archs=("x86_64")
groups=('devel-extra')
url='https://click.palletsprojects.com/'
depends=("python3")
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-flit_core')
_F_pypi_name=click
Finclude pypi
sha1sums=('c309a0ef55eb46d2bf4c41f5e748e110bfea9cb2')
_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
