diff options
Diffstat (limited to 'packages/python/python-urwid_0.9.8.1.bb')
-rw-r--r-- | packages/python/python-urwid_0.9.8.1.bb | 12 |
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 |