summaryrefslogtreecommitdiffstats
path: root/python-pypi/pudb/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'python-pypi/pudb/DETAILS')
-rwxr-xr-xpython-pypi/pudb/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/python-pypi/pudb/DETAILS b/python-pypi/pudb/DETAILS
new file mode 100755
index 0000000000..d9871b8163
--- /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