pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-ptyprocess



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index