Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[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 default_win :
23 {
24     archive_info : {archive_name : "PyQtChart-" + $APPLICATION.products.PyQtChart + "_windows.tar.gz"}
25     compil_script : 'pip_install_whl' + $VARS.scriptExtension
26 }
27
28 version_5_15_4 :
29 {
30     compil_script : 'PyQtChart-5.15.4' + $VARS.scriptExtension
31 }
32
33 version_5_15_4_win :
34 {
35     compil_script : 'pip_install_whl' + $VARS.scriptExtension
36 }
37
38 version_5_9 :
39 {
40     compil_script : 'PyQtChart-5.9' + $VARS.scriptExtension
41 }
42
43 version_5_9_win :
44 {
45     compil_script : 'pip_install_whl' + $VARS.scriptExtension
46 }