Salome HOME
SSL mode integration : switch back SALOME modules on master branches - patch HOMARD...
[tools/sat_salome.git] / products / sphinxintl.pyconf
1 default :
2 {
3     name : "sphinx_intl"
4     build_source : "script"
5     compil_script :  'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9         env_script : "sphinxintl.py"
10     }
11     depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
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 : "yes"
19     }
20 }
21
22 default_win :
23 {
24    compil_script :  'pip_install_whl' + $VARS.scriptExtension
25    archive_info : {archive_name : "sphinxintl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"}
26 }
27
28 version_2_0_0_win_dbg :
29 {
30     name : "sphinx_intl"
31     build_source : "script"
32     compil_script :  'sphinxintl.bat'
33     archive_info : {archive_name : "sphinxintl-2.0.0_windows.tar.gz"}
34     get_source : "archive"
35     environ :
36     {
37         env_script : "sphinxintl.py"
38     }
39     depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
40     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
41     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
42     install_dir : 'base'
43     properties:
44     {
45       incremental : "yes"
46       pip : "no"
47     }
48 }