[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52160] [PATCH 7/7] gnu: python-language-server: Add deprecated alia
From: |
jgart |
Subject: |
[bug#52160] [PATCH 7/7] gnu: python-language-server: Add deprecated alias. |
Date: |
Sun, 28 Nov 2021 10:08:56 -0500 |
* gnu/packages/python-xyz.scm (python-language-server): New variable.
Add deprecated alias for package removed in the parent commit.
---
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 4a0b811ed6..b7fff3cd89 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5028,6 +5028,9 @@ (define-public python-lsp-server
and integrated feature-set for programming Python effectively.")
(license license:expat)))
+(define-public python-language-server
+ (deprecated-package "python-language-server" python-lsp-server))
+
(define-public python-pathspec
(package
(name "python-pathspec")
--
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, 2021/11/28
- [bug#52160] [PATCH 7/7] gnu: python-language-server: Add deprecated alias.,
jgart <=
- [bug#52160] [PATCH 6/7] gnu: Add python-lsp-server., jgart, 2021/11/28