[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/88: gnu: Add python-httpretty.
From: |
guix-commits |
Subject: |
31/88: gnu: Add python-httpretty. |
Date: |
Wed, 10 Apr 2019 23:44:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5e869bde79fafe8d526a6cd2fe020a3a1f825056
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 11 04:16:18 2019 +0200
gnu: Add python-httpretty.
* gnu/packages/web.scm (python-httpretty): New public variable.
---
gnu/packages/web.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ff26314..7af2f63 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5155,6 +5155,36 @@ Depending on your architecture, it only requires about
40 bytes of data per
message stream (in a web server that is per connection).")
(license l:expat)))
+(define-public python-httpretty
+ (package
+ (name "python-httpretty")
+ (version "0.9.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "httpretty" version))
+ (sha256
+ (base32 "1p1rb4mpngh0632xrmdfhvc8yink519yfkqz97d2ww3y0x2jvd81"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-six" ,python-six)))
+ (native-inputs
+ `(("python-coverage" ,python-coverage)
+ ("python-httplib2" ,python-httplib2)
+ ("python-mock" ,python-mock)
+ ("python-nose" ,python-nose)
+ ("python-nose-randomly" ,python-nose-randomly)
+ ("python-rednose" ,python-rednose)
+ ("python-requests" ,python-requests)
+ ("python-sure" ,python-sure)
+ ("python-tornado" ,python-tornado)
+ ("python-urllib3" ,python-urllib3)))
+ (home-page "https://httpretty.readthedocs.io")
+ (synopsis "HTTP client mock for Python")
+ (description "@code{httpretty} is a helper for faking web requests,
+inspired by Ruby's @code{fakeweb}.")
+ (license l:expat)))
+
(define-public python2-httpretty
(package
(name "python2-httpretty")
- 51/88: gnu: ocaml4.02-ppx-tools: Don't use unstable tarball., (continued)
- 51/88: gnu: ocaml4.02-ppx-tools: Don't use unstable tarball., guix-commits, 2019/04/10
- 80/88: gnu: python-glob2: Don't use unstable tarball., guix-commits, 2019/04/10
- 62/88: gnu: ocaml-lambda-term: Don't use unstable tarball., guix-commits, 2019/04/10
- 77/88: gnu: python-schematics: Don't use unstable tarball., guix-commits, 2019/04/10
- 60/88: gnu: ocaml-jbuilder: Don't use unstable tarball., guix-commits, 2019/04/10
- 75/88: gnu: python-honcho: Don't use unstable tarball., guix-commits, 2019/04/10
- 69/88: gnu: openlibm: Don't use unstable tarball., guix-commits, 2019/04/10
- 84/88: gnu: stumpwm: Don't use unstable tarball., guix-commits, 2019/04/10
- 67/88: gnu: emacs-auto-yasnippet: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 70/88: gnu: libosmium: Don't use unstable tarball., guix-commits, 2019/04/10
- 31/88: gnu: Add python-httpretty.,
guix-commits <=
- 36/88: gnu: gimp: Fix typo in description., guix-commits, 2019/04/10
- 38/88: gnu: emacs-helm-emms: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 43/88: gnu: emacs-mu4e-conversation: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 52/88: gnu: ocaml-ulex: Don't use unstable tarball., guix-commits, 2019/04/10
- 54/88: gnu: ocaml-seq: Don't use unstable tarball., guix-commits, 2019/04/10
- 63/88: gnu: ocaml-utop: Don't use unstable tarball., guix-commits, 2019/04/10
- 82/88: gnu: sbcl-flexi-streams: Don't use unstable tarball., guix-commits, 2019/04/10
- 58/88: gnu: optcomp: Don't use unstable tarball., guix-commits, 2019/04/10
- 87/88: gnu: sbcl-trivial-garbage: Don't use unstable tarball., guix-commits, 2019/04/10
- 71/88: gnu: osm2pgsql: Don't use unstable tarball., guix-commits, 2019/04/10