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:
6
package/python-logstash/Config.in
Normal file
6
package/python-logstash/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_LOGSTASH
|
||||
bool "python-logstash"
|
||||
help
|
||||
Python logging handler for Logstash.
|
||||
|
||||
https://github.com/vklochan/python-logstash
|
5
package/python-logstash/python-logstash.hash
Normal file
5
package/python-logstash/python-logstash.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-logstash/json
|
||||
md5 26fafa0ea306025fb7644d70cb38982a python-logstash-0.4.6.tar.gz
|
||||
sha256 10943e5df83f592b4d61b63ad1afff855ccc8c9467f78718f0a59809ba1fe68c python-logstash-0.4.6.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 fea6a5c634ac9d9e047151675adc197c16f45bfba3c26ab113f48fb9fa717fff LICENSE
|
13
package/python-logstash/python-logstash.mk
Normal file
13
package/python-logstash/python-logstash.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-logstash
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_LOGSTASH_VERSION = 0.4.6
|
||||
PYTHON_LOGSTASH_SITE = https://files.pythonhosted.org/packages/4e/8d/7ff2e8e8e2613e7bb7654790480bb4cf51a55721371adbb631b16cb16dce
|
||||
PYTHON_LOGSTASH_SETUP_TYPE = distutils
|
||||
PYTHON_LOGSTASH_LICENSE = MIT
|
||||
PYTHON_LOGSTASH_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user