X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=products%2FPyQt.pyconf;h=3d917079536fd4fb8d814ab23e481db78fe5f85b;hb=207467198be9c1ba66243c84880b12ee6b3912a6;hp=6c265b98359479554b010b4d063f367db5754215;hpb=e1c219aa6448e2a23a8e55f851b0a1a0d018afc2;p=tools%2Fsat_salome.git diff --git a/products/PyQt.pyconf b/products/PyQt.pyconf index 6c265b9..3d91707 100644 --- a/products/PyQt.pyconf +++ b/products/PyQt.pyconf @@ -9,7 +9,7 @@ default : rpm : ["python3-qt5"] rpm_dev : ["python3-qt5-devel"] apt : ["python3-pyqt5"] - apt_dev : ["pyqt5-dev"] + apt_dev : ["pyqt5-dev", "pyqt5-dev-tools"] } environ : { @@ -27,14 +27,25 @@ default : } } -version_5_6 : +version_5_15_7 : { - compil_script : "PyQt-5.6" + $VARS.scriptExtension + archive_info : {archive_name : "PyQt5-5.15.7.tar.gz"} + compil_script : "PyQt-5.15" + $VARS.scriptExtension } -version_5_7 : +version_5_15_7_win : { - compil_script : "PyQt-5.7" + $VARS.scriptExtension + depend : ['Python','setuptools', 'toml', 'sip', 'qt'] +} + +version_5_15_3 : +{ + compil_script : "PyQt-5.15" + $VARS.scriptExtension +} + +version_5_15_3_win : +{ + depend : ['Python','setuptools', 'toml', 'sip', 'qt'] } version_5_9 : @@ -48,6 +59,16 @@ version_5_9_win : check_install : ['lib' + $VARS.sep + 'python3.6' + $VARS.sep + 'site-packages' + $VARS.sep + 'PyQt5' + $VARS.sep + 'QtGui.pyd'] } +version_5_7 : +{ + compil_script : "PyQt-5.7" + $VARS.scriptExtension +} + +version_5_6 : +{ + compil_script : "PyQt-5.6" + $VARS.scriptExtension +} + version_5_5_1_to_5_6_0 : { compil_script : "PyQt_5_5_1" + $VARS.scriptExtension