community/python-autobahn to 19.6.1-1

This commit is contained in:
Kevin Mihelich 2019-06-05 12:49:04 +00:00
parent 02e8b265f2
commit c013d19959

View file

@ -6,13 +6,14 @@
# - removed AUTOBAHN_USE_NVX=1 from python build/install commands
pkgname=python-autobahn
pkgver=19.5.1
pkgver=19.6.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 python-setuptools)
depends=(python-cffi python-twisted python-six python-txaio python-wsaccel
python-setuptools python-cryptography)
makedepends=(python-argon2_cffi python-cbor python-flatbuffers
python-msgpack python-passlib python-pynacl python-ubjson)
checkdepends=(python-mock python-pytest python-pytest-asyncio)
@ -27,7 +28,7 @@ optdepends=(
)
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
sha256sums=('2eee98f68ba4eb8d8ea3f15e411db9e69433d9367799c85bdca0ff2de4c101d3')
sha256sums=('8b58a7d3188e2c103dff5115fd6f449261df7282aa92e741acf676f90443e097')
build() {
cd "$srcdir/autobahn-$pkgver"