pkgsrc/sysutils/py-ptyprocess/Makefile
markd 83dbf21ba7 Add py-ptyprocess 0.5.1
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.
2017-04-23 03:48:20 +00:00

14 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/04/23 03:48:20 markd Exp $
DISTNAME= ptyprocess-0.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PYPI:=p/ptyprocess/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pexpect/ptyprocess
COMMENT= Run a subprocess in a pseudo terminal
LICENSE= isc
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"