unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 12/12] gnu: Add emacs-ob-ipython.
@ 2015-07-24 14:19 Federico Beffa
  0 siblings, 0 replies; only message in thread
From: Federico Beffa @ 2015-07-24 14:19 UTC (permalink / raw)
  To: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

... and this makes use of the newly added ipython capabilities to make
Emacs' org-mode work nicely with ipython.

Fede

[-- Attachment #2: 0012-gnu-Add-emacs-ob-ipython.patch --]
[-- Type: text/x-diff, Size: 1454 bytes --]

From 1ac1ef3e079e569645a4d6e4154576599bd40f71 Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Thu, 23 Jul 2015 18:58:26 +0200
Subject: [PATCH 12/12] gnu: Add emacs-ob-ipython.

* gnu/packages/emacs.scm (emacs-ob-ipython): New variable.
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c0e6fc1..8cd155d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -978,3 +978,24 @@ and stored in memory.")
     (description "An Emacs library providing an API for working with files and
 directories.")
     (license license:gpl3+)))
+
+(define-public emacs-ob-ipython
+  (package
+    (name "emacs-ob-ipython")
+    (version "20150704.8807064693")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (commit "8807064693")
+                    (url "https://github.com/gregsexton/ob-ipython.git")))
+              (sha256
+               (base32
+                "1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-f" ,emacs-f)))
+    (home-page "http://www.gregsexton.org")
+    (synopsis "Org-Babel functions for IPython evaluation")
+    (description "Org-Babel support for evaluating Python source code using
+IPython.")
+    (license license:gpl3+)))
-- 
2.2.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-24 14:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-24 14:19 [PATCH 12/12] gnu: Add emacs-ob-ipython Federico Beffa

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