First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 additions and 0 deletions

View 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

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/html5lib/json
md5 942a0688d6bdf20d087c9805c40182ad html5lib-1.0.1.tar.gz
sha256 66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736 html5lib-1.0.1.tar.gz
# Locally computed sha256 checksums
sha256 16a39991619e92f18680932da2a9199fdf7d95df3ecaedc52ea06218aabafd6f LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-html5lib
#
################################################################################
PYTHON_HTML5LIB_VERSION = 1.0.1
PYTHON_HTML5LIB_SOURCE = html5lib-$(PYTHON_HTML5LIB_VERSION).tar.gz
PYTHON_HTML5LIB_SITE = https://files.pythonhosted.org/packages/85/3e/cf449cf1b5004e87510b9368e7a5f1acd8831c2d6691edd3c62a0823f98f
PYTHON_HTML5LIB_LICENSE = MIT
PYTHON_HTML5LIB_LICENSE_FILES = LICENSE
PYTHON_HTML5LIB_SETUP_TYPE = setuptools
$(eval $(python-package))