vp-build/srcpkgs/python-nbxmpp/template

27 lines
750 B
Bash

# Template file for 'python-nbxmpp'
pkgname=python-nbxmpp
version=0.6.8
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
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-2.0-or-later"
homepage="https://python-nbxmpp.gajim.org/"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
checksum=8c2b4b8aac1a8c6d07c1e30af542fde20a70a9b8c7c04017e9cea0db654437c6
python3-nbxmpp_package() {
noarch=yes
depends="python3-openssl"
pycompile_module="nbxmpp"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}