e9d12828cd
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>
15 lines
562 B
Makefile
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))
|