New package: python3-websockets-8.1
This commit is contained in:
parent
70f245bf3b
commit
8f2b70c4e0
1 changed files with 19 additions and 0 deletions
19
srcpkgs/python3-websockets/template
Normal file
19
srcpkgs/python3-websockets/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue