Salome HOME
windows debug mode
[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     system_info :
8     {
9         rpm : ["python3-sphinx-intl"]
10         rpm_dev : []
11         apt : ["sphinx-intl"]
12         apt_dev : []
13     }
14     environ :
15     {
16         env_script : "sphinxintl.py"
17     }
18     depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz', 'colorama']
19     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
20     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
21     install_dir : 'base'
22     properties:
23     {
24       incremental : "yes"
25       pip : "yes"
26     }
27 }
28
29 default_win :
30 {
31    compil_script :  'pip_install_whl' + $VARS.scriptExtension
32    archive_info : {archive_name : "sphinxintl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"}
33     depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz', 'colorama']
34 }
35
36 version_2_0_0_win_dbg :
37 {
38     name : "sphinx_intl"
39     build_source : "script"
40     compil_script :  'sphinxintl.bat'
41     archive_info : {archive_name : "sphinxintl-2.0.0_windows.tar.gz"}
42     get_source : "archive"
43     environ :
44     {
45         env_script : "sphinxintl.py"
46     }
47     depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz', 'colorama']
48     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
49     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
50     install_dir : 'base'
51     properties:
52     {
53       incremental : "yes"
54       pip : "no"
55     }
56 }
57
58 version_0_9_10_no_pip :
59 {
60     properties:
61     {
62       incremental : "yes"
63       pip : "no"
64     }
65 }