941b6565dd
python-libconf is a pure-Python reader/writer for configuration files in libconfig format, which is often used in C/C++ projects. https://github.com/ChrisAichinger/python-libconf Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
447 B
Makefile
14 lines
447 B
Makefile
################################################################################
|
|
#
|
|
# python-libconf
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_LIBCONF_VERSION = 2.0.1
|
|
PYTHON_LIBCONF_SITE = $(call github,ChrisAichinger,python-libconf,$(PYTHON_LIBCONF_VERSION))
|
|
PYTHON_LIBCONF_SETUP_TYPE = setuptools
|
|
PYTHON_LIBCONF_LICENSE = MIT
|
|
PYTHON_LIBCONF_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(host-python-package))
|