New package: python3-websockets-8.1

This commit is contained in:
Andrew J. Hesford 2020-10-07 22:32:09 -04:00
parent 70f245bf3b
commit 8f2b70c4e0

View file

@ -0,0 +1,19 @@
# Template file for 'python3-websockets'
pkgname=python3-websockets
version=8.1
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/"
distfiles="${PYPI_SITE}/w/websockets/websockets-${version}.tar.gz"
checksum=5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f
post_install() {
vlicense LICENSE
}