guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/96: gnu: Remove python-typing-extensions-next.


From: guix-commits
Subject: 13/96: gnu: Remove python-typing-extensions-next.
Date: Wed, 19 Apr 2023 21:41:05 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 3928e3d426093f266b07c958d1f8c134c8d097f6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Apr 15 23:26:31 2023 -0400

    gnu: Remove python-typing-extensions-next.
    
    * gnu/packages/python-xyz.scm (python-typing-extensions-next): Delete 
variable.
---
 gnu/packages/protobuf.scm   |  2 +-
 gnu/packages/python-xyz.scm | 15 ---------------
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 82cf8f452d..112b9b1fb1 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -354,7 +354,7 @@ any memory-restricted system.")
      (list python-grpc-stubs
            python-grpcio-tools
            python-pytest
-           python-typing-extensions-next))
+           python-typing-extensions))
     (propagated-inputs
      (list protobuf
            python-protobuf
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bc3b27d22b..ad90e2f3e5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22683,21 +22683,6 @@ Included are implementations of:
 @end enumerate\n")
     (license license:psfl)))
 
-(define-public python-typing-extensions-next
-  (package
-    (inherit python-typing-extensions)
-    (name "python-typing-extensions")
-    (version "4.2.0")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/python/typing";)
-                    (commit version)))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "1bbry1rg7q5ppkgzdk4nwl7q1w8bbhajm4q68wb9dm6rf7hg1023"))))))
-
 (define-public bpython
   (package
     (name "bpython")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]