GNU bug report logs -
#50663
[PATCH] gnu: Add Mycroft Voice Assistant
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-msm): New variable.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e3f996a2d2..1379302ef4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -148,6 +148,7 @@
#:use-module (gnu packages enchant)
#:use-module (gnu packages file)
#:use-module (gnu packages fontutils)
+ #:use-module (gnu packages freedesktop)
#:use-module (gnu packages gcc)
#:use-module (gnu packages geo)
#:use-module (gnu packages ghostscript)
@@ -10143,6 +10144,32 @@ reading and writing MessagePack data.")
(define-public python2-msgpack
(package-with-python2 python-msgpack))
+(define-public python-msm
+ (package
+ (name "python-msm")
+ (version "0.8.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "msm" version))
+ (sha256
+ (base32
+ "00z588imq7q33iv3hn83mf2cyqrbs5f6zzyfa6445ainxvskkzz2"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-fasteners" ,python-fasteners)
+ ("python-gitpython" ,python-gitpython)
+ ("python-lazy" ,python-lazy)
+ ("python-pako" ,python-pako)
+ ("python-pyxdg" ,python-pyxdg)
+ ("python-pyyaml" ,python-pyyaml)
+ ("python-requests" ,python-requests)))
+ (home-page "https://github.com/MycroftAI/mycroft-skills-manager")
+ (synopsis "Mycroft Skills Manager")
+ (description "Command line tool for interacting with the mycroft-skills
+repository.")
+ (license license:asl2.0)))
+
(define-public python-netaddr
(package
(name "python-netaddr")
--
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.