void-packages/srcpkgs/python3-websockets/template
2025-03-18 09:35:52 -04:00

21 lines
704 B
Bash

# Template file for 'python3-websockets'
pkgname=python3-websockets
version=15.0.1
revision=1
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=82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee
# Package ships no tests
make_check=no
post_install() {
vlicense LICENSE
}