UmVirt LFS Package info

DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
[ BASH | XML | JSON ]

python3-PyQt5

Package info

Template:
Codename: python3-PyQt5
Source file: PyQt5-5.15.11.tar.gz
Source file size: 3216775
Source file MD5-checkum: 51ff7c7ccec76a5de36db3ff88140eaf
Source directory: PyQt5-5.15.11
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/python-modules/PyQt5-5.15.11.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/python-modules/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