unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34964] [PATCH] Add emacs-company-jedi
@ 2019-03-24  0:03 Brian Leung
  2019-03-25  9:46 ` bug#34964: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-03-24  0:03 UTC (permalink / raw)
  To: 34964


[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]

See attached.

[-- Attachment #1.2: Type: text/html, Size: 39 bytes --]

[-- Attachment #2: 0001-gnu-Add-emacs-company-jedi.patch --]
[-- Type: text/x-patch, Size: 1663 bytes --]

From cb2179811d4999a263e33b1ef6cd558a25e9ae0d Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Sun, 24 Mar 2019 00:55:04 +0100
Subject: [PATCH] gnu: Add emacs-company-jedi.

* gnu/packages/emacs-xyz.scm (emacs-company-jedi): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 562af5c664..c647d76bbe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3257,6 +3257,29 @@ and popup menus.")
 the locations of docstrings, arguments, and functions.")
     (license license:gpl3+)))
 
+(define-public emacs-company-jedi
+  (package
+    (name "emacs-company-jedi")
+    (version "0.04")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/syohex/emacs-company-jedi")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-jedi" ,emacs-jedi)
+       ("emacs-company" ,emacs-company)))
+    (home-page "https://github.com/syohex/emacs-company-jedi")
+    (synopsis "Provides Python completion in @code{company-mode}")
+    (description
+     "This package provides a Company backend for Python.")
+    (license license:gpl3+)))
+
 (define-public emacs-puppet-mode
   (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2")
         (revision "1"))
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34964: [PATCH] Add emacs-company-jedi
  2019-03-24  0:03 [bug#34964] [PATCH] Add emacs-company-jedi Brian Leung
@ 2019-03-25  9:46 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-03-25  9:46 UTC (permalink / raw)
  To: Brian Leung; +Cc: 34964-done

Brian Leung <bkleung89@gmail.com> skribis:

> From cb2179811d4999a263e33b1ef6cd558a25e9ae0d Mon Sep 17 00:00:00 2001
> From: Brian Leung <bkleung89@gmail.com>
> Date: Sun, 24 Mar 2019 00:55:04 +0100
> Subject: [PATCH] gnu: Add emacs-company-jedi.
>
> * gnu/packages/emacs-xyz.scm (emacs-company-jedi): New variable.

Applied, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-25 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-24  0:03 [bug#34964] [PATCH] Add emacs-company-jedi Brian Leung
2019-03-25  9:46 ` bug#34964: " Ludovic Courtès

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).