Salome HOME
bos #38104: prepare final configuration files for SALOME 9.12.0
[tools/sat_salome.git] / products / sphinxcontrib_jsmath.pyconf
1 default :
2 {
3     name : "sphinxcontrib-jsmath"
4     build_source : "script"
5     compil_script :  'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     environ :
8     {
9        env_script : "sphinxcontrib_jsmath.py"
10     }
11     depend : ['Python','setuptools']
12     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + "sphinxcontrib_jsmath"
13     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + "sphinxcontrib_jsmath"
14     install_dir : 'base'
15     properties:
16     {
17       incremental : "yes"
18       pip : "yes"
19     }
20 }
21
22 default_win :
23 {
24    compil_script :  'pip_install_whl' + $VARS.scriptExtension
25    archive_info : {archive_name : "sphinxcontrib_jsmath-" + $APPLICATION.products.sphinxcontrib_jsmath + "_windows.tar.gz"}
26 }