guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit ebe16452025d6c98867ca9445045544e312912d6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:16:16 2026 +0000

    gnu: Remove python-jsonrpc-server.
    
    * gnu/packages/python-xyz.scm (python-jsonrpc-server): Delete variable.
    
    Change-Id: I10cc4abd05eda36c1ded5142876d03c0dba1e799
---
 gnu/packages/python-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d54f83594a..abb2105ed2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10182,9 +10182,6 @@ 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-deprecated-package python-jsonrpc-server
-  python-lsp-jsonrpc)
-
 (define-public python-pydantic
   (package
     (name "python-pydantic")

Reply via email to