Salome HOME
bos #37641 : add openturns 1.21 and PERSALYS 14.1 description sections and compilatio...
[tools/sat_salome.git] / products / dateutil.pyconf
1 default :
2 {
3     name : "python_dateutil"
4     build_source : "script"
5     compil_script :  "pip_install.sh"
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["python3-dateutil"]
10         rpm_dev : []
11         apt : ["python3-dateutil"]
12         apt_dev : []
13     }
14     environ :
15     {
16        env_script : "dateutil.py"
17     }
18     depend : ['Python', 'setuptools', 'six']
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 : "dateutil-" + $APPLICATION.products.dateutil + "_windows.tar.gz"}
33 }