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

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

bug#43449: closed ([PATCH] gnu: Add python-requests-ftp.)


From: GNU bug Tracking System
Subject: bug#43449: closed ([PATCH] gnu: Add python-requests-ftp.)
Date: Thu, 17 Sep 2020 17:29:01 +0000

Your message dated Thu, 17 Sep 2020 13:28:23 -0400
with message-id <20200917172823.GA22913@jasmine.lan>
and subject line Re: [bug#43449] [PATCH] gnu: Add python-requests-ftp.
has caused the debbugs.gnu.org bug report #43449,
regarding [PATCH] gnu: Add python-requests-ftp.
to be marked as done.

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


-- 
43449: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43449
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- 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.


--- End Message ---

reply via email to

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