mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
python-libconfig: new package
Python bindings to the C++ library libconfig https://github.com/cnangel/python-libconfig Signed-off-by: Johan Derycke <johan.derycke@barco.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
3b44149a22
commit
9523bdfddf
17
package/python-libconfig/python-libconfig.mk
Normal file
17
package/python-libconfig/python-libconfig.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-libconfig
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LIBCONFIG_VERSION = b271c3d9dac938ad5cd29b67bd08cc5536a5a391
|
||||
PYTHON_LIBCONFIG_SITE = $(call github,cnangel,python-libconfig,$(PYTHON_LIBCONFIG_VERSION))
|
||||
|
||||
PYTHON_LIBCONFIG_LICENSE = BSD
|
||||
PYTHON_LIBCONFIG_LICENSE_FILES = README
|
||||
|
||||
PYTHON_LIBCONFIG_SETUP_TYPE = setuptools
|
||||
|
||||
PYTHON_LIBCONFIG_DEPENDENCIES = libconfig boost
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user