Salome HOME
merge from master
[tools/sat_salome.git] / products / sphinxintl.pyconf
index eb410100a345195d11577f846bb27e05eb407a01..db66f48c8c1bff63e7dcfe25cbcd1fa9fb66cc02 100644 (file)
@@ -30,6 +30,8 @@ default_win :
 {
    compil_script :  'pip_install_whl' + $VARS.scriptExtension
    archive_info : {archive_name : "sphinxintl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"}
+   depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
+   opt_depend: ['colorama']
 }
 
 version_2_0_0_win_dbg :
@@ -37,7 +39,7 @@ version_2_0_0_win_dbg :
     name : "sphinx_intl"
     build_source : "script"
     compil_script :  'sphinxintl.bat'
-    archive_info : {archive_name : "sphinxintl-2.0.0_windows.tar.gz"}
+    archive_info : {archive_name : "sphinxintl-2.0.0.tar.gz"}
     get_source : "archive"
     environ :
     {
@@ -52,4 +54,13 @@ version_2_0_0_win_dbg :
       incremental : "yes"
       pip : "no"
     }
+}
+
+version_0_9_10_no_pip :
+{
+    properties:
+    {
+      incremental : "yes"
+      pip : "no"
+    }
 }
\ No newline at end of file