[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: Add python-types-setuptools.
From: |
guix-commits |
Subject: |
08/09: gnu: Add python-types-setuptools. |
Date: |
Wed, 10 May 2023 02:40:04 -0400 (EDT) |
rekado pushed a commit to branch wip-pytorch-lightning
in repository guix.
commit 72dcb2074d133dfbc21e2ec318b0a844542fa200
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 23:01:53 2023 +0200
gnu: Add python-types-setuptools.
* gnu/packages/python-xyz.scm (python-types-setuptools): 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 cc44463abb..a2a84830da 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -30975,6 +30975,22 @@ static types.")
Python, with static types.")
(license license:asl2.0)))
+(define-public python-types-setuptools
+ (package
+ (name "python-types-setuptools")
+ (version "67.6.0.5")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "types-setuptools" version))
+ (sha256
+ (base32
+ "0qlrxgl4mz6hs8z4qnl91hsa8mqcfm6397s3s3j21imxqxk8ww1s"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/python/typeshed";)
+ (synopsis "Typing stubs for setuptools")
+ (description "This package provides typing stubs for setuptools.")
+ (license license:asl2.0)))
+
(define-public python-psycopg2-binary
(package
(name "python-psycopg2-binary")
- branch wip-pytorch-lightning created (now 46c7243e69), guix-commits, 2023/05/10
- 01/09: gnu: python-pytorch: Update to 1.13.1., guix-commits, 2023/05/10
- 03/09: gnu: python-traitlets: Update to 5.9.0., guix-commits, 2023/05/10
- 08/09: gnu: Add python-types-setuptools.,
guix-commits <=
- 05/09: gnu: Add python-lightning-cloud., guix-commits, 2023/05/10
- 06/09: gnu: Add python-lightning-utilities., guix-commits, 2023/05/10
- 04/09: gnu: python-pytorch-for-r-torch: Define as alias for python-pytorch., guix-commits, 2023/05/10
- 07/09: gnu: Add python-mir-eval., guix-commits, 2023/05/10
- 02/09: gnu: Add python-deepdiff., guix-commits, 2023/05/10
- 09/09: gnu: Add python-torchmetrics., guix-commits, 2023/05/10