mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
15 lines
432 B
Plaintext
15 lines
432 B
Plaintext
# 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.2
|
|
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
|
|
}
|