generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-ply/Config.in
Normal file
6
package/python-ply/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PLY
|
||||
bool "python-ply"
|
||||
help
|
||||
Python Lex & Yacc.
|
||||
|
||||
http://www.dabeaz.com/ply/
|
||||
5
package/python-ply/python-ply.hash
Normal file
5
package/python-ply/python-ply.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/ply/json
|
||||
md5 6465f602e656455affcd7c5734c638f8 ply-3.11.tar.gz
|
||||
sha256 00c7c1aaa88358b9c765b6d3000c6eec0ba42abca5351b095321aef446081da3 ply-3.11.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 1095b93b81d2043c5c55e0859875b416f75edb6d5eccb4bf2ace1b5445d1c84f README.md
|
||||
15
package/python-ply/python-ply.mk
Normal file
15
package/python-ply/python-ply.mk
Normal file
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-ply
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PLY_VERSION = 3.11
|
||||
PYTHON_PLY_SOURCE = ply-$(PYTHON_PLY_VERSION).tar.gz
|
||||
PYTHON_PLY_SITE = https://files.pythonhosted.org/packages/e5/69/882ee5c9d017149285cab114ebeab373308ef0f874fcdac9beb90e0ac4da
|
||||
PYTHON_PLY_SETUP_TYPE = setuptools
|
||||
PYTHON_PLY_LICENSE = BSD-3-Clause
|
||||
PYTHON_PLY_LICENSE_FILES = README.md
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
Reference in New Issue
Block a user