GNU bug report logs -
#58851
[PATCH] gnu: Add python-neovim-remote.
Previous Next
Reported by: ギャラ <me <at> gyara.moe>
Date: Sat, 29 Oct 2022 01:37:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58851 in the body.
You can then email your comments to 58851 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58851
; Package
guix-patches
.
(Sat, 29 Oct 2022 01:37:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ギャラ <me <at> gyara.moe>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 29 Oct 2022 01:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/vim.scm (python-neovim-remote): New variable.
---
gnu/packages/vim.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index ed24c39be2..20ca44e9cb 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -40,6 +40,7 @@ (define-module (gnu packages vim)
#:use-module (guix build-system copy)
#:use-module (guix build-system gnu)
#:use-module (guix build-system python)
+ #:use-module (guix build-system pyproject)
#:use-module (gnu packages)
#:use-module (gnu packages acl)
#:use-module (gnu packages admin) ; For GNU hostname
@@ -924,6 +925,25 @@ (define-public python-pynvim
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)
+ (propagated-inputs (list python-psutil python-pynvim))
+ (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")
--
2.38.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58851
; Package
guix-patches
.
(Sat, 05 Nov 2022 10:56:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
ギャラ via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/vim.scm (python-neovim-remote): New variable.
> ---
> gnu/packages/vim.scm | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
Looks good to me, I've pushed this to master as
8139322b8adf4d51badb598b123de600b2ab1682.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 05 Nov 2022 10:56:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
ギャラ <me <at> gyara.moe>
:
bug acknowledged by developer.
(Sat, 05 Nov 2022 10:56:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Dec 2022 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.