Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Donald Johnson (5b5c55e757ce69d18e0e0967cb35cde243543226)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Donald Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Donald Johnson (5b5c55e757ce69d18e0e0967cb35cde243543226)
  • Date: Thu, 20 May 2010 14:06:34 -0500

GIT changes to master grimoire by Donald Johnson <minozake AT codemages.net>:

ChangeLog | 3 +++
python-pypi/urwid/DETAILS | 15 +++++++++++++++
python-pypi/urwid/HISTORY | 3 +++
python-pypi/urwid/urwid-0.9.9.1.tar.gz.sig |binary
4 files changed, 21 insertions(+)

New commits:
commit 5b5c55e757ce69d18e0e0967cb35cde243543226
Author: Donald Johnson <minozake AT codemages.net>
Commit: Donald Johnson <minozake AT codemages.net>

python-pypi/urwid: New spell, console interface library in Python

diff --git a/ChangeLog b/ChangeLog
index 4a4c663..bbd614d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-20 Donald Johnson <minozake AT codemages.net>
+ * python-pypi/urwid: new spell, console interface library in Python.
+
2010-05-20 Ladislav Hagara <hgr AT vabo.cz>
* e-17/eeze: new spell, collection of misc APIs wrapped in EFL

diff --git a/python-pypi/urwid/DETAILS b/python-pypi/urwid/DETAILS
new file mode 100755
index 0000000..636b977
--- /dev/null
+++ b/python-pypi/urwid/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=urwid
+ VERSION=0.9.9.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://excess.org/$SPELL/$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ WEB_SITE=http://excess.org/urwid
+ LICENSE[0]=LGPL
+ KEYWORDS="curses python"
+ SHORT="A curses user interfaces library in Python."
+cat << EOF
+Urwid is a console user interface library for Python. Urwid is released under
+the GNU Lesser General Public License and it includes many features useful
for
+text console application developers.
+EOF
diff --git a/python-pypi/urwid/HISTORY b/python-pypi/urwid/HISTORY
new file mode 100644
index 0000000..2514842
--- /dev/null
+++ b/python-pypi/urwid/HISTORY
@@ -0,0 +1,3 @@
+2010-05-20 Donald Johnson <minozake AT codemages.net>
+ * ALL: Created spell.
+
diff --git a/python-pypi/urwid/urwid-0.9.9.1.tar.gz.sig
b/python-pypi/urwid/urwid-0.9.9.1.tar.gz.sig
new file mode 100644
index 0000000..787dc24
Binary files /dev/null and b/python-pypi/urwid/urwid-0.9.9.1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Donald Johnson (5b5c55e757ce69d18e0e0967cb35cde243543226), Donald Johnson, 05/20/2010

Archive powered by MHonArc 2.6.24.

Top of Page