generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-lark/Config.in
Normal file
7
package/python-lark/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_LARK
|
||||
bool "python-lark"
|
||||
help
|
||||
Lark is a parsing toolkit for Python, built with a focus
|
||||
on ergonomics, performance and modularity.
|
||||
|
||||
https://github.com/lark-parser/lark
|
||||
5
package/python-lark/python-lark.hash
Normal file
5
package/python-lark/python-lark.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/lark/json
|
||||
md5 fd3ca96a8d9d67798508470032921078 lark-1.1.2.tar.gz
|
||||
sha256 7a8d0c07d663da9391d7faee1bf1d7df4998c47ca43a593cbef5c7566acd057a lark-1.1.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6e83ad8e0de51690a53eac02dd2b6188dfd7949053be56fba5b651140d27ee57 LICENSE
|
||||
14
package/python-lark/python-lark.mk
Normal file
14
package/python-lark/python-lark.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-lark
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LARK_VERSION = 1.1.2
|
||||
PYTHON_LARK_SOURCE = lark-$(PYTHON_LARK_VERSION).tar.gz
|
||||
PYTHON_LARK_SITE = https://files.pythonhosted.org/packages/a3/c5/11d0a086590b207ad1b6c9ba6e019f8290652f3d703cdb002d72e220dd99
|
||||
PYTHON_LARK_SETUP_TYPE = setuptools
|
||||
PYTHON_LARK_LICENSE = MIT
|
||||
PYTHON_LARK_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user