mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/python-autobahn to 19.7.2-1
This commit is contained in:
parent
f67d59ef73
commit
02f2a8ee9e
1 changed files with 6 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# - removed AUTOBAHN_USE_NVX=1 from python build/install commands
|
||||
|
||||
pkgname=python-autobahn
|
||||
pkgver=19.7.1
|
||||
pkgver=19.7.2
|
||||
pkgrel=1
|
||||
pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
|
||||
arch=(x86_64)
|
||||
|
@ -28,7 +28,7 @@ optdepends=(
|
|||
)
|
||||
|
||||
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
|
||||
sha256sums=('89f94a1535673b1655df28ef91e96b7f34faea76da04a5e56441c9ac779a2f9f')
|
||||
sha256sums=('60c2f283137b3aafc06f274949387eebcc78c8faad580a8755f6dc83c74bf0e2')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/autobahn-$pkgver"
|
||||
|
@ -37,8 +37,10 @@ build() {
|
|||
|
||||
check() {
|
||||
cd "$srcdir/autobahn-$pkgver"
|
||||
USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
|
||||
USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn
|
||||
# test_depleting checks whether the entropy on the running machine can be depleted or not.
|
||||
# Unrelated to autobahn and makes the test suite flaky
|
||||
USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 'not test_depleting'
|
||||
USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-3.7 pytest -v autobahn -k 'not test_depleting'
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue