Salome HOME
spns #42014: add mmgplugin
[tools/sat_salome.git] / products / sphinxcontrib_jquery.pyconf
1 default :
2 {
3     name : "sphinxcontrib-jquery"
4     build_source : "script"
5     compil_script :  'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     archive_info : {archive_prefix : "sphinxcontrib_jquery"}
8     environ :
9     {
10        env_script : "sphinxcontrib_jquery.py"
11     }
12     depend : ['Python','setuptools','Sphinx']
13     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + "sphinxcontrib_jquery"
14     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + "sphinxcontrib_jquery"
15     install_dir : 'base'
16     properties:
17     {
18       incremental : "yes"
19       pip : "yes"
20     }
21 }