mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
Upgrade ShredOS to buildroot v24.11
This commit is contained in:
7
package/python-tinyhtml5/Config.in
Normal file
7
package/python-tinyhtml5/Config.in
Normal 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
|
||||
5
package/python-tinyhtml5/python-tinyhtml5.hash
Normal file
5
package/python-tinyhtml5/python-tinyhtml5.hash
Normal 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
|
||||
14
package/python-tinyhtml5/python-tinyhtml5.mk
Normal file
14
package/python-tinyhtml5/python-tinyhtml5.mk
Normal 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))
|
||||
Reference in New Issue
Block a user