void-packages/srcpkgs/python3-websockets/template
2022-02-21 09:30:36 -05:00

23 lines
742 B
Bash

# Template file for 'python3-websockets'
pkgname=python3-websockets
version=10.2
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Library for building WebSocket clients and servers in Python"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://websockets.readthedocs.io/en/stable/"
changelog="https://websockets.readthedocs.io/en/stable/project/changelog.html"
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
checksum=8351c3c86b08156337b0e4ece0e3c5ec3e01fcd14e8950996832a23c99416098
# Package ships no tests
make_check=no
post_install() {
vlicense LICENSE
}