Salome HOME
6f7d7f54194ed90e53068e4aeb9faa2f71d49022
[tools/sat_salome.git] / products / PyQtChart.pyconf
1 default :
2 {
3     name : "PyQtChart"
4     build_source : "script"
5     compil_script :  'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : $name + ".py"
10     }
11     depend : ['Python','setuptools', 'PyQt']
12     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
13     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
14     install_dir : 'base'
15     properties:
16     {
17       incremental : "yes"
18       pip : "no"
19     }
20 }
21
22 version_5_9 :
23 {
24     compil_script : 'PyQtChart-5.9' + $VARS.scriptExtension
25 }
26
27 default_win :
28 {
29     compil_script : 'pip_install_whl' + $VARS.scriptExtension
30     properties:
31     {
32       incremental : "yes"
33       pip : "yes"
34     }
35 }