GNU bug report logs -
#50663
[PATCH] gnu: Add Mycroft Voice Assistant
Previous Next
Full log
Message #47 received at 50663 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-mycroft-messagebus-client): New variable.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 60d597677a..84ad0ae37a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20700,6 +20700,29 @@ working with iterables.")
(propagated-inputs
`(("python2-six" ,python2-six-bootstrap)))))
+(define-public python-mycroft-messagebus-client
+ (package
+ (name "python-mycroft-messagebus-client")
+ (version "0.9.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "mycroft-messagebus-client" version))
+ (sha256
+ (base32
+ "0dvzq1rnpg88bzz9dp5275fvw4jrr8wdfgdl3bbz81zhxnp151ih"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-pyee" ,python-pyee)
+ ("python-websocket-client"
+ ,python-websocket-client)))
+ (home-page "https://github.com/MycroftAI/mycroft-messagebus-client")
+ (synopsis "Mycroft Messagebus Client")
+ (description "This module provides 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.")
+ (license license:asl2.0)))
+
(define-public python-latexcodec
(package
(name "python-latexcodec")
--
2.32.0
This bug report was last modified 3 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.