summaryrefslogtreecommitdiff
path: root/packages/python/python-urwid_0.9.8.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-08-16 13:52:11 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-08-16 13:52:11 +0000
commitcbf0d506d3df853584d93639d63cdad7e658e1d8 (patch)
tree791f4dff2219dbb4dee8055dd3f599d26830726a /packages/python/python-urwid_0.9.8.1.bb
parent9d43fd8d5edc5ace81b19864deee155c6536b7d8 (diff)
python-urwid: update to 0.9.8.1
Diffstat (limited to 'packages/python/python-urwid_0.9.8.1.bb')
-rw-r--r--packages/python/python-urwid_0.9.8.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-urwid_0.9.8.1.bb b/packages/python/python-urwid_0.9.8.1.bb
new file mode 100644
index 0000000000..75c3c84701
--- /dev/null
+++ b/packages/python/python-urwid_0.9.8.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A Python Widget library based on python-curses."
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+RDEPENDS = "python-curses"
+SRCNAME = "urwid"
+PR = "ml0"
+
+SRC_URI = "http://excess.org/urwid/urwid-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils