python-nbxmpp: update to 0.6.1.

Closes: #9647 [via git-merge-pr]
This commit is contained in:
maxice8 2017-11-30 04:02:49 -02:00 committed by Jürgen Buchmüller
parent 12df8cc600
commit 48826f46df

View file

@ -1,23 +1,23 @@
# Template file for 'python-nbxmpp' # Template file for 'python-nbxmpp'
pkgname=python-nbxmpp pkgname=python-nbxmpp
version=0.6.0 version=0.6.1
revision=1 revision=1
noarch=yes noarch=yes
wrksrc=${pkgname#*-}-${version} wrksrc=${pkgname#*-}-${version}
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python python-openssl"
pycompile_module="nbxmpp" pycompile_module="nbxmpp"
short_desc="Non blocking Jabber/XMPP module (Python2)" short_desc="Non blocking Jabber/XMPP module (Python2)"
maintainer="Duncaen <duncaen@voidlinux.eu>" maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-3" license="GPL-3"
homepage="https://python-nbxmpp.gajim.org/" homepage="https://python-nbxmpp.gajim.org/"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz" distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
checksum=a79ca44bb391d5a1b848d3fe5fb6ddd1f4cea5f7edf0f8fdd56d2e05962f8974 checksum=6c98e07fea45e91cb0b2e88dc05ebfd032a47922207ecd18fcd00ae2998e7363
python3-nbxmpp_package() { python3-nbxmpp_package() {
noarch=yes noarch=yes
depends="python3" depends="python3 python3-openssl"
pycompile_module="nbxmpp" pycompile_module="nbxmpp"
replaces="python3.4-nbxmpp>=0" replaces="python3.4-nbxmpp>=0"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"