conandata.yml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. ---
  2. # Usage: defaults to the first entry in this conandata.yml file
  3. # If you're on a release branch create an entry for that **version** e.q.: `5.1.0` update the requirements (use pinned versions, not latest)
  4. # also create a beta entry for that **version** e.q.: `5.1.0-beta`, update the requirements (use the <dep_name>/(latest)@ultimaker/stable)
  5. #
  6. # If you're working on a feature/bugfix branch from a release branch, create an entry for that **channel**, update the requirements (use
  7. # the <dep_name>/(latest)@ultimaker/stable)
  8. #
  9. # If you're working on a feature/bugfix branch from a main branch, it is optional to create an entry for that **channel**, update the
  10. # requirements (use the <dep_name>/(latest)@ultimaker/testing)
  11. #
  12. # Subject to change in the future!
  13. "5.4.0-alpha":
  14. requirements:
  15. - "pyarcus/5.2.2"
  16. - "curaengine/(latest)@ultimaker/testing"
  17. - "pysavitar/5.2.2"
  18. - "pynest2d/5.2.2"
  19. - "uranium/(latest)@ultimaker/testing"
  20. - "fdm_materials/(latest)@ultimaker/testing"
  21. - "cura_binary_data/(latest)@ultimaker/testing"
  22. - "cpython/3.10.4"
  23. internal_requirements:
  24. - "fdm_materials_private/(latest)@ultimaker/testing"
  25. - "cura_private_data/(latest)@ultimaker/testing"
  26. runinfo:
  27. entrypoint: "cura_app.py"
  28. pyinstaller:
  29. datas:
  30. cura_plugins:
  31. package: "cura"
  32. src: "plugins"
  33. dst: "share/cura/plugins"
  34. cura_resources:
  35. package: "cura"
  36. src: "resources"
  37. dst: "share/cura/resources"
  38. cura_private_data:
  39. package: "cura_private_data"
  40. src: "resources"
  41. dst: "share/cura/resources"
  42. internal: true
  43. cura_private_data_plugins:
  44. package: "cura_private_data"
  45. src: "plugins"
  46. dst: "share/cura/plugins"
  47. internal: true
  48. uranium_plugins:
  49. package: "uranium"
  50. src: "plugins"
  51. dst: "share/uranium/plugins"
  52. uranium_resources:
  53. package: "uranium"
  54. src: "resources"
  55. dst: "share/uranium/resources"
  56. uranium_um_qt_qml_um:
  57. package: "uranium"
  58. src: "site-packages/UM/Qt/qml/UM"
  59. dst: "PyQt6/Qt6/qml/UM"
  60. cura_binary_data:
  61. package: "cura_binary_data"
  62. src: "resources/cura/resources"
  63. dst: "share/cura/resources"
  64. uranium_binary_data:
  65. package: "cura_binary_data"
  66. src: "resources/uranium/resources"
  67. dst: "share/uranium/resources"
  68. windows_binary_data:
  69. package: "cura_binary_data"
  70. src: "windows"
  71. dst: "share/windows"
  72. fdm_materials:
  73. package: "fdm_materials"
  74. src: "materials"
  75. dst: "share/cura/resources/materials"
  76. fdm_materials_private:
  77. package: "fdm_materials_private"
  78. src: "resources/materials"
  79. dst: "share/cura/resources/materials"
  80. internal: true
  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. hiddenimports:
  96. - "pySavitar"
  97. - "pyArcus"
  98. - "pynest2d"
  99. - "PyQt6"
  100. - "PyQt6.QtNetwork"
  101. - "PyQt6.sip"
  102. - "logging.handlers"
  103. - "zeroconf"
  104. - "fcntl"
  105. - "stl"
  106. - "serial"
  107. collect_all:
  108. - "cura"
  109. - "UM"
  110. - "serial"
  111. - "Charon"
  112. - "sqlite3"
  113. - "trimesh"
  114. - "win32ctypes"
  115. - "PyQt6"
  116. - "PyQt6.QtNetwork"
  117. - "PyQt6.sip"
  118. - "stl"
  119. icon:
  120. Windows: "./icons/Cura.ico"
  121. Macos: "./icons/cura.icns"
  122. Linux: "./icons/cura-128.png"
  123. "5.3.0":
  124. requirements:
  125. - "pyarcus/5.2.2"
  126. - "curaengine/5.3.0"
  127. - "pysavitar/5.2.2"
  128. - "pynest2d/5.2.2"
  129. - "uranium/5.3.0"
  130. - "fdm_materials/5.3.0"
  131. - "cura_binary_data/5.3.0"
  132. - "cpython/3.10.4"
  133. internal_requirements:
  134. - "fdm_materials_private/(latest)@ultimaker/testing"
  135. - "cura_private_data/(latest)@ultimaker/testing"
  136. runinfo:
  137. entrypoint: "cura_app.py"
  138. pyinstaller:
  139. datas:
  140. cura_plugins:
  141. package: "cura"
  142. src: "plugins"
  143. dst: "share/cura/plugins"
  144. cura_resources:
  145. package: "cura"
  146. src: "resources"
  147. dst: "share/cura/resources"
  148. cura_private_data:
  149. package: "cura_private_data"
  150. src: "resources"
  151. dst: "share/cura/resources"
  152. internal: true
  153. cura_private_data_plugins:
  154. package: "cura_private_data"
  155. src: "plugins"
  156. dst: "share/cura/plugins"
  157. internal: true
  158. uranium_plugins:
  159. package: "uranium"
  160. src: "plugins"
  161. dst: "share/uranium/plugins"
  162. uranium_resources:
  163. package: "uranium"
  164. src: "resources"
  165. dst: "share/uranium/resources"
  166. uranium_um_qt_qml_um:
  167. package: "uranium"
  168. src: "site-packages/UM/Qt/qml/UM"
  169. dst: "PyQt6/Qt6/qml/UM"
  170. cura_binary_data:
  171. package: "cura_binary_data"
  172. src: "resources/cura/resources"
  173. dst: "share/cura/resources"
  174. uranium_binary_data:
  175. package: "cura_binary_data"
  176. src: "resources/uranium/resources"
  177. dst: "share/uranium/resources"
  178. windows_binary_data:
  179. package: "cura_binary_data"
  180. src: "windows"
  181. dst: "share/windows"
  182. fdm_materials:
  183. package: "fdm_materials"
  184. src: "materials"
  185. dst: "share/cura/resources/materials"
  186. fdm_materials_private:
  187. package: "fdm_materials_private"
  188. src: "resources/materials"
  189. dst: "share/cura/resources/materials"
  190. internal: true
  191. tcl:
  192. package: "tcl"
  193. src: "lib/tcl8.6"
  194. dst: "tcl"
  195. tk:
  196. package: "tk"
  197. src: "lib/tk8.6"
  198. dst: "tk"
  199. binaries:
  200. curaengine:
  201. package: "curaengine"
  202. src: "bin"
  203. dst: "."
  204. binary: "CuraEngine"
  205. hiddenimports:
  206. - "pySavitar"
  207. - "pyArcus"
  208. - "pynest2d"
  209. - "PyQt6"
  210. - "PyQt6.QtNetwork"
  211. - "PyQt6.sip"
  212. - "logging.handlers"
  213. - "zeroconf"
  214. - "fcntl"
  215. - "stl"
  216. - "serial"
  217. collect_all:
  218. - "cura"
  219. - "UM"
  220. - "serial"
  221. - "Charon"
  222. - "sqlite3"
  223. - "trimesh"
  224. - "win32ctypes"
  225. - "PyQt6"
  226. - "PyQt6.QtNetwork"
  227. - "PyQt6.sip"
  228. - "stl"
  229. icon:
  230. Windows: "./icons/Cura.ico"
  231. Macos: "./icons/cura.icns"
  232. Linux: "./icons/cura-128.png"
  233. pycharm_targets:
  234. - jinja_path: .run_templates/pycharm_cura_run.run.xml.jinja
  235. module_name: Cura
  236. name: cura
  237. script_name: cura_app.py
  238. - jinja_path: .run_templates/pycharm_cura_run.run.xml.jinja
  239. module_name: Cura
  240. name: cura_external_engine
  241. parameters: --external-backend
  242. script_name: cura_app.py
  243. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  244. module_name: Cura
  245. name: pytest in tests
  246. script_name: tests/
  247. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  248. module_name: Cura
  249. name: pytest in TestBuildVolume.py
  250. script_name: tests/TestBuildVolume.py
  251. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  252. module_name: Cura
  253. name: pytest in TestConvexHullDecorator.py
  254. script_name: tests/TestConvexHullDecorator.py
  255. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  256. module_name: Cura
  257. name: pytest in TestCuraSceneNode.py
  258. script_name: tests/TestCuraSceneNode.py
  259. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  260. module_name: Cura
  261. name: pytest in TestCuraSceneNode.py
  262. script_name: tests/TestExtruderManager.py
  263. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  264. module_name: Cura
  265. name: pytest in TestGCodeListDecorator.py
  266. script_name: tests/TestGCodeListDecorator.py
  267. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  268. module_name: Cura
  269. name: pytest in TestIntentManager.py
  270. script_name: tests/TestIntentManager.py
  271. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  272. module_name: Cura
  273. name: pytest in TestLayer.py
  274. script_name: tests/TestLayer.py
  275. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  276. module_name: Cura
  277. name: pytest in TestMachineAction.py
  278. script_name: tests/TestMachineAction.py
  279. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  280. module_name: Cura
  281. name: pytest in TestMachineManager.py
  282. script_name: tests/TestMachineManager.py
  283. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  284. module_name: Cura
  285. name: pytest in TestOAuth2.py
  286. script_name: tests/TestOAuth2.py
  287. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  288. module_name: Cura
  289. name: pytest in TestObjectsModel.py
  290. script_name: tests/TestObjectsModel.py
  291. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  292. module_name: Cura
  293. name: pytest in TestPrintInformation.py
  294. script_name: tests/TestPrintInformation.py
  295. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  296. module_name: Cura
  297. name: pytest in TestProfileRequirements.py
  298. script_name: tests/TestProfileRequirements.py
  299. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  300. module_name: Cura
  301. name: pytest in TestThemes.py
  302. script_name: tests/TestThemes.py
  303. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  304. module_name: Cura
  305. name: pytest in TestContainerManager.py
  306. script_name: tests/Settings/TestContainerManager.py
  307. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  308. module_name: Cura
  309. name: pytest in TestCuraContainerRegistry.py
  310. script_name: tests/Settings/TestCuraContainerRegistry.py
  311. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  312. module_name: Cura
  313. name: pytest in TestCuraStackBuilder.py
  314. script_name: tests/Settings/TestCuraStackBuilder.py
  315. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  316. module_name: Cura
  317. name: pytest in TestDefinitionContainer.py
  318. script_name: tests/Settings/TestDefinitionContainer.py
  319. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  320. module_name: Cura
  321. name: pytest in TestExtruderStack.py
  322. script_name: tests/Settings/TestExtruderStack.py
  323. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  324. module_name: Cura
  325. name: pytest in TestGlobalStack.py
  326. script_name: tests/Settings/TestGlobalStack.py
  327. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  328. module_name: Cura
  329. name: pytest in TestProfiles.py
  330. script_name: tests/Settings/TestProfiles.py
  331. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  332. module_name: Cura
  333. name: pytest in TestSettingInheritanceManager.py
  334. script_name: tests/Settings/TestSettingInheritanceManager.py
  335. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  336. module_name: Cura
  337. name: pytest in TestSettingOverrideDecorator.py
  338. script_name: tests/Settings/TestSettingOverrideDecorator.py
  339. - jinja_path: .run_templates/pycharm_cura_test.run.xml.jinja
  340. module_name: Cura
  341. name: pytest in TestSettingVisibilityPresets.py
  342. script_name: tests/Settings/TestSettingVisibilityPresets.py