Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c5878a9bcf7ba648c198d9e0bf1ea12668b0288d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c5878a9bcf7ba648c198d9e0bf1ea12668b0288d)
  • Date: Sat, 23 Jul 2011 09:04:06 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/bpython/DEPENDS | 3 ++-
python-pypi/bpython/DETAILS | 4 ++--
python-pypi/bpython/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit c5878a9bcf7ba648c198d9e0bf1ea12668b0288d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bpython: => 0.10

diff --git a/python-pypi/bpython/DEPENDS b/python-pypi/bpython/DEPENDS
index 058648f..8a7aa57 100755
--- a/python-pypi/bpython/DEPENDS
+++ b/python-pypi/bpython/DEPENDS
@@ -1,4 +1,5 @@
depends python &&
depends pygments &&

-suggest_depends pygtk2 "" "" "for GTK interface support"
+suggest_depends pygtk2 "" "" "for GTK interface support" &&
+suggest_depends urwid "" "" "for console interface support"
diff --git a/python-pypi/bpython/DETAILS b/python-pypi/bpython/DETAILS
index b1bf321..d0d7d67 100755
--- a/python-pypi/bpython/DETAILS
+++ b/python-pypi/bpython/DETAILS
@@ -1,8 +1,8 @@
SPELL=bpython
- VERSION=0.9.7.1
+ VERSION=0.10
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.bpython-interpreter.org/releases/$SOURCE
-
SOURCE_HASH=sha512:a64ee832257d9589a43e198ecd4689efde9bce868edff133555628ef2ba01b4fc5beabe946bdd979c6f4c236ddecdc60735d019e5a6754a82026598f4c5dad63
+
SOURCE_HASH=sha512:7396970f59f6b7c68c1f092b19179ad69b542aa46077134373a6f38bdc6421938864ce9f2749be076b8472c7712a72c38a025a2f7ce0e7887d28584ad9c5f301
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.bpython-interpreter.org/
LICENSE[0]=MIT
diff --git a/python-pypi/bpython/HISTORY b/python-pypi/bpython/HISTORY
index 93bd7cb..967f947 100644
--- a/python-pypi/bpython/HISTORY
+++ b/python-pypi/bpython/HISTORY
@@ -1,3 +1,7 @@
+2011-07-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.10
+ * DEPENDS: added urwid suggest dep
+
2010-08-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.9.7.1




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c5878a9bcf7ba648c198d9e0bf1ea12668b0288d), Vlad Glagolev, 07/23/2011

Archive powered by MHonArc 2.6.24.

Top of Page