GNU bug report logs - #43449
[PATCH] gnu: Add python-requests-ftp.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Wed, 16 Sep 2020 15:11:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Subject: bug#43449: closed (Re: [bug#43449] [PATCH] gnu: Add
 python-requests-ftp.)
Date: Thu, 17 Sep 2020 17:29:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#43449: [PATCH] gnu: Add python-requests-ftp.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 43449 <at> debbugs.gnu.org.

-- 
43449: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43449
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 43449-done <at> debbugs.gnu.org
Subject: Re: [bug#43449] [PATCH] gnu: Add python-requests-ftp.
Date: Thu, 17 Sep 2020 13:28:23 -0400
On Thu, Sep 17, 2020 at 09:27:09AM +0200, Konrad Hinsen wrote:
> * gnu/packages/python-web.scm (python-requests-ftp): New variable.

Thanks! Pushed as a96873565da1e9a7ef95ab06a5774b1207b86ead with a
followup commit to credit you as an author.

[Message part 3 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-requests-ftp.
Date: Wed, 16 Sep 2020 17:10:45 +0200
* gnu/packages/python-web.scm (python-requests-ftp): New variable.
---
 gnu/packages/python-web.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7926539233..b75accccac 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2029,6 +2029,28 @@ with python-requests.")
      `(;; FIXME: Some tests require network access.
        #:tests? #f))))
 
+(define-public python-requests-ftp
+  (package
+    (name "python-requests-ftp")
+    (version "0.3.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "requests-ftp" version))
+       (sha256
+        (base32
+         "0yh5v21v36dsjsgv4y9dx4mmz35741l5jf6pbq9w19d8rfsww13m"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-requests" ,python-requests)))
+    (home-page
+     "http://github.com/Lukasa/requests-ftp")
+    (synopsis "FTP Transport Adapter for Requests.")
+    (description
+     "Requests-FTP is an implementation of a simple FTP transport
+adapter for use with the Requests library.")
+    (license license:asl2.0)))
+
 (define-public python-oauthlib
   (package
     (name "python-oauthlib")
-- 
2.28.0




This bug report was last modified 4 years and 250 days ago.

Previous Next


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