# py3qt5/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.15 hours (or 009.17 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.22 hours (or 013.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.28 hours (or 016.58 minutes) - HP EliteBook 8560w 32GB RAM 00.48 hours (or 028.67 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.50 hours (or 030.12 minutes) - Toshiba Satellite C655 E-300 CPU 4GB RAM 00.57 hours (or 034.20 minutes) - ThinkPad W530 i7 4x2 32GB RAM 01.54 hours (or 092.17 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none fortran = disabled license = See "license*.txt" in installed tree licfile = LICENSE licprefix = $PRODTREE/python3 proddir = none purge = no shareddir = yes dontfind = qt4 setpaths = python3-core qt5 xorg tmpsize = 187M #--------------------------------------------------------------------- [depends] expat fontconfig freetype2 libxml2 # May not be needed python:strict python3-core:strict python3-tcltk py3sipqt5 qt5:strict sqlite2 # May not be needed sqlite3 # Ditto zlib #--------------------------------------------------------------------- [build] export QTDIR=$PRODTREE/qt5 NUMJOBS=`getconf _NPROCESSORS_ONLN` pip3 uninstall -y PyQt-builder || true pip3 install --no-index --upgrade \ --find-links /src/piprepo3 "PyQt-builder==1.15.4" pip3 uninstall -y PyQt5_sip || true pip3 install --no-index --upgrade \ --find-links /src/piprepo3 "PyQt5_sip==12.13.0" mkdir -p build sip-install --confirm-license \ --jobs $NUMJOBS --build-dir `pwd`/build --verbose \ --no-dbus-python --no-designer-plugin if [ "@$LACBITS" \!= "@32" ]; then echo Building PyQtWebEngine tar zxf $PKGDIR_SPECIAL/PyQtWebEngine-5.15.6.tar.gz cd PyQtWebEngine-5.15.6 mkdir -p build sip-install \ --jobs $NUMJOBS --build-dir `pwd`/build --verbose fi #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = Not checked yet url_home = http://www.riverbankcomputing.com/software/pyqt/ url_lfs = n/a url_tarball = pypi #--------------------------------------------------------------------- [history] 210326 Updated from 5.12.1 to 5.15.4 230223 Updated to 5.15.9 240320 Updated to 5.15.10