guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/26: gnu: Add python-types-requests.


From: guix-commits
Subject: 19/26: gnu: Add python-types-requests.
Date: Wed, 10 May 2023 13:31:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4d673ba743c7496e4b90298037688f03f0251e65
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 10 16:57:41 2023 +0200

    gnu: Add python-types-requests.
    
    * gnu/packages/python-xyz.scm (python-types-requests): New variable.
---
 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bedb004a4b..b5456a4472 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30965,6 +30965,23 @@ static types.")
 Python, with static types.")
     (license license:asl2.0)))
 
+(define-public python-types-requests
+  (package
+    (name "python-types-requests")
+    (version "2.30.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "types-requests" version))
+              (sha256
+               (base32
+                "0cas3cjkhrvsz2rmqnhqiihy9j79wxi9xbih8jk0p9r48c2q3iyy"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-types-urllib3))
+    (home-page "https://github.com/python/typeshed";)
+    (synopsis "Typing stubs for requests")
+    (description "This package provides typing stubs for requests.")
+    (license license:asl2.0)))
+
 (define-public python-types-setuptools
   (package
     (name "python-types-setuptools")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]