void-packages/srcpkgs/python3-nbxmpp/template
2021-04-19 10:21:11 -03:00

21 lines
778 B
Bash

# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
version=2.0.2
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna"
checkdepends="${depends} 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=a3863671ab88992d3ea5d475b25c88ffe18aa1030c9ce980e1014470d4760291
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
}