[Lunar-commits] <moonbase-other> ipython: readded to -other
v4hn
me at v4hn.de
Thu Aug 2 21:11:59 CEST 2012
commit 8c42666b9a136ffef3fd5ba269e380b9d8d9c16e
Author: v4hn <me at v4hn.de>
Date: Thu, 02 Aug 2012 12:11:59 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8c42666b9a136ffef3fd5ba269e380b9d8d9c16e
ipython: readded to -other
---
python/ipython/BUILD +6/-0
python/ipython/DEPENDS +1/-0
python/ipython/DETAILS +29/-0
3 files changed, 36 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/python/ipython/BUILD
@@ -0,0 +1,6 @@
+(
+
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/python/ipython/DEPENDS
@@ -0,0 +1 @@
+depends Python
--- /dev/null
+++ b/python/ipython/DETAILS
@@ -0,0 +1,29 @@
+ MODULE=ipython
+ VERSION=0.13
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://archive.ipython.org/release/$VERSION
+ SOURCE_VFY=sha1:79f54abed125424c21a151a46119c6bcc24a143c
+ WEB_SITE=http://ipython.scipy.org
+ ENTERED=20040707
+ UPDATED=20120701
+ SHORT="An enhanced Interactive Python shell"
+
+cat << EOF
+IPython is a free software project (released under the GNU LGPL) which tries to:
+1. Provide an interactive shell superior to Python's default. IPython
+ has many features for object introspection, system shell access,
+ and its own special command system for adding functionality when
+ working interactively. It tries to be a very efficient environment
+ both for Python code development and for exploration of problems
+ using Python objects (in situations like data analysis).
+2. Serve as an embeddable, ready to use interpreter for your own
+ programs. IPython can be started with a single call from inside
+ another program, providing access to the current namespace. This can
+ be very useful both for debugging purposes and for situations where
+ a blend of batch-processing and interactive exploration are needed.
+3. Offer a flexible framework which can be used as the base
+ environment for other systems with Python as the underlying
+ language. Specifically scientific environments like Mathematica,
+ IDL and Mathcad inspired its design, but similar ideas can be useful
+ in many fields.
+EOF
More information about the Lunar-commits
mailing list