guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Remove python2-ws4py-for-kaldi-gstreamer-server.


From: guix-commits
Subject: 02/03: gnu: Remove python2-ws4py-for-kaldi-gstreamer-server.
Date: Wed, 29 Apr 2020 07:29:24 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e979cea9052d45f2a3e703ebe4103f441190d087
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 28 13:35:51 2020 +0200

    gnu: Remove python2-ws4py-for-kaldi-gstreamer-server.
    
    * gnu/packages/python-web.scm (python2-ws4py-for-kaldi-gstreamer-server):
    Remove variable.
---
 gnu/packages/python-web.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6b77a9d..30cd22f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3268,32 +3268,6 @@ such as IoT applications or multi-user database-driven 
business applications.")
 Python.")
     (license license:bsd-3)))
 
-;; kaldi-gstreamer-server does not yet work with python-ws4py > 0.3.2
-(define-public python2-ws4py-for-kaldi-gstreamer-server
-  (package (inherit python-ws4py)
-    (name "python2-ws4py")
-    (version "0.3.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "ws4py" version))
-       (sha256
-        (base32
-         "12ys3dv98awhrxd570vla3hqgzq3avjhq4yafhghhq3a942y1928"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:python ,python-2
-       #:phases
-       (modify-phases %standard-phases
-         ;; We don't have a package for cherrypy.
-         (add-after 'unpack 'remove-cherrypy-support
-           (lambda _
-             (delete-file "ws4py/server/cherrypyserver.py")
-             #t)))))
-    (propagated-inputs
-     `(("python-gevent" ,python2-gevent)
-       ("python-tornado" ,python2-tornado)))))
-
 (define-public python-slugify
   (package
     (name "python-slugify")



reply via email to

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