aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-nbxmpp/template
blob: f0fe8a25297c336c8f0c67de7e434e94bf1aa446 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
}