Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (0019206104896c1c1e493b2accf4414553520c6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (0019206104896c1c1e493b2accf4414553520c6d)
  • Date: Sat, 3 Nov 2007 06:54:04 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

python-devel/ipython/DETAILS | 30 +++++++++++++++---------------
python-devel/ipython/HISTORY | 4 ++++
2 files changed, 19 insertions(+), 15 deletions(-)

New commits:
commit 0019206104896c1c1e493b2accf4414553520c6d
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

python-devel/ipython: updated to 0.8.1

diff --git a/python-devel/ipython/DETAILS b/python-devel/ipython/DETAILS
index adc5450..d211700 100755
--- a/python-devel/ipython/DETAILS
+++ b/python-devel/ipython/DETAILS
@@ -1,6 +1,6 @@
SPELL=ipython
- VERSION=0.7.1.fix1
-
SOURCE_HASH='sha512:b918ba8c353bf127e1ee0d48bfc4fa430db71c145f3f09fd00d043f41efd8d8739499e21ec90f503e1a077fa1d0d0c30f3970c60b2d31011701a8844664616f1'
+ VERSION=0.8.1
+
SOURCE_HASH=sha512:7b535b3b4e972aa74b97104c7613172b3f92b6f6ca134419dd6f61ece6de49c6b949f32385b414256ecd6a0041e1dc220db0ff46330a8c303e7f8b8600e24bda
SOURCE=$SPELL-$VERSION.tar.gz
DOCS='README* doc/*'
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -8,29 +8,29 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=BSD
WEB_SITE=http://$SPELL.scipy.org/
GATHER_DOCS=off
- UPDATED=20060122
KEYWORDS="interpreter python devel"
SHORT='IPython is interactive Python interpreter'
cat << EOF
-IPython is a free software project (released under the BSD license) which
tries to:
+IPython is a free software project (released under the BSD license) 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).
+ 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.
+ 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.
-4. Allow interactive testing of threaded graphical toolkits. IPython has
support
- for interactive, non-blocking control of GTK, Qt and WX applications via
- special threading flags. The normal Python shell can only do this for
Tkinter
- applications.
+4. Allow interactive testing of threaded graphical toolkits. IPython has
+ support for interactive, non-blocking control of GTK, Qt and WX
applications
+ via special threading flags. The normal Python shell can only do this for
+ Tkinter applications.
EOF
diff --git a/python-devel/ipython/HISTORY b/python-devel/ipython/HISTORY
index ca12e1b..94cd339 100644
--- a/python-devel/ipython/HISTORY
+++ b/python-devel/ipython/HISTORY
@@ -1,3 +1,7 @@
+2007-11-03 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: updated spell to 0.8.1
+ fixed long description wrap
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (0019206104896c1c1e493b2accf4414553520c6d), Alexander Tsamutali, 11/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page