Port details |
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.0_1 13 May 2024 14:03:57 |
Po-Chuan Hsieh (sunpoet) |
misc/py-pexpect: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
4.9.0 27 Nov 2023 18:46:33 |
Po-Chuan Hsieh (sunpoet) |
misc/py-pexpect: Convert to USE_PYTHON=unittest |
4.9.0 27 Nov 2023 18:07:55 |
Po-Chuan Hsieh (sunpoet) |
misc/py-pexpect: Update to 4.9.0
- Update WWW
Changes: https://github.com/pexpect/pexpect/releases
https://pexpect.readthedocs.io/en/stable/history.html |
4.8.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.8.0_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.8.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.8.0_1 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
4.8.0_1 27 Sep 2021 15:49:50 |
Stefan Eßer (se) |
misc/py-pexpect: fix most of the test cases
A number of test cases included in the pexpect distribution failed on
FreeBSD. The patches included in the commit fix most of these tests.
One of the tests used /bin/bash and long options for the nl command.
Other tests assumed pipe buffers larger than provided by FreeBSD.
3 tests are still failing:
tests/test_replwrap.py::REPLWrapTestCase::test_existing_spawn FAILED
The text received contains bracketed paste escape characters when
a bash version 5.1 or newer is installed. There may be another problem
with this test, though, since it seems to depend on some bash rc file (Only the first 15 lines of the commit message are shown above ) |
4.8.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.8.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.8.0 23 Jan 2020 04:22:00 |
sunpoet |
Update to 4.8.0
Changes: https://github.com/pexpect/pexpect/blob/master/doc/history.rst
https://pexpect.readthedocs.io/en/stable/history.html#releases |
4.7.0 07 Apr 2019 20:06:24 |
sunpoet |
Update to 4.7.0
- Update COMMENT
- Add LICENSE_FILE
- Update pkg-descr
- Take maintainership
Changes: https://github.com/pexpect/pexpect/blob/master/doc/history.rst
https://pexpect.readthedocs.io/en/stable/history.html#releases |
4.6.0 06 Apr 2019 14:45:28 |
sunpoet |
Add NO_ARCH |
4.6.0 30 Jul 2018 12:16:55 |
rm |
misc/py-pexpect: update to 4.6.0
async is the registered keyword since python 3.7, so current version of pexpect
fails to work with py37:
File "/usr/local/lib/python3.7/site-packages/pexpect/spawnbase.py", line 224
def expect(self, pattern, timeout=-1, searchwindowsize=-1, async=False):
^
SyntaxError: invalid syntax
*** Error code 1
Update to latest version solves the issue.
Also pass maintainership to python@ at maintainer's request
PR: 230188
Approved by: wg (maintainer) |
4.2.1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
4.2.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
4.2.1 07 Jun 2017 15:43:29 |
woodsb02 |
[NEW] misc/py3-pexpect: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now
requiring chardet, idna, urllib3 and certifi from ports.
www/py3-requests port was not tested during QA, which would have highlighted
the need for many new py3-* ports (and their dependencies).
This change creates one of those ports.
[1] https://svnweb.freebsd.org/changeset/ports/442565
PR: 219833 |
4.2.1 14 Feb 2017 16:27:39 |
lwhsu |
- Update to 4.2.1
- Update WWW
PR: 217089
Submitted by: lwhsu
Approved by: wg (maintainer) |
3.3 20 Oct 2014 17:59:38 |
mva |
- Convert ports of misc/ to new USES=python
Approved by: portmgr (implicit) |
3.3 27 Jun 2014 15:47:26 |
wg |
misc/py-pexpect: update to 3.3 |
3.2 24 May 2014 12:47:05 |
wg |
misc/py-pexpect: update to 3.2
PR: ports/189708
Submitted by: Bartek Rutkowski <ports at robakdesign com> |
3.1 01 Apr 2014 11:31:54 |
demon |
Fix for python3: all integers are "long".
With python2, if a number does not fit into "short int", it is
automatically promoted to "long".
No objection from: wg (maintainer) |
3.1 23 Jan 2014 15:44:14 |
wg |
misc/py-pexpect: update to 3.1 |
3.0 26 Dec 2013 10:39:19 |
wg |
misc/py-pexpect: update to 3.0 and add license |
2.4_1 12 Nov 2013 10:32:58 |
wg |
misc/py-pexpect: allow staging
- Allow staging
- Use auto python plist
- Take maintainership |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
2.4_1 25 Mar 2013 18:44:20 |
eadler |
Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
- Ordering if of items in Makefile
- Trim headers
- Comment should not begin with leading article
- Pet portlint |
2.4_1 18 Nov 2011 23:30:13 |
ehaupt |
Remove trailing whitespaces.
Feature safe: yes |
2.4_1 17 Jun 2011 06:50:08 |
bapt |
remove broken master_site from the list |
2.4_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.4_1 19 Jul 2010 22:05:23 |
jkim |
Remove a horrid hack to convert termios.TIOCSWINSZ to a signed integer.
All Python interpreters in the ports do not need this hack any more. |
2.4 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
2.4 18 Dec 2008 02:24:04 |
linimon |
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr |
2.4 17 Dec 2008 15:14:42 |
pav |
- Update to 2.4
PR: ports/126641
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer timeout (dryice; 4 months) |
2.3 18 Jan 2008 02:54:01 |
dryice |
Fix plist. Thanks pav@ for the notice |
2.3 14 Jan 2008 02:45:28 |
dryice |
- update to 2.3
- update my mail address |
2.1 15 Jun 2006 11:04:06 |
miwi |
Remove useless patches
Approved by: krion (mentor), maintainer |
2.1 14 Jun 2006 15:23:30 |
miwi |
Update to 2.1
Take maintainership
PR: ports/98927
Submitted by: Dryice Liu
Approved by: krion (mentor) |
0.999 25 Nov 2005 16:09:33 |
pav |
- Add SHA256 |
0.999 10 May 2004 19:27:15 |
linimon |
Update to 0.999 and work around buggy getpid() implementations in compiler.
PR: ports/65846
Submitted by: Marco Molteni <mmolteni@cisco.com> |
0.99 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.99 10 Jan 2004 09:32:25 |
krion |
- Update to 0.99
PR: 61157
Submitted by: Lars Erik Gullerud <lerik@nolink.net> |
0.98 21 Aug 2003 05:06:15 |
daichi |
update misc/py-pexpect: 0.95 -> 0.98
PR: 55799
Submitted by: Marco Molteni <molter@tin.it> |
0.95 20 Feb 2003 18:46:39 |
knu |
De-pkg-comment. |
0.95 11 Jan 2003 16:07:44 |
ijliao |
add py-pexpect 0.95
A Pure Python Expect-like module |