Re: [PATCH] guix pypi importer: Add ending as an optional argument to pypi-uri.

2016-01-08 Thread Ludovic Courtès
I’ve pushed commit 17ad0a2, which does what you want but using an optional parameter as discussed by Cyril and Efraim. Thanks, Ludo’.

Re: [PATCH] guix pypi importer: Add ending as an optional argument to pypi-uri.

2016-01-05 Thread Cyril Roelandt
On 01/05/2016 10:58 AM, Efraim Flashner wrote: > It already does that with the patch If there's no change then it defaults to > .tar.gz. Could part of the patch be changed to: > #:optional (ending ".tar.gz")) ? That is what I meant. This way we would not need the "(when ..." and could keep this

Re: [PATCH] guix pypi importer: Add ending as an optional argument to pypi-uri.

2016-01-05 Thread Efraim Flashner
On Tue, 5 Jan 2016 01:53:40 +0100 Cyril Roelandt wrote: > On 01/03/2016 10:36 PM, swedebugia wrote: > > --- > > guix/build-system/python.scm | 17 - > > 1 file changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/guix/build-system/python.scm

Re: [PATCH] guix pypi importer: Add ending as an optional argument to pypi-uri.

2016-01-04 Thread Cyril Roelandt
On 01/03/2016 10:36 PM, swedebugia wrote: > --- > guix/build-system/python.scm | 17 - > 1 file changed, 12 insertions(+), 5 deletions(-) > > diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm > index 2532210..09074ce 100644 > ---

Re: [PATCH] guix pypi importer: Add ending as an optional argument to pypi-uri.

2016-01-03 Thread swedebugia
On 2016-01-03 22:36, swedebugia wrote: --- guix/build-system/python.scm | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm index 2532210..09074ce 100644 --- a/guix/build-system/python.scm +++

[PATCH] guix pypi importer: Add ending as an optional argument to pypi-uri.

2016-01-03 Thread swedebugia
--- guix/build-system/python.scm | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm index 2532210..09074ce 100644 --- a/guix/build-system/python.scm +++ b/guix/build-system/python.scm @@ -41,13 +41,20