python3-dbusmock: update to 0.18.2.
This commit is contained in:
parent
6f81271821
commit
c697910dfb
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python3-dbusmock'
|
# Template file for 'python3-dbusmock'
|
||||||
pkgname=python3-dbusmock
|
pkgname=python3-dbusmock
|
||||||
version=0.18.1
|
version=0.18.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
wrksrc="python-dbusmock-${version}"
|
wrksrc="python-dbusmock-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="dbusmock"
|
pycompile_module="dbusmock"
|
||||||
|
@ -15,8 +15,4 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/martinpitt/python-dbusmock"
|
homepage="https://github.com/martinpitt/python-dbusmock"
|
||||||
distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/python-dbusmock-${version}.tar.gz"
|
distfiles="https://github.com/martinpitt/python-dbusmock/releases/download/${version}/python-dbusmock-${version}.tar.gz"
|
||||||
checksum=b0bccb1fd1534e1ad29ba566d68ee72c16893a0cae17655893844556cc1540c2
|
checksum=37201c223165a9e0e82fc01015c8affbed3375eed697b4011763bccceb69db7b
|
||||||
|
|
||||||
do_check() {
|
|
||||||
python3 setup.py test
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue