unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54530] [PATCH] gnu: python-port-for: Remove trailing boolean.
@ 2022-03-22 23:14 jgart via Guix-patches via
  2022-03-29  8:55 ` bug#54530: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-22 23:14 UTC (permalink / raw)
  To: 54530; +Cc: jgart

* gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing
boolean from lambda function.
---
 gnu/packages/python-web.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9c2a48166a..741d4044ed 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5023,8 +5023,7 @@ (define-public python-port-for
          (add-after 'unpack 'use-urllib3
            (lambda _
              (substitute* "port_for/_download_ranges.py"
-               (("urllib2") "urllib3"))
-             #t)))))
+               (("urllib2") "urllib3")))))))
     (propagated-inputs
      (list python-urllib3))
     (native-inputs
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54530: [PATCH] gnu: python-port-for: Remove trailing boolean.
  2022-03-22 23:14 [bug#54530] [PATCH] gnu: python-port-for: Remove trailing boolean jgart via Guix-patches via
@ 2022-03-29  8:55 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-03-29  8:55 UTC (permalink / raw)
  To: jgart; +Cc: 54530-done


> * gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing
> boolean from lambda function.

Pushed, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-29  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22 23:14 [bug#54530] [PATCH] gnu: python-port-for: Remove trailing boolean jgart via Guix-patches via
2022-03-29  8:55 ` bug#54530: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).