[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PYTHON_PLY
bool "python-ply"
help
Python Lex & Yacc.
http://www.dabeaz.com/ply/

View 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

View 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))