[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/26: gnu: Add python-typeshed-client.
From: |
guix-commits |
Subject: |
22/26: gnu: Add python-typeshed-client. |
Date: |
Wed, 10 May 2023 13:31:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit acb958938a7d850b2cd8cc373bcaa30b6d2f2c43
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 10 17:53:44 2023 +0200
gnu: Add python-typeshed-client.
* gnu/packages/python-xyz.scm (python-typeshed-client): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b5456a4472..0753c42ff3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31014,6 +31014,24 @@ Python, with static types.")
(description "This package provides typing stubs for urllib3.")
(license license:asl2.0)))
+(define-public python-typeshed-client
+ (package
+ (name "python-typeshed-client")
+ (version "2.3.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "typeshed_client" version))
+ (sha256
+ (base32
+ "1vdwp1jjg27b22qxgm49v21nb8vm1iki3bfsm0fnq2rsz5alfwz2"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-importlib-resources))
+ (home-page "https://github.com/JelleZijlstra/typeshed_client")
+ (synopsis "Library for accessing stubs in typeshed")
+ (description
+ "This package provides a library for accessing stubs in typeshed.")
+ (license license:expat)))
+
(define-public python-psycopg2-binary
(package
(name "python-psycopg2-binary")
- 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 <=
- 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, 2023/05/10
- 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