Port details on branch 2024Q4 |
- py-pexpect Python module for controlling interactive programs in pseudo-terminal
- 4.9.0_1 misc =10 4.9.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2003-01-11 16:08:10
- Last Update: 2024-05-13 14:03:57
- Commit Hash: 4cb9596
- People watching this port, also watch:: gnupg, sqlite3, glib, lame, flac
- Also Listed In: python
- License: ISCL
- WWW:
- https://pexpect.readthedocs.io/en/stable/
- https://github.com/pexpect/pexpect
- Description:
- 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 main features of Pexpect require the pty module in the Python standard
library, which is only available on Unix-like systems. Some features -- waiting
for patterns from file descriptors or subprocesses -- waiting for patterns from
file descriptors or subprocesses.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-pexpect/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-pexpect
- pkg install py39-pexpect
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pexpect listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pexpect
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1701083398
SHA256 (pexpect-4.9.0.tar.gz) = ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f
SIZE (pexpect-4.9.0.tar.gz) = 166450
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-ptyprocess>=0.5 : sysutils/py-ptyprocess@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- devel/llvm-devel
- devel/llvm19
- games/py-pychess
- math/cvc5
- math/sage
- net-mgmt/fence-agents
- sysutils/catfish
-
Deleted ports which required this port:
- for Run
-
- devel/ipython
- devel/py-hatch
- devel/py-poetry
- devel/py-riot
- devel/spyder
- editors/setzer
- games/py-pychess
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- misc_py-pexpect
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|