diff --git a/recipes/wip/db/valkey/recipe.toml b/recipes/wip/db/valkey/recipe.toml index 41dea1359..96c3b6994 100644 --- a/recipes/wip/db/valkey/recipe.toml +++ b/recipes/wip/db/valkey/recipe.toml @@ -1,4 +1,4 @@ -#TODO Compiling, not tested +#TODO compiled but not tested [source] git = "https://github.com/valkey-io/valkey" shallow_clone = true diff --git a/recipes/wip/dev/python/ruff/recipe.toml b/recipes/wip/dev/python/ruff/recipe.toml index 3b10f5945..51bfd023b 100644 --- a/recipes/wip/dev/python/ruff/recipe.toml +++ b/recipes/wip/dev/python/ruff/recipe.toml @@ -1,4 +1,4 @@ -#TODO compiled, not tested +#TODO compiled but not tested [source] git = "https://github.com/astral-sh/ruff" rev = "93a16bd05fba249439848beb6fbcbf3e8a436f03" @@ -8,7 +8,7 @@ patches = [ ] [build] -template = "custom" -script = """ -cookbook_cargo_packages ruff -""" +template = "cargo" +cargopackages = [ + "ruff" +] diff --git a/recipes/wip/dev/python/uv/recipe.toml b/recipes/wip/dev/python/uv/recipe.toml index ee950a38f..5022c1315 100644 --- a/recipes/wip/dev/python/uv/recipe.toml +++ b/recipes/wip/dev/python/uv/recipe.toml @@ -3,7 +3,7 @@ git = "https://github.com/astral-sh/uv" shallow_clone = true [build] -template = "custom" +template = "cargo" dependencies = [ "openssl3", ]