buildrootschalter/package/python-configshell-fb/python-configshell-fb.mk
Christophe Vu-Brugier e9d12828cd python-configshell-fb: new package
configshell-fb is a Python library that provides a framework for
building simple but nice CLI-based applications.

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>
2014-09-21 19:45:32 +02:00

15 lines
562 B
Makefile

################################################################################
#
# python-configshell-fb
#
################################################################################
PYTHON_CONFIGSHELL_FB_VERSION = v1.1.fb14
PYTHON_CONFIGSHELL_FB_SITE = $(call github,agrover,configshell-fb,$(PYTHON_CONFIGSHELL_FB_VERSION))
PYTHON_CONFIGSHELL_FB_LICENSE = Apache-2.0
PYTHON_CONFIGSHELL_FB_LICENSE_FILES = COPYING
PYTHON_CONFIGSHELL_FB_SETUP_TYPE = setuptools
PYTHON_CONFIGSHELL_FB_DEPENDENCIES = python-pyparsing python-urwid
$(eval $(python-package))