New package: python-wsproto-0.12.0

closes #6856
This commit is contained in:
root 2019-01-10 22:46:48 -06:00 committed by maxice8
parent 3add4761e6
commit 0a508b9c03
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,30 @@
# Template file for 'python-wsproto'
pkgname=python-wsproto
version=0.12.0
revision=1
noarch=yes
wrksrc="wsproto-${version}"
build_style=python-module
pycompile_module="wsproto"
hostmakedepends="python-setuptools python3-setuptools"
depends="python python-h11 python-enum34"
short_desc="Sans-IO WebSocket protocol implementation (Python2)"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://wsproto.readthedocs.io"
distfiles="https://github.com/python-hyper/wsproto/archive/${version}.tar.gz"
checksum=a133e55752d29cba690d00d51ecbfec6624d15f7cd0634452d3b03b495c2086c
post_install() {
vlicense LICENSE
}
python3-wsproto_package() {
noarch=yes
pycompile_module="wsproto"
depends="python3 python3-h11"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}

1
srcpkgs/python3-wsproto Symbolic link
View file

@ -0,0 +1 @@
python-wsproto