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