20 lines
769 B
Bash
20 lines
769 B
Bash
# Template file for 'python3-nbxmpp'
|
|
pkgname=python3-nbxmpp
|
|
version=3.2.5
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
|
|
checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage libsoup"
|
|
short_desc="Non blocking Jabber/XMPP module"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://python-nbxmpp.gajim.org/"
|
|
changelog="https://dev.gajim.org/gajim/python-nbxmpp/raw/master/ChangeLog"
|
|
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
|
|
checksum=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
|
|
|
|
do_check() {
|
|
coverage run --source=nbxmpp -m unittest discover -v
|
|
}
|