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.
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
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
* 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