void-packages/srcpkgs/python3-nbxmpp/template

20 lines
757 B
Bash

# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
version=5.0.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
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=6aa5c7519e00241feb18085315a26a451a42dac23286fda8c35711a2f1350719
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
}