UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

python3-PyQt5

Package info

Template:
Codename: python3-PyQt5
Source file: PyQt5-5.15.11.tar.gz
Source directory: PyQt5-5.15.11
Package URL: PyQt5-5.15.11.tar.gz
Package md5-checksum URL: PyQt5-5.15.11.tar.gz.md5sum
Dependances: qt5, python3-PyQt-builder.
Dependance of: python-pyqt5_sip.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sip-build \
    --confirm-license \
    --no-make \
    --api-dir /usr/share/qt/qsci/api/python \
    --pep484-pyi

Build script:
cd build

make

Install script:
cd build

make INSTALL_ROOT=$PWD/DESTDIR install

# Remove unused py2 version of uic modules:
rm -r DESTDIR/usr/lib/python*/site-packages/PyQt5/uic/port_v2

# compile Python bytecode
python3 -m compileall -d / DESTDIR/usr/lib
python3 -O -m compileall -d / DESTDIR/usr/lib

cp -rv DESTDIR/usr/* /usr