# HG changeset patch # User Hans-G?nter Theisgen # Date 1586246403 -3600 # Node ID e83602aa33a47934b3c5126df2950b4594241d3d # Parent e12389744c1cbf2f553b2c0db5d3e3213e4c38ac updated python-terminado (0.8.1 -> 0.8.3) diff -r e12389744c1c -r e83602aa33a4 python-terminado/receipt --- a/python-terminado/receipt Tue Apr 07 08:56:20 2020 +0100 +++ b/python-terminado/receipt Tue Apr 07 09:00:03 2020 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="python-terminado" -SOURCE="terminado" -VERSION="0.8.1" +VERSION="0.8.3" CATEGORY="development" -SHORT_DESC="Terminals served to xterm.js using Tornado websockets" +SHORT_DESC="Terminals served to xterm.js using Tornado websockets." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pypi.org/project/terminado/" + +SOURCE="terminado" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/67/84/ce0ebd0f60e1cbe040f8e065eef7063855d59d9cf5e6438b3f8439fc7e15/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" -DEPENDS="python-tornado python-ptyprocess" +DEPENDS="python python-ptyprocess python-tornado" BUILD_DEPENDS="python" # Rules to configure and make the package. @@ -23,5 +24,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs/ + cp -a $install/usr $fs }