1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

WIP: Implementing all goodies and required changes / dependencies.

This commit is contained in:
j1nx
2021-01-07 21:21:21 +01:00
parent 96ddea2de3
commit 68d555fb16
71 changed files with 1181 additions and 195 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_PYTHON_MYCROFT_MESSAGEBUS_CLIENT
bool "python-mycroft-messagebus-client"
help
This module is a simple interface for the mycroft
messagebus and can be used to connect to mycroft,
send messages and react to messages sent by the
Mycroft system.
https://github.com/MycroftAI/mycroft-messagebus-client

View File

@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/msm/json
md5 fe54a2aecd6751bef66fdcd27ffd3cdc msm-0.5.19.tar.gz
sha256 4a3d2325407b95f4a13871e1f45a7041014699201531e452b63efa8fdd7ef48d mycroft-messagebus-client-0.8.4.tar.gz
# Locally computed sha256 checksums
sha256 a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# python-mycroft-messagebus-client
#
################################################################################
PYTHON_MYCROFT_MESSAGEBUS_CLIENT_VERSION = 0.8.4
PYTHON_MYCROFT_MESSAGEBUS_CLIENT_SOURCE = mycroft-messagebus-client-$(PYTHON_MYCROFT_MESSAGEBUS_CLIENT_VERSION).tar.gz
PYTHON_MYCROFT_MESSAGEBUS_CLIENT_SITE = https://files.pythonhosted.org/packages/06/15/881da04555710caa2b5fd0d582aa21ed6ecaf88fc5c2343f46caa1b84ccf
PYTHON_MYCROFT_MESSAGEBUS_CLIENT_SETUP_TYPE = setuptools
PYTHON_MYCROFT_MESSAGEBUS_CLIENT_LICENSE = Apache-2.0
PYTHON_MYCROFT_MESSAGEBUS_CLIENT_LICENSE_FILES = LICENSE
$(eval $(python-package))