unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Prikler <leo.prikler@student.tugraz.at>
To: 43045@debbugs.gnu.org
Subject: [bug#43045] [PATCH 4/7] gnu: Add python-requests-toolbelt-0.9.1.
Date: Tue, 25 Aug 2020 19:37:33 +0200	[thread overview]
Message-ID: <20200825173735.16156-4-leo.prikler@student.tugraz.at> (raw)
In-Reply-To: <20200825173735.16156-1-leo.prikler@student.tugraz.at>

* gnu/packages/python-web.scm (python-requests-toolbelt-0.9.1): New variable.
---
 gnu/packages/python-web.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1b97d1401d..f7a623ceba 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2003,6 +2003,20 @@ with python-requests.")
 (define-public python2-requests-toolbelt
   (package-with-python2 python-requests-toolbelt))
 
+(define-public python-requests-toolbelt-0.9.1
+  (package
+    (inherit python-requests-toolbelt)
+    (version "0.9.1")
+    (source (origin
+             (method url-fetch)
+             (uri (pypi-uri "requests-toolbelt" version))
+             (sha256
+              (base32
+               "1h3gm88dcjbd7gm229a7x5qkkhnsqsjz0m0l2xyavm2ab3a8k04n"))))
+    (arguments
+     `(;; FIXME: Some tests require network access.
+       #:tests? #f))))
+
 (define-public python-oauthlib
   (package
     (name "python-oauthlib")
-- 
2.28.0





  parent reply	other threads:[~2020-08-25 17:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-25 17:29 [bug#43045] [PATCH] Add komikku Leo Prikler
2020-08-25 17:37 ` [bug#43045] [PATCH 1/7] gnu: Add python-pure-protobuf Leo Prikler
2020-08-25 17:37   ` [bug#43045] [PATCH 2/7] gnu: Add python-pyparsing-2.4.7 Leo Prikler
2020-08-25 17:37   ` [bug#43045] [PATCH 3/7] gnu: Add python-dateparser Leo Prikler
2020-08-25 17:37   ` Leo Prikler [this message]
2020-08-25 17:37   ` [bug#43045] [PATCH 5/7] gnu: Add python-cloudscraper Leo Prikler
2020-08-25 17:37   ` [bug#43045] [PATCH 6/7] gnu: libhandy: Update to 0.90.0 Leo Prikler
2020-08-25 17:37   ` [bug#43045] [PATCH 7/7] gnu: Add komikku Leo Prikler
2020-08-27 11:53 ` bug#43045: [PATCH] " Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200825173735.16156-4-leo.prikler@student.tugraz.at \
    --to=leo.prikler@student.tugraz.at \
    --cc=43045@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).