emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54530: closed ([PATCH] gnu: python-port-for: Remove trailing boolean


From: GNU bug Tracking System
Subject: bug#54530: closed ([PATCH] gnu: python-port-for: Remove trailing boolean.)
Date: Tue, 29 Mar 2022 08:56:02 +0000

Your message dated Tue, 29 Mar 2022 10:55:46 +0200
with message-id <87lewt6stp.fsf@gnu.org>
and subject line Re: bug#54530: [PATCH] gnu: python-port-for: Remove trailing 
boolean.
has caused the debbugs.gnu.org bug report #54530,
regarding [PATCH] gnu: python-port-for: Remove trailing boolean.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54530: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54530
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-port-for: Remove trailing boolean. Date: Tue, 22 Mar 2022 19:14:31 -0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#54530: [PATCH] gnu: python-port-for: Remove trailing boolean. Date: Tue, 29 Mar 2022 10:55:46 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
> * gnu/packages/python-web.scm (python-port-for)[arguments]: Remove trailing
> boolean from lambda function.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]