python-nbxmpp: add python3.4 subpkg

This commit is contained in:
Alessio Sergi 2015-02-03 19:29:15 +01:00
parent 0665203bc9
commit 2bd4c2cdf8
2 changed files with 17 additions and 3 deletions

View file

@ -1,15 +1,28 @@
# Template file for 'python-nbxmpp' # Template file for 'python-nbxmpp'
pkgname=python-nbxmpp pkgname=python-nbxmpp
version=0.5.2 version=0.5.2
revision=1 revision=2
noarch=yes noarch=yes
wrksrc=${pkgname#*-}-${version} wrksrc=${pkgname#*-}-${version}
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools" python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python" depends="python"
short_desc="Non blocking Jabber/XMPP module" pycompile_module="nbxmpp"
short_desc="Non blocking Jabber/XMPP module (Python2)"
maintainer="Duncaen <mail@duncano.de>" maintainer="Duncaen <mail@duncano.de>"
license="GPL-3" license="GPL-3"
homepage="https://python-nbxmpp.gajim.org/" homepage="https://python-nbxmpp.gajim.org/"
distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz" distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz"
checksum=de949b181a0f7b430103e1ef4957dab1283be01938986f13bfbe257a54f540ec 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
}
}

1
srcpkgs/python3.4-nbxmpp Symbolic link
View file

@ -0,0 +1 @@
python-nbxmpp