Skip to content

Commit

Permalink
Move recipes
Browse files Browse the repository at this point in the history
Contributes to CURA-10831
  • Loading branch information
jellespijker committed Nov 30, 2023
1 parent f274046 commit dcbf7dd
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,3 @@ def generate(self, env = None, scope = "build"):

class PyProjectToolchainPkg(ConanFile):
name = "pyprojecttoolchain"
version = "0.1.7"
default_user = "ultimaker"
default_channel = "stable"
3 changes: 3 additions & 0 deletions recipes/pyprojecttoolchain/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
versions:
"0.1.7":
folder: "all"
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ def build(self):

class Pkg(ConanFile):
name = "sipbuildtool"
version = "0.2.4"
default_user = "ultimaker"
default_channel = "stable"
exports_sources = "SIPMacros.cmake"

def package(self):
Expand Down
3 changes: 3 additions & 0 deletions recipes/sipbuildtool/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
versions:
"0.2.4":
folder: "all"
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

class Pkg(ConanFile):
name = "standardprojectsettings"
version = "0.1.1"
default_user = "ultimaker"
default_channel = "stable"
exports_sources = "StandardProjectSettings.cmake"
package_type = "build-scripts"

Expand Down
3 changes: 3 additions & 0 deletions recipes/standardprojectsettings/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
versions:
"0.1.1":
folder: "all"
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ def generate(self):

class Pkg(ConanFile):
name = "translationextractor"
version = "2.2.0"
default_user = "ultimaker"
default_channel = "stable"

def package(self):
self.copy("*", ".")
Expand Down
3 changes: 3 additions & 0 deletions recipes/translationextractor/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
versions:
"2.2.0":
folder: "all"
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ def _generate_virtual_python_env(self, *initial_reqs):

class Pkg(ConanFile):
name = "umbase"
version = "0.1.6"
default_user = "ultimaker"
default_channel = "stable"
exports_sources = "StandardProjectSettings.cmake"

def package(self):
Expand Down
3 changes: 3 additions & 0 deletions recipes/umbase/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
versions:
"0.1.6":
folder: "all"

0 comments on commit dcbf7dd

Please sign in to comment.