aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-dbusmock/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-dbusmock/APKBUILD')
-rw-r--r--community/py3-dbusmock/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-dbusmock/APKBUILD b/community/py3-dbusmock/APKBUILD
index 14a762073a3..28df44d12ef 100644
--- a/community/py3-dbusmock/APKBUILD
+++ b/community/py3-dbusmock/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=py3-dbusmock
_pyname=python-dbusmock
-pkgver=0.20.0
+pkgver=0.22.0
pkgrel=0
pkgdesc="Mock D-Bus objects for tests"
url="https://github.com/martinpitt/python-dbusmock"
@@ -21,11 +21,11 @@ build() {
check() {
# Skip the fakeroot tests as they can't run under our fakeroot environment
# https://github.com/martinpitt/python-dbusmock/issues/46
- env -u LD_PRELOAD python3 setup.py test
+ env -u LD_PRELOAD python3 -m unittest
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="26660439801dbd4c2cdc146d67fa465ecfdfbe4dba4fbd163e0f00af415247d0ff502122d0a850b5bd6dde9f296dea601dcb180ba4bdd5d58966ee4ccdef8999 python-dbusmock-0.20.0.tar.gz"
+sha512sums="2c3430f4178a16acc376ce582f4a1a9bbe8b917efcd7eee58dab85ee3addf60ba355ae9e7b318ec2cdf7ca771183c37d16520a1e5bcab8414c66e2d2a36d26fe python-dbusmock-0.22.0.tar.gz"