python3-nbxmpp: update to 2.0.4
This commit is contained in:
parent
00201e62ab
commit
6c8dbed980
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-nbxmpp'
|
||||
pkgname=python3-nbxmpp
|
||||
version=2.0.2
|
||||
revision=2
|
||||
version=2.0.4
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna"
|
||||
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup"
|
||||
checkdepends="${depends} python3-wheel python3-pylint python3-coverage libsoup"
|
||||
short_desc="Non blocking Jabber/XMPP module"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
|
@ -13,7 +13,7 @@ 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
|
||||
checksum=2cc967808fe73d01adee59c084d17bf5f1d27e33e98ed4f2467a1e7c638457e8
|
||||
|
||||
do_check() {
|
||||
coverage run --source=nbxmpp -m unittest discover -v
|
||||
|
|
Loading…
Reference in a new issue