void-packages/srcpkgs/python3-wsproto/template

20 lines
641 B
Bash

# Template file for 'python3-wsproto'
pkgname=python3-wsproto
version=1.2.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-h11"
checkdepends="python3-pytest ${depends}"
short_desc="Sans-IO WebSocket protocol implementation (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://wsproto.readthedocs.io"
changelog="https://raw.githubusercontent.com/python-hyper/wsproto/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/w/wsproto/wsproto-${version}.tar.gz"
checksum=ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065
post_install() {
vlicense LICENSE
}