[Lunar-commits] <moonbase> ipython: bump to 0.10 / added optional wxPython

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Sat Sep 18 17:29:25 CEST 2010


commit d265beb1e3928a30ba15f090ed4025d769f1f01a
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Sat Sep 18 16:52:26 2010 +0200

    ipython: bump to 0.10 / added optional wxPython
    
    lot's of bugfixes, new features and a few changes.
    
    wxPython is used by ipython-wx - a graphical frontend
---
 python/ipython/DEPENDS |    2 ++
 python/ipython/DETAILS |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/python/ipython/DEPENDS b/python/ipython/DEPENDS
index 7d03d17..76d6a0b 100644
--- a/python/ipython/DEPENDS
+++ b/python/ipython/DEPENDS
@@ -1 +1,3 @@
 depends Python
+
+optional_depends wxPython "" "" "for graphical front-end"
diff --git a/python/ipython/DETAILS b/python/ipython/DETAILS
index 93e596d..2b5dfd3 100644
--- a/python/ipython/DETAILS
+++ b/python/ipython/DETAILS
@@ -1,11 +1,11 @@
           MODULE=ipython
-         VERSION=0.9.1
+         VERSION=0.10
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://ipython.scipy.org/dist
-      SOURCE_VFY=sha1:2d069416b31ed03eb1cad36f84ef2337362ac6a9
+      SOURCE_URL=http://ipython.scipy.org/dist/${VERSION}/
+      SOURCE_VFY=sha1:175bbacf74d94336e3fe06e390e04ad2bfff6fd4
         WEB_SITE=http://ipython.scipy.org
          ENTERED=20040707
-         UPDATED=20080924
+         UPDATED=20100918
            SHORT="An enhanced Interactive Python shell"
 
 cat << EOF


More information about the Lunar-commits mailing list