conandata.yml 8.8 KB

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