void-packages/srcpkgs/python-nbxmpp/template
maxice8 e552bfc399 python-nbxmpp: update to 0.6.2.
Closes: #10397 [via git-merge-pr]
2018-01-04 09:00:39 +01:00

27 lines
750 B
Bash

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