guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 70c3b4fa793d5c6b4383712d51ed1eb5daa9f964
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Nov 24 11:08:01 2025 +0100
gnu: Remove python-neovim-remote.
* gnu/packages/vim.scm (python-neovim-remote): Delete variable.
Fixes: guix/guix#3774
Change-Id: I34f349e239ba1b17ec67d33401fdd5ac5ec37b1e
---
gnu/packages/vim.scm | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index a3f667df4b..b65e995283 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1051,30 +1051,6 @@ also works as a library for connecting to and scripting
neovim processes
through its msgpack-rpc API.")
(license license:asl2.0)))
-(define-public python-neovim-remote
- (package
- (name "python-neovim-remote")
- (version "2.5.1")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "neovim-remote" version))
- (sha256
- (base32
- "00kxlb3f1k7iaxzpsr07scavmnyg8c1jmicmr13mfk2lcdac6g2b"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-wheel))
- (propagated-inputs
- (list python-psutil
- python-pynvim
- python-setuptools))
- (home-page "https://github.com/mhinz/neovim-remote")
- (synopsis "Control nvim processes using `nvr` commandline tool")
- (description "This package provide a `nvr` command, which can open File in
-remote nvim. Also allow opening files from within :terminal without starting
-a nested nvim process.")
- (license license:expat)))
-
(define-public vim-guix-vim
(package
(name "vim-guix-vim")