20 lines
625 B
Bash
20 lines
625 B
Bash
# Template file for 'python3-websockets'
|
|
pkgname=python3-websockets
|
|
version=9.0.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=2ab64e9fd18e57a66b63a8774e337d81d6366412bef65c7d71f87ad5c4faeed5
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|