0
点赞
收藏
分享

微信扫一扫

[rk3568]buildroot增加python ifcfg

芝婵 2023-06-17 阅读 96


ifcfg · PyPI

以上是包路径

[rk3568]buildroot增加python ifcfg_python

 

Config.in

config BR2_PACKAGE_PYTHON_IFCFG
	bool "python-ifcfg"
	help
	  ifcfg is a parsing toolkit for Python, built with a focus
	  on ergonomics, performance and modularity.

	  https://github.com/ifcfg/ifcfg

python-ifcfg.hash

# md5, sha256 from https://pypi.org/pypi/lark/json
sha256  64f60f7a0d15c85876b76b5f79246ed8c27bf5f79e5753ec88287145884661ab  ifcfg-0.24.tar.gz

python-ifcfg.mk

PYTHON_IFCFG_VERSION = 0.24
PYTHON_IFCFG_SOURCE = ifcfg-$(PYTHON_IFCFG_VERSION).tar.gz
PYTHON_IFCFG_SITE = https://files.pythonhosted.org/packages/ba/51/53de897f3be2402b53940cfe2570a1838ef828f416b5198dd454f1654b76
PYTHON_IFCFG_SETUP_TYPE = setuptools
PYTHON_IFCFG_LICENSE = MIT
PYTHON_IFCFG_LICENSE_FILES = LICENSE

$(eval $(python-package))

举报

相关推荐

0 条评论