generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-h2/Config.in
Normal file
8
package/python-h2/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_H2
|
||||
bool "python-h2"
|
||||
select BR2_PACKAGE_PYTHON_HPACK # runtime
|
||||
select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
|
||||
help
|
||||
HTTP/2 State-Machine based protocol implementation.
|
||||
|
||||
https://github.com/python-hyper/h2
|
||||
5
package/python-h2/python-h2.hash
Normal file
5
package/python-h2/python-h2.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/h2/json
|
||||
md5 4274f9619c0a43bb4ae01b6b02bf0c99 h2-4.1.0.tar.gz
|
||||
sha256 a83aca08fbe7aacb79fec788c9c0bac936343560ed9ec18b82a13a12c28d2abb h2-4.1.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 7a65a5af0cbabf1c16251c7c6b2b7cb46d16a7222e79975b9b61fcd66a2e3f28 LICENSE
|
||||
14
package/python-h2/python-h2.mk
Normal file
14
package/python-h2/python-h2.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-h2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_H2_VERSION = 4.1.0
|
||||
PYTHON_H2_SOURCE = h2-$(PYTHON_H2_VERSION).tar.gz
|
||||
PYTHON_H2_SITE = https://files.pythonhosted.org/packages/2a/32/fec683ddd10629ea4ea46d206752a95a2d8a48c22521edd70b142488efe1
|
||||
PYTHON_H2_SETUP_TYPE = setuptools
|
||||
PYTHON_H2_LICENSE = MIT
|
||||
PYTHON_H2_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user