guix-commits
[Top][All Lists]
Advanced

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

18/26: gnu: Add python-types-urllib3.


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

rekado pushed a commit to branch master
in repository guix.

commit 26e2610673cfc3a50d5ec7dceb6ba25db8c94b07
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 10 16:57:32 2023 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1ada80998f..bedb004a4b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30981,6 +30981,22 @@ Python, with static types.")
     (description "This package provides typing stubs for setuptools.")
     (license license:asl2.0)))
 
+(define-public python-types-urllib3
+  (package
+    (name "python-types-urllib3")
+    (version "1.26.25.12")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "types-urllib3" version))
+              (sha256
+               (base32
+                "0zcipjdnbnc8ymk8mh9n5mypa0qr03rqj98lbmahldcdrrap6md1"))))
+    (build-system pyproject-build-system)
+    (home-page "https://github.com/python/typeshed";)
+    (synopsis "Typing stubs for urllib3")
+    (description "This package provides typing stubs for urllib3.")
+    (license license:asl2.0)))
+
 (define-public python-psycopg2-binary
   (package
     (name "python-psycopg2-binary")



reply via email to

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