all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34966] [PATCH] Add emacs-jedi
@ 2019-03-24  0:02 Brian Leung
  2019-03-25  9:42 ` bug#34966: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-03-24  0:02 UTC (permalink / raw)
  To: 34966


[-- 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-jedi.patch --]
[-- Type: text/x-patch, Size: 1853 bytes --]

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

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ea9e7b7a43..562af5c664 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3230,6 +3230,33 @@ and popup menus.")
      "This package permits automated installation of tools written in Python.")
     (license license:gpl3+)))
 
+(define-public emacs-jedi
+  (package
+    (name "emacs-jedi")
+    (version "0.2.7")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/tkf/emacs-jedi/")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7"))))
+    (build-system emacs-build-system)
+    (native-inputs
+     `(("emacs-mocker" ,emacs-mocker)))
+    (propagated-inputs
+     `(("emacs-auto-complete" ,emacs-auto-complete)
+       ("emacs-python-environment" ,emacs-python-environment)
+       ("emacs-epc" ,emacs-epc)))
+    (home-page "https://github.com/tkf/emacs-jedi")
+    (synopsis "Provides Python completion in Emacs")
+    (description
+     "This package provides completion in Python buffers and also helps find
+the locations of docstrings, arguments, and functions.")
+    (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#34966: [PATCH] Add emacs-jedi
  2019-03-24  0:02 [bug#34966] [PATCH] Add emacs-jedi Brian Leung
@ 2019-03-25  9:42 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-03-25  9:42 UTC (permalink / raw)
  To: Brian Leung; +Cc: 34966-done

Brian Leung <bkleung89@gmail.com> skribis:

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

Applied, thanks!

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

end of thread, other threads:[~2019-03-25  9:43 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:02 [bug#34966] [PATCH] Add emacs-jedi Brian Leung
2019-03-25  9:42 ` bug#34966: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.