-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fetch directly from crates.io if given a crate name #14
Comments
You don’t need to pre-fetch generally. |
I suppose this could be done in two steps:
Am I missing something? |
No, I think you're spot on. Both would be helpful and then together, it solves my bother. |
So after spending >1 hour on implementing this, I'm stuck because crates don't have |
It'd be nice if pycargoebuild could fetch directly from crates.io when given a crate name.
This would be useful for two reasons:
pycargoebuild
inside. Lots of effort.../pkgcraft
) which neitherpycargoebuild
norcargo-ebuild
handle properly. Neither end up listingpkgcraft
as a dependency. The version downloaded from crates.io does list it properly becausecargo
mangles it first on upload (or crates.io mangles it before publishing, whatever).(If you don't like the general idea, consider this a bug report for 2., in that pycargoebuild can't handle pkgcraft-c because of the relative path dep.)
The text was updated successfully, but these errors were encountered: