void-packages/srcpkgs/python3-autobahn/template
2020-10-10 10:21:18 -04:00

19 lines
619 B
Bash

# Template file for 'python3-autobahn'
pkgname=python3-autobahn
version=20.7.1
revision=2
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=86bbce30cdd407137c57670993a8f9bfdfe3f8e994b889181d85e844d5aa8dfb
post-install() {
vlicense LICENSE
}