]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/python/python-urwid_0.8.4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / python / python-urwid_0.8.4.bb
1 DESCRIPTION = "A Python Widget library based on python-curses."
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
5 LICENSE = "LGPL"
6 RDEPENDS = "python-core python-curses"
7 SRCNAME = "urwid"
8
9 SRC_URI = "http://excess.org/urwid/urwid-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils