python-nbxmpp: add python3.4 subpkg
This commit is contained in:
parent
0665203bc9
commit
2bd4c2cdf8
|
@ -1,15 +1,28 @@
|
|||
# Template file for 'python-nbxmpp'
|
||||
pkgname=python-nbxmpp
|
||||
version=0.5.2
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc=${pkgname#*-}-${version}
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
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>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-nbxmpp
|
Loading…
Reference in New Issue