New package: python3-dbusmock-0.18
Ran 114 tests in 109.957s OK (skipped=33)
This commit is contained in:
parent
e1e304194e
commit
dbe4ab016d
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-dbusmock/template
Normal file
22
srcpkgs/python3-dbusmock/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'python3-dbusmock'
|
||||
pkgname=python3-dbusmock
|
||||
version=0.18
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="python-dbusmock-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="dbusmock"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-dbus python3-gobject"
|
||||
checkdepends="python3-nose python3-dbus python3-gobject upower bluez
|
||||
NetworkManager"
|
||||
short_desc="Python3 library to mock D-Bus objects for testing"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/martinpitt/python-dbusmock"
|
||||
distfiles="${PYPI_SITE}/p/python-dbusmock/python-dbusmock-${version}.tar.gz"
|
||||
checksum=7721e2db4f99a1901389431f02dd4f6bde03a8e541fa5a39bcbf805bb15eb82a
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
}
|
Loading…
Add table
Reference in a new issue