Skip to Content.
Sympa Menu

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

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 (b43e8f596d60b8b7620b8f73528118577d1a6439)
  • Date: Fri, 24 Jul 2009 06:20:38 -0500

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

ChangeLog | 4 ++++
python-pypi/bpython/DEPENDS | 1 +
python-pypi/bpython/DETAILS | 18 ++++++++++++++++++
python-pypi/bpython/HISTORY | 2 ++
4 files changed, 25 insertions(+)

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

bpython: new spell, fancy interface to the Python interpreter

diff --git a/ChangeLog b/ChangeLog
index d84830d..731d61f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/bpython: new spell, fancy interface to the Python
+ interpreter
+
2009-07-23 Treeve Jelbert <treeve AT sourcemage.org>
* move system-config-printer to printer section
entire build process has changed
diff --git a/python-pypi/bpython/DEPENDS b/python-pypi/bpython/DEPENDS
new file mode 100755
index 0000000..a9322be
--- /dev/null
+++ b/python-pypi/bpython/DEPENDS
@@ -0,0 +1 @@
+depends pygments
diff --git a/python-pypi/bpython/DETAILS b/python-pypi/bpython/DETAILS
new file mode 100755
index 0000000..05adb8d
--- /dev/null
+++ b/python-pypi/bpython/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=bpython
+ VERSION=0.9.4
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.bpython-interpreter.org/releases/$SOURCE
+
SOURCE_HASH=sha512:d0611d0ab648fe4bdc1cb3de4f8a3c333a0d90605b8f3662bbf7187d094981375db95976c4f9516253e9958ea552138e237fbd2ba7762c0275e4d826ed2fa4e9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.bpython-interpreter.org/
+ LICENSE[0]=MIT
+ ENTERED=20090724
+ SHORT="fancy interface to the Python interpreter"
+cat << EOF
+bpython is an enhanced Python interactive interpreter that uses curses and
+provides the following main features: in-line syntax highlighting;
readline-like
+autocompletion with suggestions displayed as you type; expected argument
+specification for functions; a handy pastebin function to quickly submit your
+code and return a URL. Its goal is to bring together a few handy ideas to
+enhance the standard interpreter without getting carried away.
+EOF
diff --git a/python-pypi/bpython/HISTORY b/python-pypi/bpython/HISTORY
new file mode 100644
index 0000000..bdb9b06
--- /dev/null
+++ b/python-pypi/bpython/HISTORY
@@ -0,0 +1,2 @@
+2009-07-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b43e8f596d60b8b7620b8f73528118577d1a6439), Vlad Glagolev, 07/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page