./devel/py-pexpect, Pure Python Expect-like module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.9.0, Package name: py311-pexpect-4.9.0, Maintainer: minskim

Pexpect makes Python a better glue for controlling child 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. The
Pexpect interface was designed to be easy to use.


Required to run:
[sysutils/py-ptyprocess] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 162.549 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-26 15:45:28 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-pexpect: revert wheelification for now
   2023-11-26 13:30:46 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-pexpect: convert to wheel.mk

Mark as not for Python 2.

Add a missing test dependency, but tests hangs for me.

Bump PKGREVISION.
   2023-11-26 11:04:16 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-pexpect: updated to 4.9.0

4.9.0

Add support for Python 3.12
Clean up temporary files after UnicodeTests
Add Python 3.5, 3.6 and 3.12.0-rc.1 to test matrix
Set prompt correctly for zsh
Add zsh convenience function to replwrap module
Rework async unittests to rely on unittest.IsolatedAsyncioTestCase
Make test_expect.py work on POSIX systems that are not Linux based
Add support for socket, which allows sockets to be used crossplatform
Update async to work on newer versions of python
Remove deprecated RSAAuthentication option (SSHv1)
Multiple CI fixes
Use Github Actions for CI
Remove pytest-capturelog from testing requirements
Fix usage for Solaris
Fix threading for new versions of python
Fix documentation builds for use with Sphinx 3
Use sys.executable for tests and wrapper, allowing the calling python executable \ 
to be used instead
Update documentation about Wexpect
Added project urls to setup.py
Provide examples for how to use Pexpect and Pyte
Coerce compiled regex patterns type according to spawn encoding
Several doc updates
   2022-01-14 18:52:07 by Thomas Klausner | Files touched by this commit (146)
Log message:
*: python2 egg files are back, add them to the PLISTs
   2022-01-09 12:58:16 by Thomas Klausner | Files touched by this commit (22)
Log message:
egg.mk: remove --single-version-externally-managed

setuptools has this as default when --root is used (since version 0.6a11).
   2022-01-07 12:46:59 by Tobias Nygren | Files touched by this commit (21)
Log message:
fix typo
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2022-01-01 18:43:42 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-pexpect: fix for python 2.7