guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: kaldi-gstreamer-server: Update to 0-2.f68cab4.


From: guix-commits
Subject: 01/03: gnu: kaldi-gstreamer-server: Update to 0-2.f68cab4.
Date: Wed, 29 Apr 2020 07:29:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1228c2abcfd5b426385211e3b27379f27d655b17
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 28 13:34:22 2020 +0200

    gnu: kaldi-gstreamer-server: Update to 0-2.f68cab4.
    
    * gnu/packages/machine-learning.scm (kaldi-gstreamer-server): Update to
    0-2.f68cab4.
    [inputs]: Replace python-2 with python-wrapper, python2-pygobject with
    python-pygobject, python2-pyyaml with python-pyyaml, and python2-tornado 
with
    python-tornado; remove python2-ws4py-for-kaldi-gstreamer-server and
    python2-futures.
---
 gnu/packages/machine-learning.scm | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index f979a64..425961e 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -1239,8 +1239,9 @@ automatically.")
       (license license:asl2.0))))
 
 (define-public kaldi-gstreamer-server
-  (let ((commit "1735ba49c5dc0ebfc184e45105fc600cd9f1f508")
-        (revision "1"))
+  ;; This is the tip of the py3 branch
+  (let ((commit "f68cab490be7eb0da2af1475fbc16655f50a60cb")
+        (revision "2"))
     (package
       (name "kaldi-gstreamer-server")
       (version (git-version "0" revision commit))
@@ -1252,7 +1253,7 @@ automatically.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0j701m7lbwmzqxsfanj882v7881hrbmpqybbczbxqpcbg8q34w0k"))))
+                  "17lh1368vkg8ngrcbn2phvigzlmalrqg6djx2gg61qq1a0nj87dm"))))
       (build-system gnu-build-system)
       (arguments
        `(#:tests? #f ; there are no tests that can be run automatically
@@ -1268,6 +1269,10 @@ automatically.")
                ;; are reproducible.
                (setenv "PYTHONHASHSEED" "0")
                (with-directory-excursion "kaldigstserver"
+                 ;; This is a Python 2 file
+                 (delete-file "decoder_test.py")
+                 (delete-file "test-buffer.py")
+
                  (for-each (lambda (file)
                              (apply invoke
                                     `("python"
@@ -1318,12 +1323,10 @@ exec ~a ~a/~a \"$@\"~%"
                  #t))))))
       (inputs
        `(("gst-kaldi-nnet2-online" ,gst-kaldi-nnet2-online)
-         ("python2" ,python-2)
-         ("python2-futures" ,python2-futures)
-         ("python2-pygobject" ,python2-pygobject)
-         ("python2-pyyaml" ,python2-pyyaml)
-         ("python2-tornado" ,python2-tornado)
-         ("python2-ws4py" ,python2-ws4py-for-kaldi-gstreamer-server)))
+         ("python" ,python-wrapper)
+         ("python-pygobject" ,python-pygobject)
+         ("python-pyyaml" ,python-pyyaml)
+         ("python-tornado" ,python-tornado)))
       (home-page "https://github.com/alumae/kaldi-gstreamer-server";)
       (synopsis "Real-time full-duplex speech recognition server")
       (description "This is a real-time full-duplex speech recognition server,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]