Cura/conandata.yml
j.spijker@ultimaker.com d275ad37f8 Remove user and channel
Even though we had to patch these recipes, the user/channel
shouldn't be necesary any more because of the order in which
our remotes are defined in the conan-config repo. It will
first look into our own remotes, before going over to
conan-center-index.

Once the packages upstream are fixed for us, then we can use
the conan-center-index packages again, without changing the
code.

Contributes to CURA-9365
2022-06-21 07:52:27 +02:00

304 lines
9.6 KiB
YAML

requirements:
"None":
- "arcus/(latest)@ultimaker/stable"
- "curaengine/(latest)@ultimaker/stable"
- "savitar/(latest)@ultimaker/stable"
- "pynest2d/(latest)@ultimaker/stable"
- "uranium/(latest)@ultimaker/stable"
- "fdm_materials/(latest)@ultimaker/stable"
- "cura_binary_data/(latest)@ultimaker/stable"
- "cpython/3.10.4"
- "libffi/3.2.1"
- "mpdecimal/2.5.1"
- "tcl/8.6.10"
- "tk/8.6.10"
"5.1.0":
- "arcus/5.1.0"
- "curaengine/5.1.0"
- "savitar/5.1.0"
- "pynest2d/5.1.0"
- "uranium/5.1.0"
- "fdm_materials/5.1.0"
- "cura_binary_data/5.1.0"
- "cpython/3.10.4"
- "libffi/3.2.1"
- "mpdecimal/2.5.1"
- "tcl/8.6.10"
- "tk/8.6.10"
"5.1.0-beta":
- "arcus/[5.1.0-beta]@ultimaker/stable"
- "curaengine/[5.1.0-beta]@ultimaker/stable"
- "savitar/[5.1.0-beta]@ultimaker/stable"
- "pynest2d/[5.1.0-beta]@ultimaker/stable"
- "uranium/[5.1.0-beta]@ultimaker/stable"
- "fdm_materials/[5.1.0-beta]@ultimaker/stable"
- "cura_binary_data/[5.1.0-beta]@ultimaker/stable"
- "cpython/3.10.4"
- "libffi/3.2.1"
- "mpdecimal/2.5.1"
- "tcl/8.6.10"
- "tk/8.6.10"
"5.1.0-cura_9365":
- "arcus/[5.1.0-cura_9365]@ultimaker/testing"
- "curaengine/[5.1.0-cura_9365]@ultimaker/testing"
- "savitar/[5.1.0-cura_9365]@ultimaker/testing"
- "pynest2d/[5.1.0-cura_9365]@ultimaker/testing"
- "uranium/[5.1.0-cura_9365]@ultimaker/testing"
- "fdm_materials/[5.1.0-cura_9365]@ultimaker/testing"
- "cura_binary_data/[5.1.0-cura_9365]@ultimaker/testing"
- "cpython/3.10.4"
- "libffi/3.2.1"
- "mpdecimal/2.5.1"
- "tcl/8.6.10"
- "tk/8.6.10"
runinfo:
"None":
entrypoint: "cura_app.py"
"5.1.0-beta":
entrypoint: "cura_app.py"
"5.1.0":
entrypoint: "cura_app.py"
"5.1.0-cura_9365":
entrypoint: "cura_app.py"
pyinstaller:
"None":
datas:
cura_plugins:
root: "."
src: "plugins"
dst: "share/cura/plugins"
cura_resources:
root: "."
src: "resources"
dst: "share/cura/resources"
uranium_plugins:
package: "uranium"
src: "site-packages/plugins"
dst: "share/uranium/plugins"
uranium_resources:
package: "uranium"
src: "res/resources"
dst: "share/uranium/resources"
uranium_um_qt_qml_um:
package: "uranium"
src: "site-packages/UM/Qt/qml/UM"
dst: "PyQt6/qt6/qml/UM"
cura_binary_data:
package: "cura_binary_data"
src: "res/cura/resources"
dst: "share/cura/resources"
uranium_binary_data:
package: "cura_binary_data"
src: "res/uranium/resources"
dst: "share/uranium/resources"
fdm_materials:
package: "fdm_materials"
src: "res/materials"
dst: "share/cura/resources/materials"
binaries:
curaengine:
package: "curaengine"
src: "bin"
dst: "."
binary: "CuraEngine"
hiddenimports:
- "pySavitar"
- "pyArcus"
- "pynest2d"
- "PyQt6.QtNetwork"
- "logging.handlers"
- "zeroconf"
- "fcntl"
collect_all:
- "cura"
- "UM"
- "serial"
- "Charon"
- "sqlite3"
- "trimesh"
- "win32ctypes"
icon:
Windows: "./icons/Cura.ico"
Macos: "./icons/cura.icns"
Linux: "./icons/cura-128.png"
"5.1.0":
datas:
cura_plugins:
root: "."
src: "plugins"
dst: "share/cura/plugins"
cura_resources:
root: "."
src: "resources"
dst: "share/cura/resources"
uranium_plugins:
package: "uranium"
src: "site-packages/plugins"
dst: "share/uranium/plugins"
uranium_resources:
package: "uranium"
src: "res/resources"
dst: "share/uranium/resources"
uranium_um_qt_qml_um:
package: "uranium"
src: "site-packages/UM/Qt/qml/UM"
dst: "PyQt6/qt6/qml/UM"
cura_binary_data:
package: "cura_binary_data"
src: "res/cura/resources"
dst: "share/cura/resources"
uranium_binary_data:
package: "cura_binary_data"
src: "res/uranium/resources"
dst: "share/uranium/resources"
fdm_materials:
package: "fdm_materials"
src: "res/materials"
dst: "share/cura/resources/materials"
binaries:
curaengine:
package: "curaengine"
src: "bin"
dst: "."
binary: "CuraEngine"
hiddenimports:
- "pySavitar"
- "pyArcus"
- "pynest2d"
- "PyQt6.QtNetwork"
- "logging.handlers"
- "zeroconf"
- "fcntl"
collect_all:
- "cura"
- "UM"
- "serial"
- "Charon"
- "sqlite3"
- "trimesh"
- "win32ctypes"
icon:
Windows: "./icons/Cura.ico"
Macos: "./icons/cura.icns"
Linux: "./icons/cura-128.png"
"5.1.0-beta":
datas:
cura_plugins:
root: "."
src: "plugins"
dst: "share/cura/plugins"
cura_resources:
root: "."
src: "resources"
dst: "share/cura/resources"
uranium_plugins:
package: "uranium"
src: "site-packages/plugins"
dst: "share/uranium/plugins"
uranium_resources:
package: "uranium"
src: "res/resources"
dst: "share/uranium/resources"
uranium_um_qt_qml_um:
package: "uranium"
src: "site-packages/UM/Qt/qml/UM"
dst: "PyQt6/qt6/qml/UM"
cura_binary_data:
package: "cura_binary_data"
src: "res/cura/resources"
dst: "share/cura/resources"
uranium_binary_data:
package: "cura_binary_data"
src: "res/uranium/resources"
dst: "share/uranium/resources"
fdm_materials:
package: "fdm_materials"
src: "res/materials"
dst: "share/cura/resources/materials"
binaries:
curaengine:
package: "curaengine"
src: "bin"
dst: "."
binary: "CuraEngine"
hiddenimports:
- "pySavitar"
- "pyArcus"
- "pynest2d"
- "PyQt6.QtNetwork"
- "logging.handlers"
- "zeroconf"
- "fcntl"
collect_all:
- "cura"
- "UM"
- "serial"
- "Charon"
- "sqlite3"
- "trimesh"
- "win32ctypes"
icon:
Windows: "./icons/Cura.ico"
Macos: "./icons/cura.icns"
Linux: "./icons/cura-128.png"
"5.1.0-cura_9365":
datas:
cura_plugins:
root: "."
src: "plugins"
dst: "share/cura/plugins"
cura_resources:
root: "."
src: "resources"
dst: "share/cura/resources"
uranium_plugins:
package: "uranium"
src: "site-packages/plugins"
dst: "share/uranium/plugins"
uranium_resources:
package: "uranium"
src: "res/resources"
dst: "share/uranium/resources"
uranium_um_qt_qml_um:
package: "uranium"
src: "site-packages/UM/Qt/qml/UM"
dst: "PyQt6/qt6/qml/UM"
cura_binary_data:
package: "cura_binary_data"
src: "res/cura/resources"
dst: "share/cura/resources"
uranium_binary_data:
package: "cura_binary_data"
src: "res/uranium/resources"
dst: "share/uranium/resources"
fdm_materials:
package: "fdm_materials"
src: "res/materials"
dst: "share/cura/resources/materials"
binaries:
curaengine:
package: "curaengine"
src: "bin"
dst: "."
binary: "CuraEngine"
hiddenimports:
- "pySavitar"
- "pyArcus"
- "pynest2d"
- "PyQt6.QtNetwork"
- "logging.handlers"
- "zeroconf"
- "fcntl"
collect_all:
- "cura"
- "UM"
- "serial"
- "Charon"
- "sqlite3"
- "trimesh"
- "win32ctypes"
icon:
Windows: "./icons/Cura.ico"
Macos: "./icons/cura.icns"
Linux: "./icons/cura-128.png"