-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
create fetchpypi function that generates name based urls for the prefetch sheme #22256
Comments
pinging @FRidh |
How can we retrieve a wheel given name a version? As far as I know you have to know the hash to build up an url. |
@FRidh relapce the "source" segment in the pypi.io url with the wheel type (py2, py3, py2.py3) im working on a pr |
can you show a couple of sample urls |
Thanks for your examples. I don't think we should have that many different fetchers. I've merged 695ff0d. While |
followup to #21637
modern pypi supports name based dispatch of different distribution types,
based on the distribution name, the distribution type (source, py2, py3, py2.3) and some extra details,
pypi can be asked for the real file
however the current mirror url for pypi hardcodes the type source
since nixos will always require building binary wheels, it seems sensible to have functions fitting the python
The text was updated successfully, but these errors were encountered: