20 lines
668 B
Bash
20 lines
668 B
Bash
# Template file for 'python3-autobahn'
|
|
pkgname=python3-autobahn
|
|
version=19.9.3
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="autobahn-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="autobahn twisted"
|
|
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=a24826ad0bcc35d32cb4576a092fa744e8b6738bd6320d2de857ad8a71df0bec
|
|
|
|
post-install() {
|
|
vlicense LICENSE
|
|
}
|