mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
New package: python3-autobahn-19.6.2
This commit is contained in:
parent
de24e90576
commit
5a22de17ee
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-autobahn/template
Normal file
20
srcpkgs/python3-autobahn/template
Normal file
|
@ -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 <travankor@tuta.io>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://crossbar.io/autobahn"
|
||||||
|
distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
|
||||||
|
checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
|
||||||
|
|
||||||
|
post-install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue