[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52160] [PATCH 5/7] gnu: python-lsp-jsonrpc: Add deprecated alias.
From: |
jgart |
Subject: |
[bug#52160] [PATCH 5/7] gnu: python-lsp-jsonrpc: Add deprecated alias. |
Date: |
Sun, 28 Nov 2021 10:08:54 -0500 |
Add deprecated alias for package removed in the parent commit.
* gnu/packages/python-xyz.scm (python-jsonrpc-server): New variable.
---
gnu/packages/python-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1383f9681d..942dae04f3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4894,6 +4894,9 @@ (define-public python-lsp-jsonrpc
"This package provides a JSON RPC 2.0 server library for Python.")
(license license:expat)))
+(define-public python-jsonrpc-server
+ (deprecated-package "python-jsonrpc-server" python-lsp-jsonrpc))
+
(define-public python-pydantic
(package
(name "python-pydantic")
--
2.34.0
- [bug#52160] [PATCH 1/7] gnu: python-parso: Update to 0.8.2., jgart, 2021/11/28
- [bug#52161] [PATCH 4/7] gnu: Add python-lsp-jsonrpc., jgart, 2021/11/28
- [bug#52160] [PATCH 3/7] gnu: python-jedi: Update to 0.18.1., jgart, 2021/11/28
- [bug#52160] [PATCH 2/7] gnu: python2-jedi: Remove package., jgart, 2021/11/28
- [bug#52160] [PATCH 5/7] gnu: python-lsp-jsonrpc: Add deprecated alias.,
jgart <=
- [bug#52160] [PATCH 7/7] gnu: python-language-server: Add deprecated alias., jgart, 2021/11/28
- [bug#52160] [PATCH 6/7] gnu: Add python-lsp-server., jgart, 2021/11/28