[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/26: gnu: Remove python-typing-extensions-4.10.
From: |
guix-commits |
Subject: |
03/26: gnu: Remove python-typing-extensions-4.10. |
Date: |
Fri, 6 Sep 2024 05:47:57 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 459062ba3c60b561bb65c64d54983a72bb8ad50b
Author: David Elsing <david.elsing@posteo.net>
AuthorDate: Sun Aug 4 22:15:40 2024 +0000
gnu: Remove python-typing-extensions-4.10.
* gnu/packages/machine-learning.scm (python-typing-extensions-4.10): Delete
variable.
* gnu/packages/machine-learning.scm (python-pytorch)[native-inputs] Replace
python-typing-extensions-4.10 with python-typing-extensions.
---
gnu/packages/machine-learning.scm | 2 +-
gnu/packages/python-build.scm | 12 ------------
2 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index f51b31c4ba..9363b01e71 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4666,7 +4666,7 @@ PyTorch.")
python-pytest-xdist
python-hypothesis
python-types-dataclasses
- python-typing-extensions-4.10
+ python-typing-extensions
shaderc
valgrind))
(inputs
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index aeb088e75a..5b46272bde 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -264,18 +264,6 @@ Included are implementations of:
@end enumerate\n")
(license license:psfl)))
-(define-public python-typing-extensions-4.10
- (package
- (inherit python-typing-extensions)
- (version "4.10.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "typing_extensions" version))
- (sha256
- (base32
- "1jxkj4pni8pdyrn79sq441lsp40xzw363n0qvfc6zfcgkv4dgaxh"))))))
-
;;;
;;; Python builder packages.
- 01/26: guix build: ‘--log-file’ honors the configured substitute URLs., (continued)
- 01/26: guix build: ‘--log-file’ honors the configured substitute URLs., guix-commits, 2024/09/06
- 19/26: gnu: gloo: Update to commit 81925d1., guix-commits, 2024/09/06
- 04/26: gnu: python-optree: Update to 0.11.0., guix-commits, 2024/09/06
- 10/26: gnu: fbgemm: Update to 0.7.0., guix-commits, 2024/09/06
- 06/26: gnu: pthreadpool: Update to commit 560c60d., guix-commits, 2024/09/06
- 02/26: gnu: asmjit: Update to commit 062e69c., guix-commits, 2024/09/06
- 18/26: gnu: onnx-optimizer: Update to 0.3.19., guix-commits, 2024/09/06
- 20/26: gnu: cpp-httplib: Update to 0.16.0., guix-commits, 2024/09/06
- 21/26: gnu: python-pytorch: Update to 2.4.0., guix-commits, 2024/09/06
- 22/26: gnu: python-torchvision: Update to 0.19.0., guix-commits, 2024/09/06
- 03/26: gnu: Remove python-typing-extensions-4.10.,
guix-commits <=
- 07/26: gnu: cpuinfo: Update to commit 05332fd., guix-commits, 2024/09/06
- 05/26: gnu: flatbuffers-next: Update to 24.3.25., guix-commits, 2024/09/06
- 12/26: gnu: Add xnnpack-for-r-torch., guix-commits, 2024/09/06
- 15/26: gnu: Remove onnx-optimizer-for-torch2., guix-commits, 2024/09/06
- 08/26: gnu: nnpack: Depend on python-peachpy only for x86_64., guix-commits, 2024/09/06
- 09/26: gnu: oneapi-dnnl: Update to 3.5.3., guix-commits, 2024/09/06
- 13/26: gnu: python-nbval: Update to 0.11.0., guix-commits, 2024/09/06
- 11/26: gnu: xnnpack: Update to commit 08f1489., guix-commits, 2024/09/06
- 16/26: gnu: Remove onnx-for-torch2., guix-commits, 2024/09/06
- 17/26: gnu: onnx: Update to 1.16.2., guix-commits, 2024/09/06