conandata.yml 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. version: "5.6.1-beta.0"
  2. requirements:
  3. - "uranium/5.6.0+Enterprise"
  4. - "curaengine/5.6.0"
  5. - "cura_binary_data/5.6.0+Enterprise"
  6. - "fdm_materials/5.6.0"
  7. - "curaengine_plugin_gradual_flow/0.1.0"
  8. - "dulcificum/0.1.0-beta.1"
  9. - "pyarcus/5.3.0"
  10. - "pysavitar/5.3.0"
  11. - "pynest2d/5.3.0"
  12. - "curaengine_grpc_definitions/0.1.0"
  13. - "native_cad_plugin/2.0.0"
  14. requirements_internal:
  15. - "fdm_materials/(latest)@internal/testing"
  16. - "cura_private_data/(latest)@internal/testing"
  17. urls:
  18. default:
  19. cloud_api_root: "https://api.ultimaker.com"
  20. cloud_account_api_root: "https://account.ultimaker.com"
  21. marketplace_root: "https://marketplace.ultimaker.com"
  22. digital_factory_url: "https://digitalfactory.ultimaker.com"
  23. cura_latest_url: "https://software.ultimaker.com/latest.json"
  24. staging:
  25. cloud_api_root: "https://api-staging.ultimaker.com"
  26. cloud_account_api_root: "https://account-staging.ultimaker.com"
  27. marketplace_root: "https://marketplace-staging.ultimaker.com"
  28. digital_factory_url: "https://digitalfactory-staging.ultimaker.com"
  29. cura_latest_url: "https://software.ultimaker.com/latest.json"
  30. pyinstaller:
  31. runinfo:
  32. entrypoint: "cura_app.py"
  33. datas:
  34. cura_plugins:
  35. package: "cura"
  36. src: "plugins"
  37. dst: "share/cura/plugins"
  38. curaengine_gradual_flow_plugin:
  39. package: "curaengine_plugin_gradual_flow"
  40. src: "res/plugins/CuraEngineGradualFlow"
  41. dst: "share/cura/plugins/CuraEngineGradualFlow"
  42. curaengine_gradual_flow_plugin_bundled:
  43. package: "curaengine_plugin_gradual_flow"
  44. src: "res/bundled_packages"
  45. dst: "share/cura/resources/bundled_packages"
  46. native_cad_plugin:
  47. package: "native_cad_plugin"
  48. src: "res/plugins/NativeCADplugin"
  49. dst: "share/cura/plugins/NativeCADplugin"
  50. native_cad_plugin_bundled:
  51. package: "native_cad_plugin"
  52. src: "res/bundled_packages"
  53. dst: "share/cura/resources/bundled_packages"
  54. cura_resources:
  55. package: "cura"
  56. src: "resources"
  57. dst: "share/cura/resources"
  58. cura_private_data:
  59. package: "cura_private_data"
  60. src: "res"
  61. dst: "share/cura"
  62. internal: true
  63. uranium_plugins:
  64. package: "uranium"
  65. src: "plugins"
  66. dst: "share/uranium/plugins"
  67. uranium_resources:
  68. package: "uranium"
  69. src: "resources"
  70. dst: "share/uranium/resources"
  71. uranium_um_qt_qml_um:
  72. package: "uranium"
  73. src: "site-packages/UM/Qt/qml/UM"
  74. dst: "PyQt6/Qt6/qml/UM"
  75. cura_binary_data:
  76. package: "cura_binary_data"
  77. src: "resources/cura/resources"
  78. dst: "share/cura/resources"
  79. uranium_binary_data:
  80. package: "cura_binary_data"
  81. src: "resources/uranium/resources"
  82. dst: "share/uranium/resources"
  83. windows_binary_data:
  84. package: "cura_binary_data"
  85. src: "windows"
  86. dst: "share/windows"
  87. fdm_materials:
  88. package: "fdm_materials"
  89. src: "res/resources/materials"
  90. dst: "share/cura/resources/materials"
  91. tcl:
  92. package: "tcl"
  93. src: "lib/tcl8.6"
  94. dst: "tcl"
  95. tk:
  96. package: "tk"
  97. src: "lib/tk8.6"
  98. dst: "tk"
  99. binaries:
  100. curaengine:
  101. package: "curaengine"
  102. src: "bin"
  103. dst: "."
  104. binary: "CuraEngine"
  105. curaengine_gradual_flow_plugin_service:
  106. package: "curaengine_plugin_gradual_flow"
  107. src: "bin"
  108. dst: "."
  109. binary: "curaengine_plugin_gradual_flow"
  110. hiddenimports:
  111. - "pySavitar"
  112. - "pyArcus"
  113. - "pyDulcificum"
  114. - "pynest2d"
  115. - "PyQt6"
  116. - "PyQt6.QtNetwork"
  117. - "PyQt6.sip"
  118. - "logging.handlers"
  119. - "zeroconf"
  120. - "fcntl"
  121. - "stl"
  122. - "serial"
  123. collect_all:
  124. - "cura"
  125. - "UM"
  126. - "serial"
  127. - "Charon"
  128. - "sqlite3"
  129. - "trimesh"
  130. - "win32ctypes"
  131. - "PyQt6"
  132. - "PyQt6.QtNetwork"
  133. - "PyQt6.sip"
  134. - "stl"
  135. icon:
  136. Windows: "./icons/Cura.ico"
  137. Macos: "./icons/cura.icns"
  138. Linux: "./icons/cura-128.png"
  139. pycharm_targets:
  140. - jinja_path: .run_templates/pycharm_cura_run.run.xml.jinja
  141. module_name: Cura
  142. name: cura
  143. script_name: cura_app.py
  144. - jinja_path: .run_templates/pycharm_cura_run.run.xml.jinja
  145. module_name: Cura
  146. name: cura_external_engine
  147. parameters: --external-backend
  148. script_name: cura_app.py
  149. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  150. module_name: Cura
  151. name: pytest in tests
  152. script_name: tests/
  153. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  154. module_name: Cura
  155. name: pytest in TestBuildVolume.py
  156. script_name: tests/TestBuildVolume.py
  157. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  158. module_name: Cura
  159. name: pytest in TestConvexHullDecorator.py
  160. script_name: tests/TestConvexHullDecorator.py
  161. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  162. module_name: Cura
  163. name: pytest in TestCuraSceneNode.py
  164. script_name: tests/TestCuraSceneNode.py
  165. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  166. module_name: Cura
  167. name: pytest in TestCuraSceneNode.py
  168. script_name: tests/TestExtruderManager.py
  169. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  170. module_name: Cura
  171. name: pytest in TestGCodeListDecorator.py
  172. script_name: tests/TestGCodeListDecorator.py
  173. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  174. module_name: Cura
  175. name: pytest in TestIntentManager.py
  176. script_name: tests/TestIntentManager.py
  177. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  178. module_name: Cura
  179. name: pytest in TestLayer.py
  180. script_name: tests/TestLayer.py
  181. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  182. module_name: Cura
  183. name: pytest in TestMachineAction.py
  184. script_name: tests/TestMachineAction.py
  185. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  186. module_name: Cura
  187. name: pytest in TestMachineManager.py
  188. script_name: tests/TestMachineManager.py
  189. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  190. module_name: Cura
  191. name: pytest in TestOAuth2.py
  192. script_name: tests/TestOAuth2.py
  193. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  194. module_name: Cura
  195. name: pytest in TestObjectsModel.py
  196. script_name: tests/TestObjectsModel.py
  197. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  198. module_name: Cura
  199. name: pytest in TestPrintInformation.py
  200. script_name: tests/TestPrintInformation.py
  201. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  202. module_name: Cura
  203. name: pytest in TestProfileRequirements.py
  204. script_name: tests/TestProfileRequirements.py
  205. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  206. module_name: Cura
  207. name: pytest in TestThemes.py
  208. script_name: tests/TestThemes.py
  209. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  210. module_name: Cura
  211. name: pytest in TestContainerManager.py
  212. script_name: tests/Settings/TestContainerManager.py
  213. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  214. module_name: Cura
  215. name: pytest in TestCuraContainerRegistry.py
  216. script_name: tests/Settings/TestCuraContainerRegistry.py
  217. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  218. module_name: Cura
  219. name: pytest in TestCuraStackBuilder.py
  220. script_name: tests/Settings/TestCuraStackBuilder.py
  221. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  222. module_name: Cura
  223. name: pytest in TestDefinitionContainer.py
  224. script_name: tests/Settings/TestDefinitionContainer.py
  225. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  226. module_name: Cura
  227. name: pytest in TestExtruderStack.py
  228. script_name: tests/Settings/TestExtruderStack.py
  229. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  230. module_name: Cura
  231. name: pytest in TestGlobalStack.py
  232. script_name: tests/Settings/TestGlobalStack.py
  233. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  234. module_name: Cura
  235. name: pytest in TestProfiles.py
  236. script_name: tests/Settings/TestProfiles.py
  237. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  238. module_name: Cura
  239. name: pytest in TestSettingInheritanceManager.py
  240. script_name: tests/Settings/TestSettingInheritanceManager.py
  241. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  242. module_name: Cura
  243. name: pytest in TestSettingOverrideDecorator.py
  244. script_name: tests/Settings/TestSettingOverrideDecorator.py
  245. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  246. module_name: Cura
  247. name: pytest in TestSettingVisibilityPresets.py
  248. script_name: tests/Settings/TestSettingVisibilityPresets.py