* gnu/packages/python-web.scm (python-http-client): New variable.
gnu/packages/python-web.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Toggle diff (40 lines)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6c121907e6..05fb5ab304 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;; Copyright © 2022 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
+;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
;;; This file is part of GNU Guix.
@@ -7546,3 +7547,25 @@ (define-public python-zeep
(license license:expat)))
+(define-public python-http-client
+ (name "python-http-client")
+ (home-page "https://github.com/sendgrid/python-http-client")
+ (file-name (git-file-name name version))
+ "0z0ziw3f4zw5fj4spiwhhs2x8qs3i5999ry2p6a5sc8b1lkkj2zi"))
+ (use-modules ((guix build utils)))
+ (delete-file "tests/profile.py")))))
+ (build-system python-build-system)
+ (synopsis "HTTP REST client for Python")
+ "This package provides access to any RESTful or RESTful-like API.")
+ (license license:expat)))