mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOZIPKIN
|
||||
bool "python-aiozipkin"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
||||
help
|
||||
Distributed tracing instrumentation for asyncio application
|
||||
with zipkin.
|
||||
|
||||
https://github.com/aio-libs/aiozipkin
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiozipkin/json
|
||||
md5 7be9acaa48d4d4dc14abcc79edfd6c16 aiozipkin-0.7.1.tar.gz
|
||||
sha256 aa99984832225378d900a5cd0d4e8e89af7ec9f359612c2e311f55b9039ed501 aiozipkin-0.7.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 9b42fe3a288996988c552e387e7877be7525a1649e62086aedd6b32d3cb56365 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiozipkin
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOZIPKIN_VERSION = 0.7.1
|
||||
PYTHON_AIOZIPKIN_SOURCE = aiozipkin-$(PYTHON_AIOZIPKIN_VERSION).tar.gz
|
||||
PYTHON_AIOZIPKIN_SITE = https://files.pythonhosted.org/packages/9e/33/120925f90470b7f52f46e2b9f71caf2514e389f42b3ed3b62f6389baee95
|
||||
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