From 461c6356c5ef4971004704ab00ea521f897d0a16 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Dec 2013 16:56:32 +0100 Subject: [PATCH] New package: python-pexpect-3.0. --- srcpkgs/python-pexpect/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/python-pexpect/template diff --git a/srcpkgs/python-pexpect/template b/srcpkgs/python-pexpect/template new file mode 100644 index 00000000000..94dffe1e955 --- /dev/null +++ b/srcpkgs/python-pexpect/template @@ -0,0 +1,23 @@ +# Template file for 'python-pexpect' +pkgname=python-pexpect +version=3.0 +revision=1 +wrksrc="${pkgname/python-}-${version}" +build_style=python-module +hostmakedepends="python" +makedepends="python-devel" +short_desc="Python module for spawning child applications and controlling them" +maintainer="Juan RP " +homepage="http://pexpect.readthedocs.org/en/latest/" +license="MIT" +distfiles="http://pypi.python.org/packages/source/p/${pkgname/python-/}/${pkgname/python-/}-${version}.tar.gz" +checksum=1d6cee0fa5ab212f9ddac9852bab0df5fff11a173ed1bfde9346d5c8aa42d14c + +python-pexpect_package() { + noarch=yes + pycompile_module="screen.py pxssh.py ANSI.py FSM.py fdpexpect.py pyexpect" + depends="python" + pkg_install() { + vmove all + } +}