python-nbxmpp: update to 0.6.6. (#14016)

This commit is contained in:
maxice8 2018-05-21 07:19:56 -03:00 committed by Alessio Sergi
parent cfcc93bc35
commit 873e7efe4c
1 changed files with 8 additions and 8 deletions

View File

@ -1,26 +1,26 @@
# Template file for 'python-nbxmpp'
pkgname=python-nbxmpp
version=0.6.4
version=0.6.6
revision=1
noarch=yes
wrksrc=${pkgname#*-}-${version}
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python python-openssl"
pycompile_module="nbxmpp"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-openssl"
short_desc="Non blocking Jabber/XMPP module (Python2)"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-3"
license="GPL-2.0-or-later"
homepage="https://python-nbxmpp.gajim.org/"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
checksum=61c42b9c7dc4adc3776671e81f03432af4d33502802487621d90aa11ccad2e8b
checksum=d0e2830c75c5fa74871995f0be4c5ef2477e696f6ac38b4414170f86bd06e62e
python3-nbxmpp_package() {
noarch=yes
depends="python3 python3-openssl"
depends="python3-openssl"
pycompile_module="nbxmpp"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vmove "usr/lib/python3*"
}
}