Salome HOME
TTK: Debian 9 - -DTTK_ENABLE_CPU_OPTIMIZATION=OFF
[tools/sat_salome.git] / products / sphinxintl.pyconf
index e8c3c441ef3b3ae584322db6d4c937b424734646..db66f48c8c1bff63e7dcfe25cbcd1fa9fb66cc02 100644 (file)
@@ -4,6 +4,13 @@ default :
     build_source : "script"
     compil_script :  'pip_install' + $VARS.scriptExtension
     get_source : "archive"
+    system_info :
+    {
+        rpm : ["python3-sphinx-intl"]
+        rpm_dev : []
+        apt : ["sphinx-intl"]
+        apt_dev : []
+    }
     environ :
     {
         env_script : "sphinxintl.py"
@@ -22,15 +29,38 @@ default :
 default_win :
 {
    compil_script :  'pip_install_whl' + $VARS.scriptExtension
-   archive_info : {archive_name : "sphinx_intl-" + $APPLICATION.products.sphinxintl + "_windows.tar.gz"}
+   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 :
 {
-   compil_script :  'sphinxintl.bat'
-   properties:
-   {
-     incremental : "yes"
-     pip : "no"
-   }
+    name : "sphinx_intl"
+    build_source : "script"
+    compil_script :  'sphinxintl.bat'
+    archive_info : {archive_name : "sphinxintl-2.0.0.tar.gz"}
+    get_source : "archive"
+    environ :
+    {
+        env_script : "sphinxintl.py"
+    }
+    depend : ['Python', 'setuptools', 'click', 'Sphinx','Babel','six','pytz']
+    source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
+    build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
+    install_dir : 'base'
+    properties:
+    {
+      incremental : "yes"
+      pip : "no"
+    }
+}
+
+version_0_9_10_no_pip :
+{
+    properties:
+    {
+      incremental : "yes"
+      pip : "no"
+    }
 }
\ No newline at end of file