[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/17: gnu: Add python-types-urllib3.
From: |
guix-commits |
Subject: |
09/17: gnu: Add python-types-urllib3. |
Date: |
Wed, 10 May 2023 12:23:49 -0400 (EDT) |
rekado pushed a commit to branch wip-pytorch-lightning
in repository guix.
commit 49d582fa4c7c5a46afebaf9ca08f284aab028e3d
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")
- branch wip-pytorch-lightning updated (46c7243e69 -> 571e331d46), guix-commits, 2023/05/10
- 02/17: gnu: python-pillow-simd: Update to 9.2.0., guix-commits, 2023/05/10
- 01/17: gnu: python-blessed: Update to 1.20.0., guix-commits, 2023/05/10
- 08/17: gnu: Add python-fastapi-for-pytorch-lightning., guix-commits, 2023/05/10
- 07/17: gnu: Add python-starlette-for-fastapi-0.88., guix-commits, 2023/05/10
- 09/17: gnu: Add python-types-urllib3.,
guix-commits <=
- 13/17: gnu: Add python-typeshed-client., guix-commits, 2023/05/10
- 04/17: gnu: python-scikit-optimize: Fix build with newer numpy and sklearn., guix-commits, 2023/05/10
- 06/17: gnu: Add python-inquirer., guix-commits, 2023/05/10
- 12/17: gnu: python-torchvision: Update to 0.15.2., guix-commits, 2023/05/10
- 03/17: gnu: Add python-dateutils., guix-commits, 2023/05/10
- 05/17: gnu: Add python-readchar., guix-commits, 2023/05/10
- 11/17: gnu: python-arrow: Update to 1.2.3., guix-commits, 2023/05/10
- 10/17: gnu: Add python-types-requests., guix-commits, 2023/05/10
- 16/17: gnu: Add python-jsonargparse., guix-commits, 2023/05/10
- 17/17: gnu: Add python-pytorch-lightning., guix-commits, 2023/05/10