21 lines
669 B
Bash
21 lines
669 B
Bash
# Template file for 'python3-wsproto'
|
|
pkgname=python3-wsproto
|
|
version=1.0.0
|
|
revision=2
|
|
wrksrc="wsproto-${version}"
|
|
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=868776f8456997ad0d9720f7322b746bbe9193751b5b290b7f924659377c8c38
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|