[Lunar-commits] <moonbase> urwid: Python curses library (needed by wicd-curses client)
Auke Kok
sofar at foo-projects.org
Tue Oct 5 06:28:38 CEST 2010
commit 8afe64c782eaff4543aa91ac2a3c3566efbadb3c
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Tue Oct 5 06:28:38 2010 +0200
urwid: Python curses library (needed by wicd-curses client)
running wicd-curses returned import error: no module urwid
so I'd like to add this library for all users who want to
use the wicd-curses interface
---
zbeta/urwid/BUILD | 7 +++++++
zbeta/urwid/DEPENDS | 2 ++
zbeta/urwid/DETAILS | 13 +++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/zbeta/urwid/BUILD b/zbeta/urwid/BUILD
new file mode 100644
index 0000000..31050fb
--- /dev/null
+++ b/zbeta/urwid/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/urwid/DEPENDS b/zbeta/urwid/DEPENDS
new file mode 100644
index 0000000..4b3d5f8
--- /dev/null
+++ b/zbeta/urwid/DEPENDS
@@ -0,0 +1,2 @@
+depends Python
+depends ncurses
diff --git a/zbeta/urwid/DETAILS b/zbeta/urwid/DETAILS
new file mode 100644
index 0000000..47d1b19
--- /dev/null
+++ b/zbeta/urwid/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=urwid
+ VERSION=0.9.9.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ WEB_SITE=http://excess.org/urwid
+ SOURCE_URL=$WEB_SITE
+ SOURCE_VFY=sha1:7430e84a43d603717944d4f0d4489d90c0d59c1c
+ ENTERED=20101002
+ SHORT="Python console user interface library"
+
+cat << EOF
+Urwid is a console user interface library for Python. It includes
+many features useful for text console application developers.
+EOF
More information about the Lunar-commits
mailing list