[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")
- branch master updated (e2eb43f945 -> b7534e4b5d), guix-commits, 2023/05/10
- 02/26: gnu: Add python-deepdiff., guix-commits, 2023/05/10
- 22/26: gnu: Add python-typeshed-client., guix-commits, 2023/05/10
- 16/26: gnu: Add python-starlette-for-fastapi-0.88., guix-commits, 2023/05/10
- 08/26: gnu: Add python-types-setuptools., guix-commits, 2023/05/10
- 10/26: gnu: python-blessed: Update to 1.20.0., guix-commits, 2023/05/10
- 23/26: gnu: Add python-starsessions-for-pytorch-lightning., guix-commits, 2023/05/10
- 20/26: gnu: python-arrow: Update to 1.2.3., guix-commits, 2023/05/10
- 13/26: gnu: python-scikit-optimize: Fix build with newer numpy and sklearn., guix-commits, 2023/05/10
- 19/26: gnu: Add python-types-requests.,
guix-commits <=
- 01/26: gnu: python-pytorch: Update to 1.13.1., guix-commits, 2023/05/10
- 06/26: gnu: Add python-lightning-utilities., guix-commits, 2023/05/10
- 15/26: gnu: Add python-inquirer., guix-commits, 2023/05/10
- 25/26: gnu: Add python-jsonargparse., guix-commits, 2023/05/10
- 26/26: gnu: Add python-pytorch-lightning., guix-commits, 2023/05/10
- 14/26: gnu: Add python-readchar., guix-commits, 2023/05/10
- 07/26: gnu: Add python-mir-eval., guix-commits, 2023/05/10
- 24/26: gnu: Add python-docstring-parser., guix-commits, 2023/05/10
- 18/26: gnu: Add python-types-urllib3., guix-commits, 2023/05/10
- 04/26: gnu: python-pytorch-for-r-torch: Define as alias for python-pytorch., guix-commits, 2023/05/10