diff options
author | Philippe Proulx <eeppeliteloop@gmail.com> | 2014-07-24 15:08:49 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-27 15:37:27 +0200 |
commit | 2671e7eee324217a326c12e39c90b13573acbb74 (patch) | |
tree | b494dd0b839e855d5eb79a8b0ed5512965e059ee /package/python-ipython/Config.in | |
parent | 1030ea5a5b327b2235766f70f5d86ff2d8e63818 (diff) | |
download | buildroot-2671e7eee324217a326c12e39c90b13573acbb74.tar.gz buildroot-2671e7eee324217a326c12e39c90b13573acbb74.zip |
python-ipython: new package
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-ipython/Config.in')
-rw-r--r-- | package/python-ipython/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/python-ipython/Config.in b/package/python-ipython/Config.in new file mode 100644 index 0000000000..064f0c9479 --- /dev/null +++ b/package/python-ipython/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_PYTHON_IPYTHON + bool "python-ipython" + depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3 + help + IPython is a command shell for interactive computing in multiple + programming languages, originally developed for the Python + programming language, that offers enhanced introspection, rich + media, additional shell syntax, tab completion, and rich history. + + http://ipython.org/ |