Skip to content

Commit

Permalink
feat: variants in metadata (prefix-dev#55)
Browse files Browse the repository at this point in the history
Intial partial refactor for variant support, but this was split off so only the package manifest is being used with this PR.
  • Loading branch information
baszalmstra authored Jan 9, 2025
1 parent ae38140 commit 84ddc2f
Show file tree
Hide file tree
Showing 11 changed files with 700 additions and 1,015 deletions.
431 changes: 263 additions & 168 deletions Cargo.lock

Large diffs are not rendered by default.

18 changes: 4 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,29 +27,19 @@ toml_edit = "0.22.22"
tokio = "1.37.0"
tracing-subscriber = "0.3.19"
url = "2.5.4"
pyproject-toml = "0.13.4"

jsonrpc-stdio-server = "18.0.0"
jsonrpc-http-server = "18.0.0"
jsonrpc-core = "18.0.0"

rattler-build = { git = "https://github.com/prefix-dev/rattler-build", branch = "main", default-features = false }

rattler_conda_types = { version = "0.29.1", default-features = false }
rattler_package_streaming = { version = "0.22.14", default-features = false }
rattler_virtual_packages = { version = "1.1.10", default-features = false }
rattler_conda_types = { version = "0.29.9", default-features = false }
rattler_package_streaming = { version = "0.22.22", default-features = false }
rattler_virtual_packages = { version = "1.1.17", default-features = false }

pixi_build_types = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
pixi_consts = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
pixi_manifest = { git = "https://github.com/prefix-dev/pixi", branch = "main" }
pixi_spec = { git = "https://github.com/prefix-dev/pixi", branch = "main" }

[patch.crates-io]
rattler = { git = "https://github.com/conda/rattler", branch = "main" }
rattler_conda_types = { git = "https://github.com/conda/rattler", branch = "main" }
rattler_package_streaming = { git = "https://github.com/conda/rattler", branch = "main" }
rattler_virtual_packages = { git = "https://github.com/conda/rattler", branch = "main" }
rattler_cache = { git = "https://github.com/conda/rattler", branch = "main" }
rattler_solve = { git = "https://github.com/conda/rattler", branch = "main" }
rattler_repodata_gateway = { git = "https://github.com/conda/rattler", branch = "main" }
rattler_redaction = { git = "https://github.com/conda/rattler", branch = "main" }
rattler_networking = { git = "https://github.com/conda/rattler", branch = "main" }
1 change: 1 addition & 0 deletions crates/pixi-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ tempfile = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
tracing-subscriber = { workspace = true }
url = { workspace = true }
pyproject-toml = { workspace = true }

pixi_build_types = { workspace = true }
pixi_consts = { workspace = true }
Expand Down
Loading

0 comments on commit 84ddc2f

Please sign in to comment.