python3-websocket-client: drop alternatives, update to 1.7.0
This commit is contained in:
parent
6953a4d73b
commit
edb5fddba3
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'python3-websocket-client'
|
||||
pkgname=python3-websocket-client
|
||||
version=1.6.3
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
version=1.7.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_target="websocket/tests"
|
||||
hostmakedepends="python3-setuptools"
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3 ca-certificates"
|
||||
checkdepends="python3-pytest"
|
||||
checkdepends="python3-pytest python3-socks"
|
||||
short_desc="WebSocket client for Python3"
|
||||
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/websocket-client/websocket-client"
|
||||
changelog="https://raw.githubusercontent.com/websocket-client/websocket-client/master/ChangeLog"
|
||||
distfiles="https://github.com/websocket-client/websocket-client/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=65e9e02843ef02b8f9503d6b284a3605d92c201170b5b234afcaf1c5a01c64e0
|
||||
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py"
|
||||
checksum=923c3b7d0cecfdc449eec5e95c90ae6b0ea24e8782d42f23c05d2bb43bfabd39
|
||||
conflicts="python-websocket-client"
|
||||
|
|
Loading…
Reference in New Issue