From: Efraim Flashner <efraim@flashner.co.il>
To: "Nguyễn Gia Phong" <mcsinyx@disroot.org>
Cc: 67278-done@debbugs.gnu.org
Subject: bug#67278: [PATCH] gnu: Add vim-jedi.
Date: Sun, 26 Nov 2023 12:09:49 +0200 [thread overview]
Message-ID: <ZWMZbVcwOqC_3evC@3900XT> (raw)
In-Reply-To: <8f3a4979d85b9157f8008bdfcadce88851eeb941.1700399958.git.mcsinyx@disroot.org>
[-- Attachment #1: Type: text/plain, Size: 2049 bytes --]
I looked around the sources and I didn't see a good spot to try to wrap
the plugin with python-jedi so we wouldn't have to propagate it.
I also renamed the package to vim-jedi-vim. Patch pushed! Thanks.
On Sun, Nov 19, 2023 at 10:19:19PM +0900, guix-patches--- via wrote:
> * gnu/packages/vim.scm (vim-jedi): New variable.
>
> Change-Id: I2656837686866961266b093cd6b4a4d528f5f684
> ---
> gnu/packages/vim.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
> index 469c8b64cbe6..d10308959687 100644
> --- a/gnu/packages/vim.scm
> +++ b/gnu/packages/vim.scm
> @@ -1423,3 +1423,25 @@ (define-public vim-nerdcommenter
> operations and styles which are invoked via key mappings and a menu. These
> operations are available for most filetypes.")
> (license license:cc0)))
> +
> +(define-public vim-jedi
> + (package
> + (name "vim-jedi")
> + (version "0.11.2")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/davidhalter/jedi-vim")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "03fj7f5cpchrdmz9szal6fdg05wdwb0j6260nnyp37nmpcpn13yc"))))
> + (build-system vim-build-system)
> + (arguments (list #:plugin-name "jedi-vim"))
> + (propagated-inputs (list python-jedi))
> + (home-page "https://github.com/davidhalter/jedi-vim")
> + (synopsis "Jedi autocompletion library for Vim")
> + (description
> + "@code{jedi-vim} is a VIM binding to the autocompletion library Jedi.")
> + (license license:expat)))
>
> base-commit: 5cad6f721b8884b612178896f06cd69d5839402c
> --
> 2.41.0
>
>
>
>
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2023-11-26 10:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-19 13:19 [bug#67278] [PATCH] gnu: Add vim-jedi guix-patches--- via
2023-11-26 10:09 ` Efraim Flashner [this message]
2023-11-27 16:04 ` guix-patches--- via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZWMZbVcwOqC_3evC@3900XT \
--to=efraim@flashner.co.il \
--cc=67278-done@debbugs.gnu.org \
--cc=mcsinyx@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).