| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-09 | egg.mk: remove --single-version-externally-managed | wiz | 1 | -6/+1 | |
| setuptools has this as default when --root is used (since version 0.6a11). | |||||
| 2022-01-07 | fix typo | tnn | 1 | -2/+2 | |
| 2022-01-04 | *: bump PKGREVISION for egg.mk users | wiz | 1 | -2/+2 | |
| They now have a tool dependency on py-setuptools instead of a DEPENDS | |||||
| 2022-01-01 | py-ptyprocess: fix package for python 2.7 | wiz | 1 | -1/+6 | |
| 2022-01-01 | py-ptyprocess: convert to egg.mk | martin | 1 | -2/+3 | |
| Bump PKGREVISION. | |||||
| 2021-03-20 | py-ptyprocess: updated to 0.7.0 | adam | 1 | -2/+2 | |
| 0.7.0: Add pass_fds parameters Switch to Github actions for CI | |||||
| 2018-07-06 | py-ptyprocess: updated to 0.6.0 | adam | 1 | -4/+7 | |
| 0.6.0: Pull requests | |||||
| 2017-06-23 | Changes 0.5.2: | adam | 1 | -2/+4 | |
| Bug fixes. | |||||
| 2017-04-23 | Add py-ptyprocess 0.5.1 | markd | 1 | -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. | |||||
