wok rev 23567

updated python-terminado (0.8.1 -> 0.8.3)
author Hans-G?nter Theisgen
date Tue Apr 07 09:00:03 2020 +0100 (2020-04-07)
parents e12389744c1c
children e93f2ca135ff
files python-terminado/receipt
line diff
     1.1 --- a/python-terminado/receipt	Tue Apr 07 08:56:20 2020 +0100
     1.2 +++ b/python-terminado/receipt	Tue Apr 07 09:00:03 2020 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-terminado"
     1.7 -SOURCE="terminado"
     1.8 -VERSION="0.8.1"
     1.9 +VERSION="0.8.3"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="Terminals served to xterm.js using Tornado websockets"
    1.12 +SHORT_DESC="Terminals served to xterm.js using Tornado websockets."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="BSD"
    1.15  WEB_SITE="https://pypi.org/project/terminado/"
    1.16 +
    1.17 +SOURCE="terminado"
    1.18  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 -WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL"
    1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22 -DEPENDS="python-tornado python-ptyprocess"
    1.23 +DEPENDS="python python-ptyprocess python-tornado"
    1.24  BUILD_DEPENDS="python"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27 @@ -23,5 +24,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr $fs/
    1.32 +	cp -a $install/usr	$fs
    1.33  }