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

18 lines
782 B
Bash

# Template file for 'python3-websocket-client'
pkgname=python3-websocket-client
version=1.7.0
revision=1
build_style=python3-pep517
make_check_target="websocket/tests"
hostmakedepends="python3-setuptools python3-wheel"
depends="python3 ca-certificates"
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=923c3b7d0cecfdc449eec5e95c90ae6b0ea24e8782d42f23c05d2bb43bfabd39
conflicts="python-websocket-client"