summaryrefslogtreecommitdiff
path: root/sysutils/py-ptyprocess/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-01-09egg.mk: remove --single-version-externally-managedwiz1-6/+1
setuptools has this as default when --root is used (since version 0.6a11).
2022-01-07fix typotnn1-2/+2
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-2/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-01py-ptyprocess: fix package for python 2.7wiz1-1/+6
2022-01-01py-ptyprocess: convert to egg.mkmartin1-2/+3
Bump PKGREVISION.
2021-03-20py-ptyprocess: updated to 0.7.0adam1-2/+2
0.7.0: Add pass_fds parameters Switch to Github actions for CI
2018-07-06py-ptyprocess: updated to 0.6.0adam1-4/+7
0.6.0: Pull requests
2017-06-23Changes 0.5.2:adam1-2/+4
Bug fixes.
2017-04-23Add py-ptyprocess 0.5.1markd1-0/+14
Launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. Sometimes, piping stdin and stdout is not enough. There might be a password prompt that doesn’t read from stdin, output that changes when it’s going to a pipe rather than a terminal, or curses-style interfaces that rely on a terminal. If you need to automate these things, running the process in a pseudo terminal (pty) is the answer.