2019-12-29 11:40:21 +01:00
|
|
|
# Description: PyQt-builder is the PEP 517 compliant build system for PyQt
|
|
|
|
# URL: https://pypi.org/project/PyQt-builder/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
2024-04-04 19:15:34 +02:00
|
|
|
# Depends on: python3-setuptools-scm sip
|
2019-12-29 11:40:21 +01:00
|
|
|
|
|
|
|
name=python3-pyqt-builder
|
2024-07-12 21:33:19 +02:00
|
|
|
version=1.16.4
|
2019-12-29 11:40:21 +01:00
|
|
|
release=1
|
2024-04-21 20:16:25 +02:00
|
|
|
source=(https://pypi.io/packages/source/p/pyqt_builder/pyqt_builder-$version.tar.gz)
|
2019-12-29 11:40:21 +01:00
|
|
|
|
|
|
|
build() {
|
2024-04-21 20:16:25 +02:00
|
|
|
cd pyqt_builder-$version
|
2024-04-04 17:27:00 +02:00
|
|
|
|
|
|
|
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
|
|
|
|
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
|
2019-12-29 11:40:21 +01:00
|
|
|
}
|