From d1f63206decf71b5a70fe0499bcc4b9a0b101acd Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 09:44:31 +0200 Subject: [PATCH] python-terminado: rebuild for Python 3.5 Switch to python3-* pkgs. Convert python3.4-* pkg into dummy pkg. --- srcpkgs/python-terminado/template | 21 +++++++++++++-------- srcpkgs/python3-terminado | 1 + 2 files changed, 14 insertions(+), 8 deletions(-) create mode 120000 srcpkgs/python3-terminado diff --git a/srcpkgs/python-terminado/template b/srcpkgs/python-terminado/template index 7e25bd40e2b..694d59f44fd 100644 --- a/srcpkgs/python-terminado/template +++ b/srcpkgs/python-terminado/template @@ -1,12 +1,11 @@ # Template file for 'python-terminado' pkgname=python-terminado version=0.6 -revision=1 +revision=2 noarch=yes wrksrc="terminado-${version}" build_style=python-module -python_versions="2.7 3.4" -hostmakedepends="python-setuptools python3.4-setuptools" +hostmakedepends="python-setuptools python3-setuptools" depends="python-ptyprocess python-tornado" pycompile_module="terminado" short_desc="Terminals served to term.js using Tornado websockets (Python2)" @@ -16,13 +15,19 @@ license="BSD" distfiles="${PYPI_SITE}/t/terminado/terminado-${version}.tar.gz" checksum=2c0ba1f624067dccaaead7d2247cfe029806355cef124dc2ccb53c83229f0126 -python3.4-terminado_package() { +python3-terminado_package() { noarch=yes - depends="python3.4-ptyprocess python3.4-tornado" - pycompile_version="3.4" + depends="python3-ptyprocess python3-tornado" + replaces="python3.4-terminado>=0" pycompile_module="terminado" - short_desc="${short_desc/Python2/Python3.4}" + short_desc="${short_desc/Python2/Python3}" pkg_install() { - vmove usr/lib/python3.4 + vmove usr/lib/python3* } } +python3.4-terminado_package() { + noarch=yes + build_style=meta + short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" + depends="python3-terminado>=${version}_${revision}" +} diff --git a/srcpkgs/python3-terminado b/srcpkgs/python3-terminado new file mode 120000 index 00000000000..0fb808d8fc5 --- /dev/null +++ b/srcpkgs/python3-terminado @@ -0,0 +1 @@ +python-terminado \ No newline at end of file