guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 44c8b3ce5ddbb701c44791fa50959dac69af68d9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:16:31 2026 +0000
gnu: Remove python-language-server.
* gnu/packages/python-xyz.scm (python-language-server): Delete variable.
Change-Id: I3305e3df05157403e935685f10cfa1e3246ba429
---
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 479941c459..310422b1ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10597,9 +10597,6 @@ This tool is used in text editing environments to
provide a complete
and integrated feature-set for programming Python effectively.")
(license license:expat)))
-(define-deprecated-package python-language-server
- python-lsp-server)
-
(define-public python-black
(package
(name "python-black")