aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-urwid_0.9.8.1.bb
blob: d285cb484d02fc24ddb6e755ba7f949a90e2098d (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"
FILE_PR = "ml0"

SRC_URI = "http://excess.org/urwid/urwid-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils