generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-html5lib/Config.in
Normal file
8
package/python-html5lib/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_HTML5LIB
|
||||
bool "python-html5lib"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_WEBENCODINGS # runtime
|
||||
help
|
||||
HTML parser based on the WHATWG HTML specification.
|
||||
|
||||
https://github.com/html5lib/html5lib-python
|
||||
5
package/python-html5lib/python-html5lib.hash
Normal file
5
package/python-html5lib/python-html5lib.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/html5lib/json
|
||||
md5 6748742e2ec4cb99287a6bc82bcfe2b0 html5lib-1.1.tar.gz
|
||||
sha256 b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f html5lib-1.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 16a39991619e92f18680932da2a9199fdf7d95df3ecaedc52ea06218aabafd6f LICENSE
|
||||
14
package/python-html5lib/python-html5lib.mk
Normal file
14
package/python-html5lib/python-html5lib.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-html5lib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HTML5LIB_VERSION = 1.1
|
||||
PYTHON_HTML5LIB_SOURCE = html5lib-$(PYTHON_HTML5LIB_VERSION).tar.gz
|
||||
PYTHON_HTML5LIB_SITE = https://files.pythonhosted.org/packages/ac/b6/b55c3f49042f1df3dcd422b7f224f939892ee94f22abcf503a9b7339eaf2
|
||||
PYTHON_HTML5LIB_LICENSE = MIT
|
||||
PYTHON_HTML5LIB_LICENSE_FILES = LICENSE
|
||||
PYTHON_HTML5LIB_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user