diff --git a/Cargo.lock b/Cargo.lock index 7117eba759..6de3447810 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5657,10 +5657,10 @@ dependencies = [ "pathdiff", "pixi_build_types", "rattler-build", - "rattler_build_jinja", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_build_recipe", - "rattler_build_types", - "rattler_build_variant_config", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", "rattler_conda_types", "rattler_digest", "rattler_virtual_packages", @@ -5707,8 +5707,8 @@ dependencies = [ "pixi_build_backend", "pixi_build_types", "rattler-build", - "rattler_build_jinja", - "rattler_build_types", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "recipe_stage0", "rstest", @@ -5777,8 +5777,8 @@ dependencies = [ "pixi_build_backend", "pixi_build_types", "rattler-build", - "rattler_build_jinja", - "rattler_build_types", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "recipe_stage0", "rstest", @@ -5832,7 +5832,7 @@ dependencies = [ "pixi_build_types", "rattler-build", "rattler_build_recipe", - "rattler_build_variant_config", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", "rattler_conda_types", "serde", "serde_json", @@ -7413,14 +7413,14 @@ dependencies = [ "num_cpus", "pathdiff", "rattler", - "rattler_build_jinja", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_build_networking", "rattler_build_recipe", "rattler_build_recipe_generator", "rattler_build_script", "rattler_build_source_cache", - "rattler_build_types", - "rattler_build_variant_config", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_cache", "rattler_conda_types", "rattler_config", @@ -7472,6 +7472,27 @@ dependencies = [ "which", ] +[[package]] +name = "rattler_build_jinja" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "fs-err", + "indexmap 2.13.0", + "itertools 0.14.0", + "lazy_static", + "minijinja", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_conda_types", + "serde", + "serde_json", + "serde_with", + "serde_yaml", + "strum", + "thiserror 2.0.18", + "toml", +] + [[package]] name = "rattler_build_jinja" version = "0.1.0" @@ -7482,7 +7503,7 @@ dependencies = [ "itertools 0.14.0", "lazy_static", "minijinja", - "rattler_build_types", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "serde", "serde_json", @@ -7519,11 +7540,11 @@ dependencies = [ "minijinja", "pathdiff", "petgraph", - "rattler_build_jinja", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_build_script", - "rattler_build_types", - "rattler_build_variant_config", - "rattler_build_yaml_parser", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_variant_config 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_yaml_parser 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "rattler_digest", "regex", @@ -7630,6 +7651,21 @@ dependencies = [ "zstd", ] +[[package]] +name = "rattler_build_types" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "globset", + "itertools 0.14.0", + "rattler_conda_types", + "serde", + "serde_json", + "serde_with", + "serde_yaml", + "thiserror 2.0.18", +] + [[package]] name = "rattler_build_types" version = "0.1.0" @@ -7645,6 +7681,26 @@ dependencies = [ "thiserror 2.0.18", ] +[[package]] +name = "rattler_build_variant_config" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "fs-err", + "marked-yaml", + "miette 7.6.0", + "minijinja", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_build_yaml_parser 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "rattler_conda_types", + "regex", + "serde", + "serde_yaml", + "thiserror 2.0.18", + "tracing", +] + [[package]] name = "rattler_build_variant_config" version = "0.1.0" @@ -7654,9 +7710,9 @@ dependencies = [ "marked-yaml", "miette 7.6.0", "minijinja", - "rattler_build_jinja", - "rattler_build_types", - "rattler_build_yaml_parser", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", + "rattler_build_yaml_parser 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "regex", "serde", @@ -7665,6 +7721,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "rattler_build_yaml_parser" +version = "0.1.0" +source = "git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32#0514a68221c47a03f358d26337969a0fe979ae32" +dependencies = [ + "marked-yaml", + "miette 7.6.0", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=0514a68221c47a03f358d26337969a0fe979ae32)", + "serde", + "thiserror 2.0.18", +] + [[package]] name = "rattler_build_yaml_parser" version = "0.1.0" @@ -7672,7 +7740,7 @@ source = "git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1#cfed7c5d24 dependencies = [ "marked-yaml", "miette 7.6.0", - "rattler_build_jinja", + "rattler_build_jinja 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "serde", "thiserror 2.0.18", ] @@ -8235,7 +8303,7 @@ dependencies = [ "insta", "itertools 0.14.0", "marked-yaml", - "rattler_build_types", + "rattler_build_types 0.1.0 (git+https://github.com/prefix-dev/rattler-build?rev=v0.58.1)", "rattler_conda_types", "serde", "serde_yaml", diff --git a/Cargo.toml b/Cargo.toml index 5dd25f2f68..7677017fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -249,7 +249,7 @@ rattler-build = { git = "https://github.com/prefix-dev/rattler-build", rev = "v0 rattler_build_jinja = { git = "https://github.com/prefix-dev/rattler-build", rev = "v0.58.1" } rattler_build_recipe = { git = "https://github.com/prefix-dev/rattler-build", rev = "v0.58.1" } rattler_build_types = { git = "https://github.com/prefix-dev/rattler-build", rev = "v0.58.1" } -rattler_build_variant_config = { git = "https://github.com/prefix-dev/rattler-build", rev = "v0.58.1" } +rattler_build_variant_config = { git = "https://github.com/prefix-dev/rattler-build", rev = "0514a68221c47a03f358d26337969a0fe979ae32" } [patch.crates-io] # This is a temporary patch to get `cargo vendor` to work with the `uv` and pep508_rs` crates.