generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
6
package/python-hyperframe/Config.in
Normal file
6
package/python-hyperframe/Config.in
Normal 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/
|
||||
5
package/python-hyperframe/python-hyperframe.hash
Normal file
5
package/python-hyperframe/python-hyperframe.hash
Normal 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
|
||||
14
package/python-hyperframe/python-hyperframe.mk
Normal file
14
package/python-hyperframe/python-hyperframe.mk
Normal 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))
|
||||
Reference in New Issue
Block a user