guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: python-lsp-jsonrpc: Add deprecated alias.


From: guix-commits
Subject: 05/07: gnu: python-lsp-jsonrpc: Add deprecated alias.
Date: Wed, 1 Dec 2021 11:15:39 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

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

    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>
---
 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 e1fbc18..96fdd15 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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.")
     (license license:expat)))
 
+(define-public python-jsonrpc-server
+  (deprecated-package "python-jsonrpc-server" python-lsp-jsonrpc))
+
 (define-public python-pydantic
   (package
     (name "python-pydantic")



reply via email to

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