xmipp3-installer 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,6 @@ SOURCES_PATH = "src"
7
7
  BUILD_PATH = "build"
8
8
  INSTALL_PATH = "dist"
9
9
  BINARIES_PATH = os.path.join(INSTALL_PATH, "bin")
10
- #CMAKE_CACHE_PATH = os.path.join(BUILD_PATH, 'CMakeCache.txt')
11
10
  SCIPION_SOFTWARE_EM = os.path.join("scipionfiles", "downloads", "scipion", "software", "em")
12
11
 
13
12
  # General file paths
@@ -27,7 +27,7 @@ class ModeAllExecutor(mode_executor.ModeExecutor):
27
27
  context
28
28
  )
29
29
  compile_and_install_executor = mode_compile_and_install_executor.ModeCompileAndInstallExecutor(
30
- {**context, params.PARAM_BRANCH: None}
30
+ context
31
31
  )
32
32
  self.executors = [
33
33
  config_executor,
@@ -120,10 +120,10 @@ class ModeGetSourcesExecutor(mode_executor.ModeExecutor):
120
120
 
121
121
  clone_branch = self.__select_ref_to_clone(source_name, repo_url)
122
122
  if self.target_branch and not clone_branch:
123
- warning_message = logger.yellow("\n".join([
124
- f"Warning: branch \'{self.target_branch}\' does not exist for repository with url {repo_url}.",
125
- "Falling back to repository's default branch."
126
- ]))
123
+ warning_message = "\n".join([
124
+ logger.yellow(f"Warning: branch \'{self.target_branch}\' does not exist for repository with url {repo_url}"),
125
+ logger.yellow("Falling back to repository's default branch.")
126
+ ])
127
127
  logger(warning_message, substitute=self.substitute)
128
128
 
129
129
  ret_code, output = self.__run_source_command(source_name, repo_url, clone_branch)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: xmipp3_installer
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Package to handle the installation of Xmipp3
5
5
  Author-email: Martín Salinas <ssalinasmartin@gmail.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -23,7 +23,7 @@ xmipp3_installer/installer/installer_service.py,sha256=NFEZi15sswimaEy3JjJ-vwC39
23
23
  xmipp3_installer/installer/orquestrator.py,sha256=Bpn4J_tVp4cb4cHTcu-bUgT_QTHxKFPeTE9POsYAqTA,1026
24
24
  xmipp3_installer/installer/urls.py,sha256=wlTMb04INnv_WM0CE33-IeZNKXWmVcq-VCGEhhxGDIA,406
25
25
  xmipp3_installer/installer/constants/__init__.py,sha256=yNZfGRtYy3uuF6WebDr0QqqcVsJlh-oh6DxjK2qtQ0M,352
26
- xmipp3_installer/installer/constants/paths.py,sha256=JDcE2FwkmHAaNmIjXeT9E2L_gBXNjHDU1KLZqj4w_FE,972
26
+ xmipp3_installer/installer/constants/paths.py,sha256=5OC0H5uRL9IUZDlmFxnt4RhTQ0ONMk5hWxKKlESlwQo,908
27
27
  xmipp3_installer/installer/handlers/__init__.py,sha256=f5XfFtrOTSDRa7Vco8HThqOp3P517dDYa6Nn_DrpUJQ,91
28
28
  xmipp3_installer/installer/handlers/conda_handler.py,sha256=BDq9Dhg4Drw2xBt6RCVZMU7sS9GQN9tfispIulG5DIs,328
29
29
  xmipp3_installer/installer/handlers/generic_package_handler.py,sha256=U7EQTGjBnVxCBgvma6T4mvocgFcZq_GVz0VOBCTA5tM,671
@@ -34,10 +34,10 @@ xmipp3_installer/installer/handlers/cmake/__init__.py,sha256=lORTw5-xZSBQrwn_BzJ
34
34
  xmipp3_installer/installer/handlers/cmake/cmake_constants.py,sha256=GGYX46H3tedr0ghZ2mWk_hAqrvjzlDeG0PHGLgBWso8,722
35
35
  xmipp3_installer/installer/handlers/cmake/cmake_handler.py,sha256=FztH6sEDQgRVj7C1I85EpaN1nCXIBg-LtdGfuVIrT9M,2271
36
36
  xmipp3_installer/installer/modes/__init__.py,sha256=-8F3Qpzmc9NjP0liDr0U-euw9dDPr93EndDKnRoIm7A,49
37
- xmipp3_installer/installer/modes/mode_all_executor.py,sha256=vMWm_E4C1oy70ge2A8HYVGMSx711gyuKGZheTBF2t_I,1991
37
+ xmipp3_installer/installer/modes/mode_all_executor.py,sha256=dfEuPnP6zvPS3UOUdmB0KN-kfMqdUFahAUcE_1585t4,1960
38
38
  xmipp3_installer/installer/modes/mode_config_executor.py,sha256=UmcQack_-tbE4b7jGeGbez6wUdLMslEPggcFrbq85dU,1683
39
39
  xmipp3_installer/installer/modes/mode_executor.py,sha256=k2luDSc7rhizSVkoven7UUChKrTX-JjYRdrWKPzlMdM,1242
40
- xmipp3_installer/installer/modes/mode_get_sources_executor.py,sha256=ZW8e5yWYLxnXpfmi7g3bL85Hy-7OBfeMqrOxbc7K2bQ,5044
40
+ xmipp3_installer/installer/modes/mode_get_sources_executor.py,sha256=Xqn7SkS9p7-0Q8DQmN_QLsc8NjlzdSH0kZ7r6tp8RZ0,5058
41
41
  xmipp3_installer/installer/modes/mode_git_executor.py,sha256=QArtLVMVCQY1JlDEP_O46TEG05C3GKXjK26H9M9rp50,1417
42
42
  xmipp3_installer/installer/modes/mode_selector.py,sha256=pHI3RIbnoz5m3ZCUNMXqFaZ8YJDTfhn_MPs99yb4YUI,1449
43
43
  xmipp3_installer/installer/modes/mode_version_executor.py,sha256=a33nJIL5hWqXLE8OQRrEZqlFAYRorySp49wGlBoYvak,6307
@@ -62,9 +62,9 @@ xmipp3_installer/repository/config_vars/default_values.py,sha256=v0_KCeWW-ZXBX_F
62
62
  xmipp3_installer/repository/config_vars/variables.py,sha256=xPPnlMde5AZ4UDmzSwBo-fyY1_9RJpRIzRMw7LjLKJU,1500
63
63
  xmipp3_installer/shared/file_operations.py,sha256=iQgROh8SBK2M_xa1b7Lg4TJZToRbdLswuMEbcZcdh08,390
64
64
  xmipp3_installer/shared/singleton.py,sha256=JKKDgpFdpo6Z4nitZR5hxpZGvIqmSiyZOxQyP7zRl1U,533
65
- xmipp3_installer-1.0.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
66
- xmipp3_installer-1.0.0.dist-info/METADATA,sha256=ggBBtWpuG8BAgoAUCRQtoStd470nGwTaLMEzc4xMFA4,43998
67
- xmipp3_installer-1.0.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
68
- xmipp3_installer-1.0.0.dist-info/entry_points.txt,sha256=AbvjNKF8d0LfHkuVMrBz26YhjkzL37m4FYUDDs9UFB4,68
69
- xmipp3_installer-1.0.0.dist-info/top_level.txt,sha256=PbpSNvfVKVhceWxY482CNYzjSnGbQXl782LlWh39uuw,17
70
- xmipp3_installer-1.0.0.dist-info/RECORD,,
65
+ xmipp3_installer-1.0.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
66
+ xmipp3_installer-1.0.1.dist-info/METADATA,sha256=YIoxBDBS1-Z_5PbYLhPAjfCMhJtezDuGuZ9yHg4MWiE,43998
67
+ xmipp3_installer-1.0.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
68
+ xmipp3_installer-1.0.1.dist-info/entry_points.txt,sha256=AbvjNKF8d0LfHkuVMrBz26YhjkzL37m4FYUDDs9UFB4,68
69
+ xmipp3_installer-1.0.1.dist-info/top_level.txt,sha256=PbpSNvfVKVhceWxY482CNYzjSnGbQXl782LlWh39uuw,17
70
+ xmipp3_installer-1.0.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5