[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_TINYCSS2
bool "python-tinycss2"
select BR2_PACKAGE_PYTHON_WEBENCODINGS # runtime
help
A tiny CSS parser.
https://www.courtbouillon.org/tinycss2

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/tinycss2/json
md5 60272f58f8d5834b2e09ffbc9bd5de53 tinycss2-1.1.1.tar.gz
sha256 b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf tinycss2-1.1.1.tar.gz
# Locally computed sha256 checksums
sha256 6b94acee20ec9f2709333134f3ba70322535fb420af0ce8c1455d9cbe297f1d5 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-tinycss2
#
################################################################################
PYTHON_TINYCSS2_VERSION = 1.1.1
PYTHON_TINYCSS2_SOURCE = tinycss2-$(PYTHON_TINYCSS2_VERSION).tar.gz
PYTHON_TINYCSS2_SITE = https://files.pythonhosted.org/packages/1e/5a/576828164b5486f319c4323915b915a8af3fa4a654bbb6f8fc8e87b5cb17
PYTHON_TINYCSS2_SETUP_TYPE = flit
PYTHON_TINYCSS2_LICENSE = BSD-3-Clause
PYTHON_TINYCSS2_LICENSE_FILES = LICENSE
$(eval $(python-package))