24 lines
700 B
Bash
24 lines
700 B
Bash
# Template file for 'python3-autobahn'
|
|
pkgname=python3-autobahn
|
|
version=20.12.2
|
|
revision=1
|
|
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=72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e
|
|
|
|
do_check() {
|
|
# https://github.com/crossbario/autobahn-python/issues/1117
|
|
:
|
|
}
|
|
|
|
post-install() {
|
|
vlicense LICENSE
|
|
}
|