wok diff python-terminado/receipt @ rev 23912

linux: add CONFIG_I2C_HID
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 10:22:39 2020 +0000 (2020-08-16)
parents f24908c722f8
children 1df6fa555414
line diff
     1.1 --- a/python-terminado/receipt	Thu Sep 20 21:53:55 2018 +0200
     1.2 +++ b/python-terminado/receipt	Sun Aug 16 10:22:39 2020 +0000
     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  }