[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_HYPERFRAME
bool "python-hyperframe"
help
HTTP/2 framing layer for Python.
https://github.com/python-hyper/hyperframe/

View File

@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/hyperframe/json
md5 153c064e8ac654aaf136b3388c36de48 hyperframe-6.0.1.tar.gz
sha256 ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914 hyperframe-6.0.1.tar.gz
# Locally computed sha256 checksums
sha256 763a9342a04df62046c9dc748a5287934eb0a5331c6863b3ca0aee20e18cb4ed LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# python-hyperframe
#
################################################################################
PYTHON_HYPERFRAME_VERSION = 6.0.1
PYTHON_HYPERFRAME_SOURCE = hyperframe-$(PYTHON_HYPERFRAME_VERSION).tar.gz
PYTHON_HYPERFRAME_SITE = https://files.pythonhosted.org/packages/5a/2a/4747bff0a17f7281abe73e955d60d80aae537a5d203f417fa1c2e7578ebb
PYTHON_HYPERFRAME_SETUP_TYPE = setuptools
PYTHON_HYPERFRAME_LICENSE = MIT
PYTHON_HYPERFRAME_LICENSE_FILES = LICENSE
$(eval $(python-package))