[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,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

View 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

View 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))