34 lines
937 B
Bash
34 lines
937 B
Bash
# Template file for 'python-nbxmpp'
|
|
pkgname=python-nbxmpp
|
|
version=0.5.5
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc=${pkgname#*-}-${version}
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
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=66d77fc50dc55b8d9722c3da21c1a1ba282f782c17f5c27488d112daf2cfdfbe
|
|
|
|
python3-nbxmpp_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="nbxmpp"
|
|
replaces="python3.4-nbxmpp>=0"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
}
|
|
}
|
|
python3.4-nbxmpp_package() {
|
|
noarch=yes
|
|
build_style=meta
|
|
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
|
depends="python3-nbxmpp>=${version}_${revision}"
|
|
}
|