Salome HOME
MEDCOUPLING: boost 1.71 on Ubuntu F36 & FD37
[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']
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']
34    opt_depend: ['colorama']
35 }
36
37 version_2_0_0_win_dbg :
38 {
39     name : "sphinx_intl"
40     build_source : "script"
41     compil_script :  'sphinxintl.bat'
42     archive_info : {archive_name : "sphinxintl-2.0.0.tar.gz"}
43     get_source : "archive"
44     environ :
45     {
46         env_script : "sphinxintl.py"
47     }
48     depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
49     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
50     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
51     install_dir : 'base'
52     properties:
53     {
54       incremental : "yes"
55       pip : "no"
56     }
57 }
58
59 version_0_9_10_no_pip :
60 {
61     properties:
62     {
63       incremental : "yes"
64       pip : "no"
65     }
66 }