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