generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-parso/Config.in
Normal file
6
package/python-parso/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_PARSO
|
||||
bool "python-parso"
|
||||
help
|
||||
A Python Parser.
|
||||
|
||||
https://github.com/davidhalter/parso
|
||||
7
package/python-parso/python-parso.hash
Normal file
7
package/python-parso/python-parso.hash
Normal file
@ -0,0 +1,7 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/parso/json
|
||||
md5 7ee251113f31f8d851c4a5d9e98977cb parso-0.8.3.tar.gz
|
||||
sha256 8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0 parso-0.8.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fa67973073753d17624caf8684d5ee816d70c89d912c5bca7ca0f08e7b150edb LICENSE.txt
|
||||
sha256 9c1e620a5cf8e74fe81c1fd4c55e9cc0b189fc04e677cfc7ef915de746c3f59e docs/_themes/flask/LICENSE
|
||||
sha256 368780dd953e09148834e8d8c6cc1b09b3d621e77dbd1c4f5e8873561acda873 test/normalizer_issue_files/LICENSE
|
||||
16
package/python-parso/python-parso.mk
Normal file
16
package/python-parso/python-parso.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-parso
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PARSO_VERSION = 0.8.3
|
||||
PYTHON_PARSO_SOURCE = parso-$(PYTHON_PARSO_VERSION).tar.gz
|
||||
PYTHON_PARSO_SITE = https://files.pythonhosted.org/packages/a2/0e/41f0cca4b85a6ea74d66d2226a7cda8e41206a624f5b330b958ef48e2e52
|
||||
PYTHON_PARSO_SETUP_TYPE = setuptools
|
||||
PYTHON_PARSO_LICENSE = MIT, Python-2.0, BSD-3-Clause (flask theme)
|
||||
PYTHON_PARSO_LICENSE_FILES = LICENSE.txt docs/_themes/flask/LICENSE test/normalizer_issue_files/LICENSE
|
||||
PYTHON_PARSO_CPE_ID_VENDOR = parso_project
|
||||
PYTHON_PARSO_CPE_ID_PRODUCT = parso
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user