Salome HOME
spns #41657: OSCAR UB22.04
[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     archive_info : {archive_prefix : "sphinx"}
8     system_info : 
9     {
10         rpm : ["python3-sphinx"]
11         rpm_dev : []
12         apt : ["python3-sphinx"]
13         apt_dev : []
14     }
15     environ :
16     {
17        env_script : $name + ".py"
18     }
19     depend : ["Python", "setuptools", "six", "Pygments", "Jinja2", "docutils", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer"]
20     opt_depend : ["importlib_metadata", "sphinxcontrib_applehelp", "sphinxcontrib_devhelp", 
21                   "sphinxcontrib_htmlhelp", "sphinxcontrib_jsmath", "sphinxcontrib_qthelp",
22                   "sphinxcontrib_serializinghtml"
23              ]
24     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
25     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
26     install_dir : 'base'
27     properties:
28     {
29       incremental : "yes"
30       pip : "yes"
31     }
32 }
33
34 default_win :
35 {
36    compil_script :  'pip_install_whl' + $VARS.scriptExtension
37    archive_info : {archive_name : "Sphinx-" + $APPLICATION.products.Sphinx + "_windows.tar.gz"}
38    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"]
39     properties:
40     {
41       incremental : "yes"
42       pip : "yes"
43     }
44 }
45
46
47 version_2_1_2:
48 {
49    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"]
50 }
51
52 version_1_7_6:
53 {
54     depend : ["Python", "setuptools", "six", "Pygments", "Jinja2", "docutils", "sphinxcontrib_websupport", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer"]
55     opt_depend : []
56 }
57
58 version_1_7_6_no_pip:
59 {
60     properties:
61     {
62       incremental : "yes"
63       pip : "no"
64     }
65 }
66
67 version_1_1_3_to_1_2_3 :
68 {
69     name : "Sphinx"
70     compil_script :  $name + $VARS.scriptExtension
71     get_source : "archive"
72     depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils"]
73 }
74
75 version_1_7_6_py2 :
76 {
77     name : "Sphinx"
78     build_source : "script"
79     compil_script :  'pip_install' + $VARS.scriptExtension
80     depend : ["Python", "setuptools", "Pygments", "Jinja2", "docutils", "sphinxcontrib_websupport", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer", "markupsafe", "typing"]
81 }