Re: [PATCH 02/12] guix: Add a "pypi-uri" helper method.

2015-10-13 Thread Cyril Roelandt
On 10/13/2015 03:51 PM, Thompson, David wrote: > Yeah, get rid of the mirror thing and this patch looks good to me. Yeah, will do. I thought we might add mirrors, but apparently there are no official mirrors any more, so... Cyril.

Re: [PATCH 02/12] guix: Add a "pypi-uri" helper method.

2015-10-13 Thread Thompson, David
On Tue, Oct 13, 2015 at 3:47 AM, Ricardo Wurmus wrote: > > Cyril Roelandt writes: > >> * guix/download.scm (mirrors): New "pypi" mirror. >> * guix/build-system/python.scm (pypi-uri): New method. > > It’s a good idea to provide “pypi-uri”! But why is a mirror entry > required when “pypi.python.or

Re: [PATCH 02/12] guix: Add a "pypi-uri" helper method.

2015-10-13 Thread Ricardo Wurmus
Cyril Roelandt writes: > * guix/download.scm (mirrors): New "pypi" mirror. > * guix/build-system/python.scm (pypi-uri): New method. It’s a good idea to provide “pypi-uri”! But why is a mirror entry required when “pypi.python.org” is the only source for packages? ~~ Ricardo

[PATCH 02/12] guix: Add a "pypi-uri" helper method.

2015-10-12 Thread Cyril Roelandt
* guix/download.scm (mirrors): New "pypi" mirror. * guix/build-system/python.scm (pypi-uri): New method. --- guix/build-system/python.scm | 10 +- guix/download.scm| 4 +++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/guix/build-system/python.scm b/guix/bui