[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,6 @@
config BR2_PACKAGE_PYTHON_PRIORITY
bool "python-priority"
help
A pure-Python implementation of the HTTP/2 priority tree.
http://python-hyper.org/priority/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/priority/json
md5 149531bf0e754782cf218bfc8cc994ae priority-2.0.0.tar.gz
sha256 c965d54f1b8d0d0b19479db3924c7c36cf672dbf2aec92d43fbdaf4492ba18c0 priority-2.0.0.tar.gz
# Locally computed sha256 checksums
sha256 f3e9c29e3db36dc305a4be68a8a225f93949852ce2d19b5b0a3c099eee6509c5 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-priority
#
################################################################################
PYTHON_PRIORITY_VERSION = 2.0.0
PYTHON_PRIORITY_SOURCE = priority-$(PYTHON_PRIORITY_VERSION).tar.gz
PYTHON_PRIORITY_SITE = https://files.pythonhosted.org/packages/f5/3c/eb7c35f4dcede96fca1842dac5f4f5d15511aa4b52f3a961219e68ae9204
PYTHON_PRIORITY_SETUP_TYPE = setuptools
PYTHON_PRIORITY_LICENSE = MIT
PYTHON_PRIORITY_LICENSE_FILES = LICENSE
$(eval $(python-package))