python-urwid: new package

Urwid is a console user interface library for Python.

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Christophe Vu-Brugier
2014-09-18 12:00:52 +02:00
committed by Thomas Petazzoni
parent 9e540c7517
commit a1b1c2f024
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-urwid
#
################################################################################
PYTHON_URWID_VERSION = 1.2.1
PYTHON_URWID_SOURCE = urwid-$(PYTHON_URWID_VERSION).tar.gz
PYTHON_URWID_SITE = https://pypi.python.org/packages/source/u/urwid
PYTHON_URWID_LICENSE = LGPLv2.1+
PYTHON_URWID_LICENSE_FILES = COPYING
PYTHON_URWID_SETUP_TYPE = setuptools
$(eval $(python-package))