diff --git a/srcpkgs/python-nbxmpp/template b/srcpkgs/python-nbxmpp/template index f3b98d7db2a..2393dbbc4c5 100644 --- a/srcpkgs/python-nbxmpp/template +++ b/srcpkgs/python-nbxmpp/template @@ -1,12 +1,11 @@ # Template file for 'python-nbxmpp' pkgname=python-nbxmpp version=0.5.4 -revision=2 +revision=3 noarch=yes wrksrc=${pkgname#*-}-${version} build_style=python-module -python_versions="2.7 3.4" -hostmakedepends="python-setuptools python3.4-setuptools" +hostmakedepends="python-setuptools python3-setuptools" depends="python" pycompile_module="nbxmpp" short_desc="Non blocking Jabber/XMPP module (Python2)" @@ -16,13 +15,19 @@ homepage="https://python-nbxmpp.gajim.org/" distfiles="${PYPI_SITE}/n/nbxmpp/nbxmpp-${version}.tar.gz" checksum=0a85f92a23c7adea1ae932b5e9e0a4ee586ca79a4d0ebd0294b1b095d9314379 -python3.4-nbxmpp_package() { +python3-nbxmpp_package() { noarch=yes - depends="python3.4" - pycompile_version="3.4" + depends="python3" pycompile_module="nbxmpp" - short_desc="${short_desc/Python2/Python3.4}" + replaces="python3.4-nbxmpp>=0" + short_desc="${short_desc/Python2/Python3}" pkg_install() { - vmove usr/lib/python3.4 + 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}" +} diff --git a/srcpkgs/python3-nbxmpp b/srcpkgs/python3-nbxmpp new file mode 120000 index 00000000000..ceb4d295ad5 --- /dev/null +++ b/srcpkgs/python3-nbxmpp @@ -0,0 +1 @@ +python-nbxmpp \ No newline at end of file