python3-nbxmpp: update to 4.2.0.
This commit is contained in:
committed by
Andrew Benson
parent
566cb8ad99
commit
9a4a5c58d0
@@ -1,18 +1,18 @@
|
||||
# Template file for 'python3-nbxmpp'
|
||||
pkgname=python3-nbxmpp
|
||||
version=3.2.5
|
||||
version=4.2.0
|
||||
revision=1
|
||||
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"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3-gobject python3-openssl python3-precis-i18n python3-idna libsoup3"
|
||||
checkdepends="${depends} python3-packaging python3-wheel python3-pylint python3-coverage"
|
||||
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=1c0251e2acddd75458f50b4ead4154ce637006974a98cacff9c4b6b89ff0ff54
|
||||
checksum=ba16ab684c678f15cb85f582a51be690e48330bbcb569aa32b7d104293392d28
|
||||
|
||||
do_check() {
|
||||
coverage run --source=nbxmpp -m unittest discover -v
|
||||
|
||||
Reference in New Issue
Block a user