Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27437

Added Files:
        pexpect-py.info 
Log Message:
move to stable to satisfy dependencies


--- NEW FILE: pexpect-py.info ---
Info2: <<

#=========================================================================
# $Id: pexpect-py.info 352 2005-11-21 18:26:15Z matt $
Package: pexpect-py%type_pkg[python]
Version: 2.3
Revision: 1
Distribution: (%type_pkg[python] = 23) 10.3, (%type_pkg[python] = 23) 10.4
Type: python(2.3 2.4 2.5)
Description: Pure Python expect-like interface
License: OSI-Approved
HomePage: http://pexpect.sourceforge.net/
Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
#=========================================================================

#---- Dependencies -------------------------------------------------------

Depends: python%type_pkg[python] | python%type_pkg[python]-nox

#---- Unpack phase -------------------------------------------------------

Source: mirror:sourceforge:pexpect/pexpect-%v.tar.gz
Source-MD5: bf107cf54e67bc6dec5bea1f3e6a65c3
#Source2: mirror:sourceforge:pexpect/pexpect-%v-examples.tgz
#Source2-MD5: bd50df4f2b17e32d4405ab76b3fa4ecb

#---- Compile phase ------------------------------------------------------

CompileScript: <<
#!/bin/sh -ex
'%p/bin/python%type_raw[python]' setup.py build
<<

#---- Install phase ------------------------------------------------------

DocFiles: README

InstallScript: <<
#!/bin/sh -ex
'%p/bin/python%type_raw[python]' setup.py install \
    --optimize=2 \
    '--prefix=%p' \
    '--root=%d'

install -d -m 700 '%i/share/doc/%n'
cp -Rip examples '%i/share/doc/%n'
rm -fr '%i/share/doc/%n/examples/CVS'
chmod -R go-rstwx,a+Xr '%i/share/doc/%n'
<<

#---- Documentation ------------------------------------------------------

DescDetail: <<
>From http://pexpect.sourceforge.net/:

Pexpect makes Python a better tool for controlling other applications.

Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their output.
Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn
a child application and control it as if a human were typing commands.

Pexpect can be used for automating interactive applications such as ssh,
ftp, passwd, telnet, etc. It can be used to a automate setup scripts for
duplicating software package installations on different servers. It can be
used for automated software testing. Pexpect is in the spirit of Don
Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like
modules for Python, Pexpect does not require TCL or Expect nor does it
require C extensions to be compiled. It should work on any platform that
supports the standard Python pty module. The Pexpect interface was
designed to be easy to use.
<<

<<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to