# HG changeset patch # User Hans-G?nter Theisgen # Date 1586264102 -3600 # Node ID 50e99d67d87cbfbbfd4ec9d4733366433411acb0 # Parent 8313adab3873b1897b38004c28f338209ea64dbd updated python-websocket-client (0.53.0 -> 0.57.0) diff -r 8313adab3873 -r 50e99d67d87c python-websocket-client/receipt --- a/python-websocket-client/receipt Tue Apr 07 13:49:53 2020 +0100 +++ b/python-websocket-client/receipt Tue Apr 07 13:55:02 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-websocket-client" -SOURCE="websocket_client" -VERSION="0.53.0" +VERSION="0.57.0" CATEGORY="development" SHORT_DESC="WebSocket client for Python. hybi13 is supported." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="LGPL2.1" -WEB_SITE="https://github.com/websocket-client/websocket-client.git" +WEB_SITE="https://pypi.org/project/websocket_client/" + +SOURCE="websocket_client" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/fb/1f/9acd71b77e66fafb19cfb023e50cbb7ed2c3be3c72db999162bd36c518c4/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python-setuptools" @@ -24,6 +25,7 @@ genpkg_rules() { mkdir -p $install/usr/share/doc - cp $src/README* $install/usr/share/doc - cp -a $install/usr $fs/ + + cp $src/README* $install/usr/share/doc + cp -a $install/usr $fs/ }