void-packages/srcpkgs/python3-nbxmpp/template

20 lines
769 B
Bash

# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
version=3.2.4
revision=2
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=74deff4fc20603255571f7e0b4cd68157e44e1e769341e63d32dd846a291a615
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
}