1 # Maintainer: Antonio Rojas <arojas@archlinux.org>
6 pkgdesc='The PEP 517 compliant PyQt build system'
8 url='https://pypi.org/project/PyQt-builder/'
11 makedepends=(python-build python-installer python-setuptools python-wheel)
12 source=(https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$pkgver.tar.gz)
13 sha256sums=('a90553703897eb41e27c2f1abd31fb9ed304c32ec3271b380015b54ea9762ddd')
16 cd PyQt-builder-$pkgver
17 python -m build --wheel --no-isolation
21 cd PyQt-builder-$pkgver
22 python -m installer --destdir="$pkgdir" dist/*.whl