[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: Add python-treq.
From: |
guix-commits |
Subject: |
05/12: gnu: Add python-treq. |
Date: |
Tue, 19 Feb 2019 14:42:46 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 00adbac6d2b56fb3f61879292f5391aece80d749
Author: Leo Famulari <address@hidden>
Date: Sun Feb 17 14:13:46 2019 -0500
gnu: Add python-treq.
* gnu/packages/python-web.scm (python-treq): New variable.
---
gnu/packages/python-web.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 052331c..ec7f439 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2973,3 +2973,29 @@ ecosystem.")
(description "This package provides a Python module to create immutable,
and
correct URLs for Python according to RFCs 3986 and 3987.")
(license license:expat)))
+
+(define-public python-treq
+ (package
+ (name "python-treq")
+ (version "18.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "treq" version))
+ (sha256
+ (base32
+ "0j4zwq9p1c9piv1vc66nxcv9s6hdinf90jwkbsm91k14npv9zq4i"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-attrs" ,python-attrs)
+ ("python-idna" ,python-idna)
+ ("python-incremental" ,python-incremental)
+ ("python-requests" ,python-requests)
+ ("python-service-identity" ,python-service-identity)
+ ("python-twisted" ,python-twisted)))
+ (home-page "https://github.com/twisted/treq")
+ (synopsis "Requests-like API built on top of twisted.web's Agent")
+ (description "This package provides an HTTP library inspired by
address@hidden but written on top of Twisted's @code{Agents}. It offers a
+high level API for making HTTP requests when using Twisted.")
+ (license license:expat)))
- branch master updated (a4fc802 -> a7db61a), guix-commits, 2019/02/19
- 02/12: gnu: Add python-txaio., guix-commits, 2019/02/19
- 01/12: gnu: Add python-humanize., guix-commits, 2019/02/19
- 04/12: gnu: python-twisted: Update to 17.5.0, guix-commits, 2019/02/19
- 08/12: gnu: Add python-txtorcon., guix-commits, 2019/02/19
- 03/12: gnu: Add python-hyperlink., guix-commits, 2019/02/19
- 12/12: gnu: Add Magic-Wormhole., guix-commits, 2019/02/19
- 05/12: gnu: Add python-treq.,
guix-commits <=
- 11/12: gnu: Add magic-wormhole-transit-relay., guix-commits, 2019/02/19
- 07/12: gnu: Add python-spake2., guix-commits, 2019/02/19
- 09/12: gnu: Add python-autobahn., guix-commits, 2019/02/19
- 06/12: gnu: Add python-hkdf., guix-commits, 2019/02/19
- 10/12: gnu: Add magic-wormhole-mailbox-server., guix-commits, 2019/02/19