me
/
guix
Archived
1
0
Fork 0

gnu: python-lsp-jsonrpc: Add deprecated alias.

* gnu/packages/python-xyz.scm (python-jsonrpc-server): New variable.

Add deprecated alias for package removed in the parent commit.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
jgart via Guix-patches via 2021-11-28 10:08:54 -05:00 committed by Nicolas Goaziou
parent 869c7d6703
commit 0c3acb247a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 0 deletions

View File

@ -4939,6 +4939,9 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
"This package provides a JSON RPC 2.0 server library for Python.") "This package provides a JSON RPC 2.0 server library for Python.")
(license license:expat))) (license license:expat)))
(define-public python-jsonrpc-server
(deprecated-package "python-jsonrpc-server" python-lsp-jsonrpc))
(define-public python-pydantic (define-public python-pydantic
(package (package
(name "python-pydantic") (name "python-pydantic")