GNU bug report logs -
#43449
[PATCH] gnu: Add python-requests-ftp.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 17 Sep 2020 13:28:23 -0400
with message-id <20200917172823.GA22913 <at> 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 <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
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.
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.