]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
move new dependencies to opt_depend section spns/40695-linux 11/head
authorGuytri KASTANE <guytri.kastane@cea.fr>
Tue, 19 Mar 2024 12:55:27 +0000 (13:55 +0100)
committerGuytri KASTANE <guytri.kastane@cea.fr>
Tue, 19 Mar 2024 12:55:27 +0000 (13:55 +0100)
products/Sphinx.pyconf
products/matplotlib.pyconf
products/numpydoc.pyconf
products/requests.pyconf
products/sphinx_rtd_theme.pyconf
products/statsmodels.pyconf

index 67f9ddcc7b1aaec7f307eae30942a4dc126367fc..d91c70ea87df9298adfa03c695d44e7b1c004bcf 100644 (file)
@@ -16,13 +16,10 @@ default :
     {
        env_script : $name + ".py"
     }
-    depend : ["Python", "setuptools", "six", "Pygments", 
-              "Jinja2", "docutils", "importlib_metadata", 
-              "packaging", "requests", "imagesize", "alabaster", 
-              "Babel", "snowballstemmer", "sphinxcontrib_applehelp",
-              "sphinxcontrib_devhelp", "sphinxcontrib_htmlhelp",
-              "sphinxcontrib_jsmath", "sphinxcontrib_qthelp",
-              "sphinxcontrib_serializinghtml"
+    depend : ["Python", "setuptools", "six", "Pygments", "Jinja2", "docutils", "sphinxcontrib_websupport", "packaging", "requests", "imagesize", "alabaster", "Babel", "snowballstemmer"]
+    opt_depend : ["importlib_metadata", "sphinxcontrib_applehelp", "sphinxcontrib_devhelp", 
+                  "sphinxcontrib_htmlhelp", "sphinxcontrib_jsmath", "sphinxcontrib_qthelp",
+                  "sphinxcontrib_serializinghtml"
              ]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
index 12b2f93c0e7781d3b9c483d781a4c3c64f0f3fff..f530d4dce000fae908d93165641d8e555c5cb194 100755 (executable)
@@ -16,11 +16,10 @@ default :
         env_script : $name + ".py"
     }
     # OP distribute is not useful anymore
-    depend : ['Python', 'setuptools', 'PyQt', 'contourpy', 'fonttools', 
-              'importlib_resources', 'kiwisolver', 'numpy', 'packaging', 
-              'Pillow', 'freetype', 'six', 'pytz', 'pyparsing', 'dateutil', 'cycler'
-             ]
-    #opt_depend : ['kiwisolver', 'Pillow']
+    depend : ['Python', 'setuptools', 'PyQt',  'numpy', 'freetype', 'six', 'pytz', 'pyparsing', 'dateutil', 'cycler']
+    opt_depend : ['contourpy', 'fonttools', 'importlib_resources', 
+                  'kiwisolver', 'packaging', 'Pillow'
+                 ]
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'
index 7979b655dbaa2e607fe7817e5fae20ee7ec5bf40..7fb9022b9074a0dfe2bdebca5ebe8061dc220cd9 100644 (file)
@@ -19,7 +19,8 @@ default :
     {
         env_script : $name + ".py"
     }
-    depend : ['Python', 'setuptools', 'numpy', 'Jinja2', 'Sphinx', 'tabulate', 'tomli']
+    depend : ['Python', 'six', 'setuptools', 'numpy']
+    opt_depend : ['Jinja2', 'Sphinx', 'tabulate', 'tomli']
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'
index 03e26168ab6c990a7ab8b42d875ea8992ced1928..9fb7a7b298f5ce0da8c0baef43f45f99fc0416b4 100755 (executable)
@@ -15,7 +15,8 @@ default :
     {
        env_script : $name + ".py"
     }
-    depend : ['Python', 'setuptools', 'certifi', 'urllib3', 'idna', 'charset_normalizer']
+    depend : ['Python', 'setuptools', 'certifi', 'urllib3', 'idna', 'chardet']
+    opt_depend : ['charset_normalizer']
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
     install_dir : 'base'
index 1dc3a914911d9e05c0b8cebcef055bc6d2143a30..c80674ab5b1f9ee9714b13d62fb1a8c9b658f81d 100644 (file)
@@ -15,7 +15,8 @@ default :
     {
        env_script : $name + ".py"
     }
-    depend : ['Python', 'docutils', 'Sphinx', 'sphinxcontrib_jquery']
+    depend : ['Python', 'Sphinx']
+    opt_depend : ['docutils', 'sphinxcontrib_jquery']
     patches : []
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name
index 2eeb83b8ad155e3d4bc6b40bc5bf4442541bd513..d64c6b6395b8c6e6e8dd69470cf2580d06f7d45a 100644 (file)
@@ -15,7 +15,7 @@ default :
     {
 
     }
-    depend : ["Python", "setuptools", "numpy", "packaging", "pandas", "patsy", "scipy"]
+    depend : ["Python", "setuptools", "numpy", "packaging", "scipy"]
     opt_depend : ['pandas', 'patsy', 'Pillow']
     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
     build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name