Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / sphinxcontrib_websupport.pyconf
1 default :
2 {
3     name : "sphinxcontrib_websupport"
4     build_source : "script"
5     compil_script :  'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["python3-sphinxcontrib-websupport"]
10         rpm_dev : []
11         apt : ["python3-sphinxcontrib.websupport"]
12         apt_dev : []
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ['Python','setuptools','Jinja2','Sphinx']
19     opt_dep : ['sphinxcontrib_serializinghtml']
20     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
21     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
22     install_dir : 'base'
23     properties:
24     {
25       single_install_dir : "no"
26       pip : "yes"
27       incremental : "yes"
28     }
29 }
30
31 default_win :
32 {
33    depend : ['Python','setuptools']
34    opt_dep : []
35    compil_script :  'pip_install_whl' + $VARS.scriptExtension
36    archive_info : {archive_name : "sphinxcontrib_websupport-" + $APPLICATION.products.sphinxcontrib_websupport + "_windows.tar.gz"}
37 }
38
39 version_1_1_0:
40 {
41     depend : ['Python','setuptools']
42     opt_dep : []
43 }
44