mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-terminado: Update to 0.8.1.
* gnu/packages/python-web.scm (python-terminado): Update to 0.8.1.
This commit is contained in:
parent
38306e1168
commit
d47b21c69c
1 changed files with 4 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
||||||
;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym+a@scratchpost.org>
|
;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym+a@scratchpost.org>
|
||||||
;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
|
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
|
||||||
;;; Copyright © 2016, 2017 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2016, 2017 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is>
|
;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is>
|
||||||
|
@ -734,14 +734,14 @@ web framework, either via the basic or digest authentication schemes.")
|
||||||
(define-public python-terminado
|
(define-public python-terminado
|
||||||
(package
|
(package
|
||||||
(name "python-terminado")
|
(name "python-terminado")
|
||||||
(version "0.6")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "terminado" version))
|
(uri (pypi-uri "terminado" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09h1kwi86g5mrk14s4pgbhshd602zry29lnpxamcqz864kva22rc"))))
|
"0yh69k6579g848rmjyllb5h75pkvgcy27r1l3yzgkf33wnnzkasm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-tornado" ,python-tornado)
|
`(("python-tornado" ,python-tornado)
|
||||||
|
@ -752,9 +752,7 @@ web framework, either via the basic or digest authentication schemes.")
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _ (invoke "nosetests") #t)))))
|
||||||
(invoke "nosetests")
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://github.com/takluyver/terminado")
|
(home-page "https://github.com/takluyver/terminado")
|
||||||
(synopsis "Terminals served to term.js using Tornado websockets")
|
(synopsis "Terminals served to term.js using Tornado websockets")
|
||||||
(description "This package provides a Tornado websocket backend for the
|
(description "This package provides a Tornado websocket backend for the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue