GNU bug report logs - #59294
[PATCH 0/2] Update httpie to 3.2.1.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Wed, 16 Nov 2022 01:57:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


Message #22 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 59294 <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#59294] [PATCH 2/2] gnu: httpie: Use G-expressions.
Date: Thu, 17 Nov 2022 12:08:29 +0000
[Message part 1 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/python-web.scm (httpie)[arguments]: Use G-expressions.
> ---
>  gnu/packages/python-web.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index 00a848610e..6d9ebd928e 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -964,7 +964,7 @@ (define-public httpie
>      (build-system python-build-system)
>      (arguments
>       ;; The tests attempt to access external web servers, so we cannot run them.
> -     '(#:tests? #f))
> +     (list #:tests? #f))
>      (propagated-inputs
>       (list python-colorama
>             python-pygments

I skipped pushing this patch as while I think I get what you're doing,
this change doesn't involve using G-expressions. At least with my
understanding of Guile, nothing is really changing here.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.