void-packages/srcpkgs/python3-wsproto/template
2020-10-10 10:22:46 -04:00

19 lines
566 B
Bash

# Template file for 'python3-wsproto'
pkgname=python3-wsproto
version=0.15.0
revision=4
wrksrc="wsproto-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-h11"
short_desc="Sans-IO WebSocket protocol implementation (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://wsproto.readthedocs.io"
distfiles="https://github.com/python-hyper/wsproto/archive/${version}.tar.gz"
checksum=954e46ac07134d4f67832b17c14164e1771f106b078413e5fb8a2bd2738eb25c
post_install() {
vlicense LICENSE
}