package/python-libconf: new package
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>
This commit is contained in:
parent
71b5ea4030
commit
941b6565dd
@ -1183,6 +1183,7 @@ F: package/mali-driver/
|
||||
F: package/minicom/
|
||||
F: package/mmc-utils/
|
||||
F: package/nfs-utils/
|
||||
F: package/python-libconf/
|
||||
F: package/python-uvloop/
|
||||
F: package/qt5/
|
||||
F: package/rockchip-mali/
|
||||
|
4
package/python-libconf/python-libconf.hash
Normal file
4
package/python-libconf/python-libconf.hash
Normal file
@ -0,0 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 66897870fcafce05624eafcc99e2dc8e150124e91019d9c29cc4f3bef64311dd python-libconf-2.0.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3c2afc8c9f7a12032f225e6fa870e85af14d1b71236afe28d94a4b67e5e8c873 LICENSE
|
13
package/python-libconf/python-libconf.mk
Normal file
13
package/python-libconf/python-libconf.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
Loading…
Reference in New Issue
Block a user