New package: python-pexpect-3.0.
This commit is contained in:
parent
c777ec3d3f
commit
461c6356c5
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python-pexpect/template
Normal file
23
srcpkgs/python-pexpect/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue