Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / Sphinx.pyconf
1 default :
2 {
3     name : "Sphinx"
4     build_source : "script"
5     compil_script :   'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["python3-sphinx"]
10         rpm_dev : []
11         apt : ["python3-sphinx"]
12         apt_dev : []
13     }
14     environ :
15     {
16        env_script : $name + ".py"
17     }
18     depend : ["Python", "setuptools", "six", "Pygments", "Jinja2", "docutils", "sphinxcontrib_websupport", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer"]
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 : "Sphinx-" + $APPLICATION.products.Sphinx + "_windows.tar.gz"}
33    depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils", "sphinxcontrib_applehelp", "sphinxcontrib_serializinghtml","sphinxcontrib_websupport", "sphinxcontrib_htmlhelp", "sphinxcontrib_qthelp", "sphinxcontrib_devhelp", "sphinxcontrib_jsmath", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer", "markupsafe", "colorama"]
34     properties:
35     {
36       incremental : "yes"
37       pip : "yes"
38     }
39 }
40
41
42 version_2_1_2:
43 {
44    depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils", "sphinxcontrib_applehelp", "sphinxcontrib_serializinghtml","sphinxcontrib_websupport", "sphinxcontrib_htmlhelp", "sphinxcontrib_qthelp", "sphinxcontrib_devhelp", "sphinxcontrib_jsmath", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer", "markupsafe", "colorama"]
45 }
46
47
48 version_1_7_6_no_pip:
49 {
50     properties:
51     {
52       incremental : "yes"
53       pip : "no"
54     }
55 }
56
57 version_1_1_3_to_1_2_3 :
58 {
59     name : "Sphinx"
60     compil_script :  $name + $VARS.scriptExtension
61     get_source : "archive"
62     depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils"]
63 }
64
65 version_1_7_6_py2 :
66 {
67     name : "Sphinx"
68     build_source : "script"
69     compil_script :  'pip_install' + $VARS.scriptExtension
70     depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils", "sphinxcontrib_websupport", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer", "markupsafe", "typing"]
71 }