generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/python-aiozipkin/Config.in
Normal file
8
package/python-aiozipkin/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOZIPKIN
|
||||
bool "python-aiozipkin"
|
||||
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
||||
help
|
||||
Distributed tracing instrumentation for asyncio application
|
||||
with zipkin.
|
||||
|
||||
https://github.com/aio-libs/aiozipkin
|
||||
5
package/python-aiozipkin/python-aiozipkin.hash
Normal file
5
package/python-aiozipkin/python-aiozipkin.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiozipkin/json
|
||||
md5 0fea8a200ab2a94fe9a2340a8cbf8512 aiozipkin-1.1.1.tar.gz
|
||||
sha256 9b82619d9ef309e72627a81ab3fda0c9b83e530844cf59f2e9a011e9a2a1293f aiozipkin-1.1.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 98397c300949e0cc1ddc68b0e48e67b10f2d0a4ffada4903d891a1315fe04156 LICENSE
|
||||
14
package/python-aiozipkin/python-aiozipkin.mk
Normal file
14
package/python-aiozipkin/python-aiozipkin.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiozipkin
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOZIPKIN_VERSION = 1.1.1
|
||||
PYTHON_AIOZIPKIN_SOURCE = aiozipkin-$(PYTHON_AIOZIPKIN_VERSION).tar.gz
|
||||
PYTHON_AIOZIPKIN_SITE = https://files.pythonhosted.org/packages/f2/fe/26a60a7c9e91c968eac5dacab2948ed931a676880a6878695ff281c72b8f
|
||||
PYTHON_AIOZIPKIN_SETUP_TYPE = setuptools
|
||||
PYTHON_AIOZIPKIN_LICENSE = Apache-2.0
|
||||
PYTHON_AIOZIPKIN_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user