18 lines
774 B
Bash
18 lines
774 B
Bash
# Template file for 'python3-websocket-client'
|
|
pkgname=python3-websocket-client
|
|
version=1.2.1
|
|
revision=4
|
|
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=8e056ff93c85b1961234d1c36fda8c5277a03f1ba475d93afb8ec46d2a7976de
|
|
alternatives="websocket-client:wsdump:/usr/bin/wsdump.py"
|