mamba-org / rattler

Rust crates to work with the Conda ecosystem.
BSD 3-Clause "New" or "Revised" License
226 stars 42 forks source link

Create repodata records from package urls #720

Closed ruben-arts closed 3 weeks ago

ruben-arts commented 1 month ago

This feature would be in preparation to solving with only a Url as MatchSpec. We need to create repodata to send to the solver but the information for the package record needs to be fetched from the package itself instead of a repodata file.

This needs to be an async funtion to fetch the data from the package by downloading it to the package cache first.

baszalmstra commented 3 weeks ago

Closed by https://github.com/mamba-org/rattler/pull/725