void-packages/srcpkgs/python-nbxmpp/template
2015-02-03 19:30:16 +01:00

29 lines
774 B
Bash

# Template file for 'python-nbxmpp'
pkgname=python-nbxmpp
version=0.5.2
revision=2
noarch=yes
wrksrc=${pkgname#*-}-${version}
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python"
pycompile_module="nbxmpp"
short_desc="Non blocking Jabber/XMPP module (Python2)"
maintainer="Duncaen <mail@duncano.de>"
license="GPL-3"
homepage="https://python-nbxmpp.gajim.org/"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
checksum=de949b181a0f7b430103e1ef4957dab1283be01938986f13bfbe257a54f540ec
python3.4-nbxmpp_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="nbxmpp"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}