import: pypi: read requirements from wheels.
authorCyril Roelandt <tipecaml@gmail.com>
Sun, 27 Dec 2015 02:26:11 +0000 (03:26 +0100)
committerCyril Roelandt <tipecaml@gmail.com>
Tue, 14 Jun 2016 20:03:22 +0000 (22:03 +0200)
commit266785d21e9ed3fcbecebea302231cf35e303d66
tree944e99e1c6da36b629798f8f5ff1851a8c951397
parent4f54a63e1e71bf9a48e66bd4459809b699889620
import: pypi: read requirements from wheels.

* doc/guix.tex (Invoking guix import): Mention that the pypi importer
works better with "unzip".
* guix/import/pypi.scm (latest-wheel-release,
wheel-url->extracted-directory): New procedures.
* tests/pypi.scm (("pypi->guix-package, wheels"): New test.
doc/guix.texi
guix/import/pypi.scm
tests/pypi.scm