# description : PyQt-builder is the PEP 517 compliant build system for PyQt # homepage : https://pypi.org/project/PyQt-builder # depends : python3-setuptools name=python3-pyqt-builder version=1.15.4 release=1 source="$name-$version.tar.gz::https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$version.tar.gz" build() { cd PyQt-builder-$version python3 setup.py build python3 setup.py install --root=$PKG --skip-build }