guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: python-language-server: Add deprecated alias.


From: guix-commits
Subject: 07/07: gnu: python-language-server: Add deprecated alias.
Date: Wed, 1 Dec 2021 11:15:40 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e7ead4238350e596791d8f335aa76b79d513b425
Author: jgart via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sun Nov 28 10:08:56 2021 -0500

    gnu: python-language-server: Add deprecated alias.
    
    * gnu/packages/python-xyz.scm (python-language-server): New variable.
    
    Add deprecated alias for package removed in the parent commit.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 afd8752..3f4396f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5073,6 +5073,9 @@ This tool is used in text editing environments to provide 
a complete
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]