From 5a22de17eed2f000b32a8ff4db1c313c04796d48 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 29 Aug 2019 22:15:31 -0700 Subject: [PATCH] New package: python3-autobahn-19.6.2 --- srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-autobahn/template diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template new file mode 100644 index 00000000000..90023628856 --- /dev/null +++ b/srcpkgs/python3-autobahn/template @@ -0,0 +1,20 @@ +# Template file for 'python3-autobahn' +pkgname=python3-autobahn +version=19.6.2 +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 " +license="MIT" +homepage="https://crossbar.io/autobahn" +distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz" +checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22 + +post-install() { + vlicense LICENSE +}