mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/terminado: Update for 0.13.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
2f0c71cc6c
commit
0d5895db07
3 changed files with 6 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
Terminado is a Tornado websocket backend for the term.js Javascript
|
||||
terminal emulator library.
|
||||
Terminado is a Tornado websocket backend for the term.js Javascript terminal
|
||||
emulator library.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=terminado
|
||||
VERSION=${VERSION:-0.13.1}
|
||||
VERSION=${VERSION:-0.13.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="terminado"
|
||||
VERSION="0.13.1"
|
||||
VERSION="0.13.3"
|
||||
HOMEPAGE="https://github.com/jupyter/terminado"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.13.1.tar.gz"
|
||||
MD5SUM="bdc7cb99c41345809b51f2ce8952c51c"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/terminado/terminado-0.13.3.tar.gz"
|
||||
MD5SUM="2847ae71834cf485432e58d40973920e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-ptyprocess python3-tornado"
|
||||
|
|
Loading…
Reference in a new issue