mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
8eed064dee
commit
ad98ad89d4
2 changed files with 2 additions and 14 deletions
|
@ -237,19 +237,7 @@ Included are implementations of:
|
||||||
@end enumerate\n")
|
@end enumerate\n")
|
||||||
(license license:psfl)))
|
(license license:psfl)))
|
||||||
|
|
||||||
(define-public python-typing-extensions-next
|
(define-public python-typing-extensions-next python-typing-extensions)
|
||||||
(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)))))
|
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
|
|
|
@ -9152,7 +9152,7 @@ ecosystem, but can naturally be used also by other projects.")
|
||||||
python-jsonschema
|
python-jsonschema
|
||||||
python-pygments
|
python-pygments
|
||||||
python-rellu
|
python-rellu
|
||||||
python-typing-extensions-next
|
python-typing-extensions
|
||||||
python-setuptools
|
python-setuptools
|
||||||
`(,python "tk") ;used when building the HTML doc
|
`(,python "tk") ;used when building the HTML doc
|
||||||
python-wheel))
|
python-wheel))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue