aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-urwid_0.8.4.bb
blob: ca068ecf49ae4d7a8fdbbdc0e6c2c8a91e514c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "A Python Widget library based on python-curses."
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
RDEPENDS = "python-core python-curses"
SRCNAME = "urwid"

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

inherit distutils