guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit d3830df3e35538e9a93c6763b58747022e7e9311
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Sep 15 20:30:28 2025 +0100

    gnu: python-typing-extensions-next: Set to python-typing-extensions.
    
    Replace all python-typing-extensions-next occurrences with
    python-setuptools-scm.
    
    * gnu/packages/python-build.scm (python-typing-extensions-next): Set to
      python-typing-extensions.
    
    Change-Id: Ib6a6e0af11c0e3f0da49dcbfe02d1da45cb4fbf7
---
 gnu/packages/python-build.scm | 14 +-------------
 gnu/packages/python-xyz.scm   |  2 +-
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 0243b87cb6..d05f6a2523 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -237,19 +237,7 @@ Included are implementations of:
 @end enumerate\n")
     (license license:psfl)))
 
-(define-public python-typing-extensions-next
-  (package
-    (inherit python-typing-extensions)
-    (version "4.15.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "typing_extensions" version))
-       (sha256
-        (base32 "0rhlhs28jndgp9fghdhidn6g7xiwx8vvihxbxhlgl4ncfg8lishc"))))
-    (native-inputs
-     (modify-inputs (package-native-inputs python-typing-extensions)
-       (replace "python-flit-core" python-flit-core-next)))))
+(define-public python-typing-extensions-next python-typing-extensions)
 
 
 ;;;
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 35be236ec2..6d6d673788 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9124,7 +9124,7 @@ ecosystem, but can naturally be used also by other 
projects.")
            python-jsonschema
            python-pygments
            python-rellu
-           python-typing-extensions-next
+           python-typing-extensions
            python-setuptools
            `(,python "tk")              ;used when building the HTML doc
            python-wheel))

Reply via email to