Salome HOME
PyFMI: fix header
[tools/sat_salome.git] / products / cycler.pyconf
1 default :
2 {
3     name : "cycler"
4     build_source : "script"
5     compil_script :  'pip_install' + $VARS.scriptExtension
6     get_source : "archive"
7     system_info : 
8     {
9         rpm : ["python3-cycler"]
10         rpm_dev : []
11         apt : ["python3-cycler"]
12         apt_dev : []
13     }
14     archive_info:
15     {
16         archive_name : $name + "-" + $APPLICATION.products.cycler + ".tar.gz"
17     }
18     environ :
19     {
20         env_script : $name + ".py"
21     }
22     depend : ['Python', 'six', 'setuptools']
23     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
24     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
25     install_dir : 'base'
26     properties:
27     {
28       incremental : "yes"
29       pip : "yes"
30     }
31 }
32
33 default_win :
34 {
35     compil_script :  'pip_install_whl' + $VARS.scriptExtension
36     archive_info:
37     {
38         archive_name : "cycler-" + $APPLICATION.products.cycler + "_windows.tar.gz"
39     }
40 }