Skip to Content.
Sympa Menu

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

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 (be936e95c6d2a3f2c00adfbba4074d6ab0f1a740)
  • Date: Sun, 10 Feb 2013 07:31:51 -0600

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

ChangeLog | 3 +++
python-pypi/pudb/DEPENDS | 6 ++++++
python-pypi/pudb/DETAILS | 19 +++++++++++++++++++
python-pypi/pudb/HISTORY | 6 ++++++
4 files changed, 34 insertions(+)

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

pudb: new spell, full-screen, console-based Python debugger

diff --git a/ChangeLog b/ChangeLog
index 0ba1a0d..799384f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pudb: new spell, full-screen, console-based Python
debugger
+
2013-02-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* fonts-x11/ttf-roboto: new spell, a family of sans-serif fonts

diff --git a/python-pypi/pudb/DEPENDS b/python-pypi/pudb/DEPENDS
new file mode 100755
index 0000000..994dd96
--- /dev/null
+++ b/python-pypi/pudb/DEPENDS
@@ -0,0 +1,6 @@
+depends python &&
+depends urwid &&
+depends pygments &&
+
+suggest_depends ipython "" "" "to use IPython as a shell in preferences" &&
+suggest_depends bpython "" "" "to use bpython as a shell in preferences"
diff --git a/python-pypi/pudb/DETAILS b/python-pypi/pudb/DETAILS
new file mode 100755
index 0000000..d9871b8
--- /dev/null
+++ b/python-pypi/pudb/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=pudb
+ VERSION=2012.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/p/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:d9a26a7eaf20b8c59bb453faf7aa698618ac10203ad487cc0791455ae7338c6e04d6ccf821d1e142f6d920bcf89f1f87ac10f4bbf93269b63578c95b44588c87
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://pypi.python.org/pypi/pudb
+ ENTERED=20130210
+ KEYWORDS="python devel"
+ SHORT="full-screen, console-based Python debugger"
+cat << EOF
+PuDB is a full-screen, console-based visual debugger for Python.
+
+Its goal is to provide all the niceties of modern GUI-based debuggers in a
more
+lightweight and keyboard-friendly package. PuDB allows you to debug code
right
+where you write and test it--in a terminal. If you've worked with the
excellent
+(but nowadays ancient) DOS-based Turbo Pascal or C tools, PuDB's UI might
look
+familiar.
+EOF
diff --git a/python-pypi/pudb/HISTORY b/python-pypi/pudb/HISTORY
new file mode 100644
index 0000000..8c145c7
--- /dev/null
+++ b/python-pypi/pudb/HISTORY
@@ -0,0 +1,6 @@
+2013-02-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2012.3
+ * DEPENDS: added suggest dependencies
+
+2010-09-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: created this spell



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (be936e95c6d2a3f2c00adfbba4074d6ab0f1a740), Vlad Glagolev, 02/10/2013

Archive powered by MHonArc 2.6.24.

Top of Page