From 8c4b78a27a903382b7ef005bb723db0b7e9bd8f0 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 8 Oct 2015 08:00:00 +0200 Subject: [PATCH] python-pexpect: update to 4.0.1 --- srcpkgs/python-pexpect/template | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/srcpkgs/python-pexpect/template b/srcpkgs/python-pexpect/template index 4c83d03d10a..07c028973c6 100644 --- a/srcpkgs/python-pexpect/template +++ b/srcpkgs/python-pexpect/template @@ -1,24 +1,23 @@ # Template file for 'python-pexpect' pkgname=python-pexpect -version=3.3 -revision=2 +version=4.0.1 +revision=1 noarch=yes wrksrc="${pkgname/python-}-${version}" build_style=python-module python_versions="2.7 3.4" -hostmakedepends="python-devel python3.4-devel" -makedepends="${hostmakedepends}" -depends="python" -pycompile_module="screen.py pxssh.py ANSI.py FSM.py fdpexpect.py pexpect" +hostmakedepends="python-setuptools python3.4-setuptools" +depends="python-ptyprocess" +pycompile_module="pexpect" short_desc="Python2 module for spawning child applications and controlling them" maintainer="Juan RP " homepage="http://pexpect.readthedocs.org/" license="ISC" distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz" -checksum=dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba +checksum=232795ebcaaf2e120396dbbaa3a129eda51757eeaae1911558f4ef8ee414fc6c pre_build() { - sed -i '1d' pexpect/FSM.py + sed -i '/^#!/d' pexpect/FSM.py } post_install() { vlicense LICENSE @@ -26,12 +25,12 @@ post_install() { python3.4-pexpect_package() { noarch=yes - depends="python3.4" + depends="python3.4-ptyprocess" pycompile_version="3.4" - pycompile_module="screen.py pxssh.py ANSI.py FSM.py fdpexpect.py pexpect" + pycompile_module="pexpect" short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 - vlicense ${wrksrc}/LICENSE + vlicense LICENSE } }