aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-urwid_0.9.8.1.bb
blob: 75c3c847019c12524c5891c74fada7a3862495b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
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