wok-current rev 23581
updated python-websocket-client (0.53.0 -> 0.57.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 13:55:02 2020 +0100 (2020-04-07) |
parents | 8313adab3873 |
children | a0da61d3dffb |
files | python-websocket-client/receipt |
line diff
1.1 --- a/python-websocket-client/receipt Tue Apr 07 13:49:53 2020 +0100 1.2 +++ b/python-websocket-client/receipt Tue Apr 07 13:55:02 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-websocket-client" 1.7 -SOURCE="websocket_client" 1.8 -VERSION="0.53.0" 1.9 +VERSION="0.57.0" 1.10 CATEGORY="development" 1.11 SHORT_DESC="WebSocket client for Python. hybi13 is supported." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 -WEB_SITE="https://github.com/websocket-client/websocket-client.git" 1.15 +WEB_SITE="https://pypi.org/project/websocket_client/" 1.16 + 1.17 +SOURCE="websocket_client" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 -WGET_URL="https://files.pythonhosted.org/packages/fb/1f/9acd71b77e66fafb19cfb023e50cbb7ed2c3be3c72db999162bd36c518c4/$TARBALL" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 BUILD_DEPENDS="python-setuptools" 1.24 @@ -24,6 +25,7 @@ 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $install/usr/share/doc 1.28 - cp $src/README* $install/usr/share/doc 1.29 - cp -a $install/usr $fs/ 1.30 + 1.31 + cp $src/README* $install/usr/share/doc 1.32 + cp -a $install/usr $fs/ 1.33 }