(address . bug-guix@gnu.org)
Hi,
For some packages we get this:
Toggle snippet (4 lines)
$ guix import pypi jaxlib
guix import: error: no source release for pypi package jaxlib 0.1.67
and indeed, there’s no “sdist” (source distribution), only
“bdist_wheel” (.whl files).
Nevertheless, should the importer do something smarter here? The
metadata at https://pypi.org/pypi/jaxlib/json doesn’t contain info
about the source repository (though it contains the home page at
github.com). Would it make sense to build from a .whl file or does this
necessarily include generated code and other byproducts?
Thanks,
Ludo’.