From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
To: guix-devel@gnu.org
Cc: pjotr2017@thebird.nl
Subject: [PATCH 3/5] gnu: Add python-httpbin
Date: Sun, 26 Mar 2017 12:56:32 +0300 [thread overview]
Message-ID: <20170326095634.4644-3-fredmanglis@gmail.com> (raw)
In-Reply-To: <20170326095634.4644-1-fredmanglis@gmail.com>
* gnu/packages/python.scm (python-httpbin): New variable.
---
gnu/packages/python.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d94464c..fb28a9f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14028,3 +14028,27 @@ recognize TestCases.")
@item the Maintainability Index (a Visual Studio metric)
@end itemize")
(license license:expat)))
+
+(define-public python-httpbin
+ (package
+ (name "python-httpbin")
+ (version "0.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "httpbin" version))
+ (sha256
+ (base32
+ "1dc92lnk846hpilslrqnr63x55cxll4qx88gif8fm521gv9cbyvr"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-decorator" ,python-decorator)
+ ("python-flask" ,python-flask)
+ ("python-itsdangerous" ,python-itsdangerous)
+ ("python-markupsafe" ,python-markupsafe)
+ ("python-six" ,python-six)))
+ (home-page "https://github.com/Runscope/httpbin")
+ (synopsis "HTTP Request and Response Service")
+ (description "HTTP Request and Response Service which covers all kinds of HTTP
+scenarios, e.g. GET, POST, PUT, DELETE, etc.")
+ (license license:expat)))
--
2.10.2
next prev parent reply other threads:[~2017-03-26 9:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-26 9:56 [PATCH 1/5] gnu: Add python-mando-0.3.1 Muriithi Frederick Muriuki
2017-03-26 9:56 ` [PATCH 2/5] gnu: Add python-radon Muriithi Frederick Muriuki
2017-03-26 9:56 ` Muriithi Frederick Muriuki [this message]
2017-03-26 9:56 ` [PATCH 4/5] gnu: Add python-pytest-httpbin Muriithi Frederick Muriuki
2017-03-26 9:56 ` [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9 Muriithi Frederick Muriuki
2017-03-27 18:59 ` Leo Famulari
2017-04-01 13:16 ` Frederick Muriithi
2017-04-01 13:20 ` Frederick Muriithi
2017-03-27 18:58 ` [PATCH 1/5] gnu: Add python-mando-0.3.1 Leo Famulari
2017-04-01 13:19 ` Frederick Muriithi
-- strict thread matches above, loose matches on Subject: below --
2017-04-05 7:01 [PATCH 2/5] gnu: Add python-radon Muriithi Frederick Muriuki
2017-04-05 7:01 ` [PATCH 3/5] gnu: Add python-httpbin Muriithi Frederick Muriuki
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170326095634.4644-3-fredmanglis@gmail.com \
--to=fredmanglis@gmail.com \
--cc=guix-devel@gnu.org \
--cc=pjotr2017@thebird.nl \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.