wok rev 25249

updated python-websocket-client (0.57.0 -> 0.59.0)
author Hans-G?nter Theisgen
date Thu Jul 14 07:30:53 2022 +0100 (23 months ago)
parents a8259fba4f93
children 423689f04ca0
files python-websocket-client/receipt
line diff
     1.1 --- a/python-websocket-client/receipt	Thu Jul 14 07:26:47 2022 +0100
     1.2 +++ b/python-websocket-client/receipt	Thu Jul 14 07:30:53 2022 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-websocket-client"
     1.7 -VERSION="0.57.0"
     1.8 +VERSION="0.59.0"	# last version for Python 2
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="WebSocket client for Python. hybi13 is supported."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="LGPL2.1"
    1.13 -WEB_SITE="https://pypi.org/project/websocket_client/"
    1.14 +WEB_SITE="https://pypi.org/project/websocket-client/"
    1.15 +REPOLOGY="python:websocket-client"
    1.16  
    1.17 -SOURCE="websocket_client"
    1.18 +SOURCE="websocket-client"
    1.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.20  WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.21  
    1.22 @@ -33,5 +34,5 @@
    1.23  	mkdir -p $install/usr/share/doc
    1.24  
    1.25  	cp $src/README*		$install/usr/share/doc
    1.26 -	cp -a $install/usr	$fs/
    1.27 +	cp -a $install/usr	$fs
    1.28  }