initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_H2
|
||||
bool "python-h2"
|
||||
select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
|
||||
select BR2_PACKAGE_PYTHON_HPACK # runtime
|
||||
help
|
||||
HTTP/2 State-Machine based protocol implementation.
|
||||
|
||||
http://hyper.rtfd.org
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/h2/json
|
||||
md5 197a99c09f344a0dd987fab9801dc8d0 h2-3.2.0.tar.gz
|
||||
sha256 875f41ebd6f2c44781259005b157faed1a5031df3ae5aa7bcb4628a6c0782f14 h2-3.2.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 663f9253e13519b82ab4a6b1caab6bed05aada70517f28cd0254be8a9fa19ed6 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-h2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_H2_VERSION = 3.2.0
|
||||
PYTHON_H2_SOURCE = h2-$(PYTHON_H2_VERSION).tar.gz
|
||||
PYTHON_H2_SITE = https://files.pythonhosted.org/packages/08/0a/033df0fc05fe94f72517ccd393dd9ff99b1773fd198307638e6d3568a518
|
||||
PYTHON_H2_SETUP_TYPE = setuptools
|
||||
PYTHON_H2_LICENSE = MIT
|
||||
PYTHON_H2_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user