-
Notifications
You must be signed in to change notification settings - Fork 115
experimental: adding support for wheel packags to repodata parsing #1918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
experimental: adding support for wheel packags to repodata parsing #1918
Conversation
|
Thanks for taking the time to contribute this. Overall this particular part looks fine to me! But before merging this though I would like to understand much better what this does. Is there a CEP (even draft) that goes over the details? Are the filenames still conda filenames? They follow a strict pattern that is relied on in this code. Can you also add some test repodata to both show what it would look like and to have some form of regression data. |
|
Hi @baszalmstra, Thanks for the quick response. Just to give you some more background on this, we are currently implementing a conda plugin that will allow us to install wheel files by performing a solve against a
No, they are not. They are Yes, a CEP would be great here to define the exact format of this new section option section in |
|
Hey @baszalmstra, I just wanted to post this here for visibility: This pull request is far from complete (i.e. the many The thing that makes me the uneasiest about it is the way I setup repodata file type merging. I think it's okay to assume that the Anyways, these are things to be spelled out and debated in a proper CEP 🤝 🔏 , but I just wanted to give my thoughts on it so far here too. |
Description
This pull request is directly related to this work:
Please consider this just one idea for how it could be implemented, and a way to start a conversation. This is not meant to be merged in its current state.