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

pkgname=pyqt-builder
pkgver=1.16.0
pkgrel=2
pkgdesc="The PEP 517 compliant PyQt build system"
groups=('devel-extra')
makedepends=('python3-installer' 'python3-build' 'python3-setuptools_scm')
depends=('python3>=3.13')
archs=('x86_64')
_F_python_version=python3
_F_pypi_name=PyQt-builder
_F_archive_name="$_F_pypi_name"
Finclude pypi
sha1sums=('e51fdfcbc9c4c449936148a6271cb35689d85818')


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

}

# optimization OK
