void-packages/srcpkgs/python3-autobahn/template
2020-05-09 22:03:31 +02:00

20 lines
632 B
Bash

# Template file for 'python3-autobahn'
pkgname=python3-autobahn
version=20.4.3
revision=1
archs=noarch
wrksrc="autobahn-${version}"
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
short_desc="Real-time framework for Web, Mobile & Internet of Things"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://crossbar.io/autobahn"
distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
checksum=c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f
post-install() {
vlicense LICENSE
}