unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: ricardo.wurmus@mdc-berlin.de, "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: [PATCH] Add optional dependencies to ipython.
Date: Sat, 18 Jul 2015 11:25:36 +0200	[thread overview]
Message-ID: <CAKrPhPO7DXwaNNu81KTVrUBsfwnLEwnNbdpiM2APrEo-wPKS7g@mail.gmail.com> (raw)

Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> writes:

> From 9243823abad3943bd3f4ebe4f6d18cc53c2143e0 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Thu, 21 May 2015 15:24:11 +0200
> Subject: [PATCH] gnu: python-ipython: Add optional dependencies.
>
> * gnu/packages/python.scm (python-ipython)[inputs]: Add optional dependencies
>   "python-tornado" and "python-pyzmq".
> ---
>  gnu/packages/python.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 5e4217a..9548d33 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -3016,13 +3016,15 @@ Python language binding specification.")
>         (base32 "1764gi5m3ff481rjk336cw6i2h4zlc0nxam9rc5m8m7yl9m4d61y"))))
>      (build-system python-build-system)
>      (outputs '("out" "doc"))
> -    ;; FIXME: add optional dependencies when available: pyzmq, tornado, ...
> +    ;; FIXME: add optional dependencies when available: pexpect
>      (inputs
>       `(("readline" ,readline)
>         ("python-matplotlib" ,python-matplotlib)
>         ("python-numpy" ,python-numpy-bootstrap)
>         ("python-numpydoc" ,python-numpydoc)
> -       ("python-nose" ,python-nose)))
> +       ("python-nose" ,python-nose)
> +       ("python-tornado" ,python-tornado)
> +       ("python-pyzmq" ,python-pyzmq)))
>      (native-inputs
>       `(("pkg-config" ,pkg-config)
>         ("python-sphinx" ,python-sphinx)

I would welcome such additions because Emacs' org-mode doesn't work
well with ipython and a recent improvement on that requires these
additions.

https://github.com/gregsexton/ob-ipython

Regards,
Fede

             reply	other threads:[~2015-07-18  9:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-18  9:25 Federico Beffa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-21 13:25 [PATCH] Add optional dependencies to ipython Ricardo Wurmus
2015-05-21 19:58 ` Ludovic Courtès
2015-05-27  8:20   ` Ricardo Wurmus
2015-05-27 15:28     ` Ludovic Courtès

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=CAKrPhPO7DXwaNNu81KTVrUBsfwnLEwnNbdpiM2APrEo-wPKS7g@mail.gmail.com \
    --to=beffa@ieee.org \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    --cc=ricardo.wurmus@mdc-berlin.de \
    /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).