          MODULE=python-pexpect
         VERSION=4.9.0
          SOURCE=pexpect-$VERSION.tar.gz
      SOURCE_URL=https://pypi.python.org/packages/source/p/pexpect
      SOURCE_VFY=sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f
SOURCE_DIRECTORY=$BUILD_DIRECTORY/pexpect-$VERSION
        WEB_SITE=http://pexpect.readthedocs.org/
            TYPE=python3
        REPLACES=pexpect
         ENTERED=20150817
         UPDATED=20240219
           SHORT="control interactive console apps from Python"

cat << EOF
Pexpect allows easy control of interactive console 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.
EOF
