21 lines
770 B
Bash
21 lines
770 B
Bash
# Template file for 'python3-autobahn'
|
|
pkgname=python3-autobahn
|
|
version=23.1.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3-cffi python3-Twisted python3-cryptography python3-txaio
|
|
python3-hyperlink"
|
|
short_desc="Real-time framework for Web, Mobile & Internet of Things"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="MIT"
|
|
homepage="https://crossbar.io/autobahn"
|
|
changelog="https://raw.githubusercontent.com/crossbario/autobahn-python/master/docs/changelog.rst"
|
|
distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
|
|
checksum=c5ef8ca7422015a1af774a883b8aef73d4954c9fcd182c9b5244e08e973f7c3a
|
|
make_check=no # https://github.com/crossbario/autobahn-python/issues/1117
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|