void-packages/srcpkgs/python3-websocket-client/template

18 lines
776 B
Bash

# Template file for 'python3-websocket-client'
pkgname=python3-websocket-client
version=1.6.3
revision=2
build_style=python3-module
make_check_target="websocket/tests"
hostmakedepends="python3-setuptools"
depends="python3 ca-certificates"
checkdepends="python3-pytest"
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"