community/python-autobahn to 20.2.1-1

This commit is contained in:
Kevin Mihelich 2020-02-09 12:39:30 +00:00
parent 4906602dbf
commit fa768286b4

View file

@ -6,13 +6,13 @@
# - removed AUTOBAHN_USE_NVX=1 from python build/install commands
pkgname=python-autobahn
pkgver=20.1.3
pkgver=20.2.1
pkgrel=1
pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=(x86_64)
url='https://crossbar.io/autobahn/'
license=(MIT)
depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
depends=(python-cffi python-twisted python-txaio python-wsaccel
python-setuptools python-cryptography)
makedepends=(python-argon2_cffi python-cbor python-flatbuffers
python-msgpack python-passlib python-pynacl python-pytrie
@ -22,15 +22,19 @@ optdepends=(
'python-cbor: CBOR serializer support'
'python-flatbuffers: FlatBuffers serializer support'
'python-msgpack: MsgPack serializer support'
'python-u-msgpack: pure-python alternative to python-msgpack for MsgPack serializer support'
'python-ubjson: UBJSON serializer support'
'python-ujson: accelerated JSON serializer support'
'python-argon2_cffi: WAMP-SCRAM authentication support'
'python-passlib: WAMP-SCRAM authentication support'
'python-pynacl: WAMP-cryptosign and WAMP-cryptobox support'
'python-pytrie: WAMP-cryptobox support'
'python-pyopenssl: SSL/TLS support'
'python-snappy: snappy compression suppport for WebSocket messages'
)
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
sha256sums=('a428b43f13116e212cb98ba646697021ed52f65d50373fee0886dfa484769b2b')
sha256sums=('1ec603ea374a3b9d85540c499709c41f35f7c6e288b571d12da14aba6c381211')
build() {
cd "$srcdir/autobahn-$pkgver"