mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
package/python-aiologstash: new package
asyncio-compatible logstash logging handler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
00249f80a6
commit
5eb3e3728b
9
package/python-aiologstash/Config.in
Normal file
9
package/python-aiologstash/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_AIOLOGSTASH
|
||||
bool "python-aiologstash"
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_ASYNC_TIMEOUT # runtime
|
||||
select BR2_PACKAGE_PYTHON_LOGSTASH # runtime
|
||||
help
|
||||
asyncio-compatible logstash logging handler.
|
||||
|
||||
https://github.com/aio-libs/aiologstash
|
||||
5
package/python-aiologstash/python-aiologstash.hash
Normal file
5
package/python-aiologstash/python-aiologstash.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/aiologstash/json
|
||||
md5 1e321c11b34477f780f31b2553557d69 aiologstash-2.0.0.tar.gz
|
||||
sha256 698522126ffd4e905cd5f52a08092a0a78096c8f0e28bc1e303369873da71f78 aiologstash-2.0.0.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 beddf3a80aaaa71ebd6765b13bc680bd0450bb81191249cc889539523f9404ec LICENSE
|
||||
14
package/python-aiologstash/python-aiologstash.mk
Normal file
14
package/python-aiologstash/python-aiologstash.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-aiologstash
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_AIOLOGSTASH_VERSION = 2.0.0
|
||||
PYTHON_AIOLOGSTASH_SOURCE = aiologstash-$(PYTHON_AIOLOGSTASH_VERSION).tar.gz
|
||||
PYTHON_AIOLOGSTASH_SITE = https://files.pythonhosted.org/packages/1c/dc/382861d5d25ccc976d02118922598fc4547f74f3287793e270ed614d8176
|
||||
PYTHON_AIOLOGSTASH_SETUP_TYPE = distutils
|
||||
PYTHON_AIOLOGSTASH_LICENSE = MIT
|
||||
PYTHON_AIOLOGSTASH_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user