Upgrade ShredOS to buildroot v24.11

This commit is contained in:
PartialVolume
2025-01-10 19:31:27 +00:00
parent d5280fc4e1
commit f39f161d58
4813 changed files with 61163 additions and 34069 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_TINYHTML5
bool "python-tinyhtml5"
select BR2_PACKAGE_PYTHON_WEBENCODINGS # runtime
help
HTML parser based on the WHATWG HTML specification.
https://github.com/CourtBouillon/tinyhtml5

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/tinyhtml5/json
md5 c5fa2991d6d1ea65e923279c435b816e tinyhtml5-2.0.0.tar.gz
sha256 086f998833da24c300c414d9fe81d9b368fd04cb9d2596a008421cbc705fcfcc tinyhtml5-2.0.0.tar.gz
# Locally computed sha256 checksums
sha256 16a39991619e92f18680932da2a9199fdf7d95df3ecaedc52ea06218aabafd6f LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-tinyhtml5
#
################################################################################
PYTHON_TINYHTML5_VERSION = 2.0.0
PYTHON_TINYHTML5_SOURCE = tinyhtml5-$(PYTHON_TINYHTML5_VERSION).tar.gz
PYTHON_TINYHTML5_SITE = https://files.pythonhosted.org/packages/fd/03/6111ed99e9bf7dfa1c30baeef0e0fb7e0bd387bd07f8e5b270776fe1de3f
PYTHON_TINYHTML5_SETUP_TYPE = flit
PYTHON_TINYHTML5_LICENSE = MIT
PYTHON_TINYHTML5_LICENSE_FILES = LICENSE
$(eval $(python-package))