python3-nbxmpp: update to 2.0.2.

This commit is contained in:
teldra 2021-02-22 19:09:36 +01:00 committed by Érico Nogueira Rolim
parent 8eaa77dd24
commit 2ba4c0f89e

View file

@ -1,15 +1,20 @@
# Template file for 'python3-nbxmpp'
pkgname=python3-nbxmpp
version=1.0.2
revision=2
version=2.0.2
revision=1
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-openssl"
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=991f014a2736123e989da454d6a467be8c4314bf86dbcc889e899f03726e856f
checksum=a3863671ab88992d3ea5d475b25c88ffe18aa1030c9ce980e1014470d4760291
do_check() {
coverage run --source=nbxmpp -m unittest discover -v
}