Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 575E07A234 for ; Sun, 23 Apr 2017 03:48:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0642784DD2; Sun, 23 Apr 2017 03:48:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88B8184D9D for ; Sun, 23 Apr 2017 03:48:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id t10lL2078B2G for ; Sun, 23 Apr 2017 03:48:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0502884D7F for ; Sun, 23 Apr 2017 03:48:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DF8EFBE4; Sun, 23 Apr 2017 03:48:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1492919300182470" MIME-Version: 1.0 Date: Sun, 23 Apr 2017 03:48:20 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/sysutils/py-ptyprocess To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20170423034820.7DF8EFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1492919300182470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: markd Date: Sun Apr 23 03:48:20 UTC 2017 Added Files: pkgsrc/sysutils/py-ptyprocess: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/py-ptyprocess/DESCR \ pkgsrc/sysutils/py-ptyprocess/Makefile \ pkgsrc/sysutils/py-ptyprocess/PLIST \ pkgsrc/sysutils/py-ptyprocess/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1492919300182470 Content-Disposition: inline Content-Length: 2748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=utf-8 Added files: Index: pkgsrc/sysutils/py-ptyprocess/DESCR diff -u /dev/null pkgsrc/sysutils/py-ptyprocess/DESCR:1.1 --- /dev/null Sun Apr 23 03:48:20 2017 +++ pkgsrc/sysutils/py-ptyprocess/DESCR Sun Apr 23 03:48:20 2017 @@ -0,0 +1,8 @@ +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. Index: pkgsrc/sysutils/py-ptyprocess/Makefile diff -u /dev/null pkgsrc/sysutils/py-ptyprocess/Makefile:1.1 --- /dev/null Sun Apr 23 03:48:20 2017 +++ pkgsrc/sysutils/py-ptyprocess/Makefile Sun Apr 23 03:48:20 2017 @@ -0,0 +1,14 @@ +# $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" Index: pkgsrc/sysutils/py-ptyprocess/PLIST diff -u /dev/null pkgsrc/sysutils/py-ptyprocess/PLIST:1.1 --- /dev/null Sun Apr 23 03:48:20 2017 +++ pkgsrc/sysutils/py-ptyprocess/PLIST Sun Apr 23 03:48:20 2017 @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1 2017/04/23 03:48:20 markd Exp $ +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/ptyprocess/__init__.py +${PYSITELIB}/ptyprocess/__init__.pyc +${PYSITELIB}/ptyprocess/__init__.pyo +${PYSITELIB}/ptyprocess/_fork_pty.py +${PYSITELIB}/ptyprocess/_fork_pty.pyc +${PYSITELIB}/ptyprocess/_fork_pty.pyo +${PYSITELIB}/ptyprocess/ptyprocess.py +${PYSITELIB}/ptyprocess/ptyprocess.pyc +${PYSITELIB}/ptyprocess/ptyprocess.pyo +${PYSITELIB}/ptyprocess/util.py +${PYSITELIB}/ptyprocess/util.pyc +${PYSITELIB}/ptyprocess/util.pyo Index: pkgsrc/sysutils/py-ptyprocess/distinfo diff -u /dev/null pkgsrc/sysutils/py-ptyprocess/distinfo:1.1 --- /dev/null Sun Apr 23 03:48:20 2017 +++ pkgsrc/sysutils/py-ptyprocess/distinfo Sun Apr 23 03:48:20 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/04/23 03:48:20 markd Exp $ + +SHA1 (ptyprocess-0.5.1.tar.gz) = 3290062d67ef8a2f136bff9c2cd106673ff21316 +RMD160 (ptyprocess-0.5.1.tar.gz) = 7a867d6f5b6d90b2cdeef03d7a6211572ae9f118 +SHA512 (ptyprocess-0.5.1.tar.gz) = 9e7481e8e3facde73086ef0728a57516a15b6bc2a5fb6bf6d6f892c396c9376d9d6334ee37737f3469929c4086d5678a2c5deaf44d70589d41644a98f2239dad +Size (ptyprocess-0.5.1.tar.gz) = 68474 bytes --_----------=_1492919300182470--