void-packages/srcpkgs/python3-websockets/template
2021-10-09 08:01:00 -04:00

21 lines
695 B
Bash

# Template file for 'python3-websockets'
pkgname=python3-websockets
version=10.0
revision=2
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/changelog.html"
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
checksum=c4fc9a1d242317892590abe5b61a9127f1a61740477bfb121743f290b8054002
post_install() {
vlicense LICENSE
}