Skip to content

Commit

Permalink
feat: parse console scripts into python.entry_points (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor authored Dec 4, 2024
1 parent 62707fd commit 18279f7
Show file tree
Hide file tree
Showing 10 changed files with 173 additions and 39 deletions.
67 changes: 34 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/pixi-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ jsonrpc-core = { workspace = true }

[dev-dependencies]
insta = { version = "1.41.1", features = ["yaml", "redactions"] }
toml_edit = { version = "0.22.22" }
2 changes: 2 additions & 0 deletions crates/pixi-build/src/bin/pixi-build-cmake/cmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ impl Protocol for CMakeBuildBackend {
recipe,
finalized_dependencies: None,
finalized_cache_dependencies: None,
finalized_cache_sources: None,
finalized_sources: None,
build_summary: Arc::default(),
system_tools: Default::default(),
Expand Down Expand Up @@ -518,6 +519,7 @@ impl Protocol for CMakeBuildBackend {
recipe,
finalized_dependencies: None,
finalized_cache_dependencies: None,
finalized_cache_sources: None,
finalized_sources: None,
build_summary: Arc::default(),
system_tools: Default::default(),
Expand Down
Loading

0 comments on commit 18279f7

Please sign in to comment.