mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/python-autobahn to 19.6.1-1
This commit is contained in:
parent
02e8b265f2
commit
c013d19959
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue