Re: [PATCH 03/12] import: pypi: Use "pypi-uri" instead of building the URL manually.

2015-10-27 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/import/pypi.scm (make-pypi-sexp): Use "pypi-uri". > * tests/pypi.scm: Update the tests accordingly. LGTM, provided ‘pypi-uri’ does not rely on mirror://, as discussed earlier: https://lists.gnu.org/archive/html/guix-devel/2015-10/msg00347.html Sorry for the d

Re: [PATCH 03/12] import: pypi: Use "pypi-uri" instead of building the URL manually.

2015-10-25 Thread Cyril Roelandt
On 10/12/2015 11:40 PM, Cyril Roelandt wrote: > * guix/import/pypi.scm (make-pypi-sexp): Use "pypi-uri". > * tests/pypi.scm: Update the tests accordingly. This patch seems trivial to me, but it would be nice to get some feedback before I push the whole patch series :) WDYT? Cyril.

[PATCH 03/12] import: pypi: Use "pypi-uri" instead of building the URL manually.

2015-10-12 Thread Cyril Roelandt
* guix/import/pypi.scm (make-pypi-sexp): Use "pypi-uri". * tests/pypi.scm: Update the tests accordingly. --- guix/import/pypi.scm | 2 +- tests/pypi.scm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm index d04a685..647ef61