python3-websocket-client: update to 0.57.0

This commit is contained in:
Paper 2020-11-14 13:18:22 +01:00 committed by Helmut Pozimski
parent d25bfbb2e2
commit c432daa143

View file

@ -1,22 +1,29 @@
# Template file for 'python3-websocket-client'
pkgname=python3-websocket-client
version=0.56.0
revision=5
version=0.57.0
revision=1
wrksrc="websocket_client-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six ca-certificates"
checkdepends="python3-pytest python3-six"
short_desc="WebSocket client for Python3"
maintainer="Sergi Alvarez <pancake@nopcode.org>"
license="BSD-3-Clause"
homepage="https://github.com/websocket-client/websocket-client"
changelog="https://raw.githubusercontent.com/websocket-client/websocket-client/master/ChangeLog"
distfiles="${PYPI_SITE}/w/websocket-client/websocket_client-${version}.tar.gz"
checksum=1fd5520878b68b84b5748bb30e592b10d0a91529d5383f74f4964e72b297fd3a
checksum=d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py"
do_check() {
python3 -m pytest
}
pre_build() {
vsed -i "s|'backports.ssl_match_hostname'||" setup.py
}
post_install() {
vlicense LICENSE
}