summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-06-23 07:46:52 +0000
committeradam <adam@pkgsrc.org>2017-06-23 07:46:52 +0000
commit7435c54545a8f52ebca07c3fa75795355a4d1865 (patch)
treee0f8e162c677e9a13e7fe7808bc3c73f54a40bbc /sysutils
parent4aadda7302d1358759d4221b6a4aceb9f84dadd9 (diff)
downloadpkgsrc-7435c54545a8f52ebca07c3fa75795355a4d1865.tar.gz
Changes 0.5.2:
Bug fixes.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-ptyprocess/DESCR4
-rw-r--r--sysutils/py-ptyprocess/Makefile6
-rw-r--r--sysutils/py-ptyprocess/distinfo10
3 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/py-ptyprocess/DESCR b/sysutils/py-ptyprocess/DESCR
index 761df4a67a2..0df8ce646bd 100644
--- a/sysutils/py-ptyprocess/DESCR
+++ b/sysutils/py-ptyprocess/DESCR
@@ -2,7 +2,7 @@ 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
+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.
diff --git a/sysutils/py-ptyprocess/Makefile b/sysutils/py-ptyprocess/Makefile
index b517ce1a048..16558f0e24b 100644
--- a/sysutils/py-ptyprocess/Makefile
+++ b/sysutils/py-ptyprocess/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/04/23 03:48:20 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/23 07:46:52 adam Exp $
-DISTNAME= ptyprocess-0.5.1
+DISTNAME= ptyprocess-0.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PYPI:=p/ptyprocess/}
@@ -10,5 +10,7 @@ HOMEPAGE= https://github.com/pexpect/ptyprocess
COMMENT= Run a subprocess in a pseudo terminal
LICENSE= isc
+USE_LANGUAGES= # none
+
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/py-ptyprocess/distinfo b/sysutils/py-ptyprocess/distinfo
index 9410dac0c9f..222ae013c99 100644
--- a/sysutils/py-ptyprocess/distinfo
+++ b/sysutils/py-ptyprocess/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/23 03:48:20 markd Exp $
+$NetBSD: distinfo,v 1.2 2017/06/23 07:46:52 adam 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
+SHA1 (ptyprocess-0.5.2.tar.gz) = 30b860d5509191d657397c312f2351f9559c5f4e
+RMD160 (ptyprocess-0.5.2.tar.gz) = 929a28a6627b8449ada87e4606c63517d3d5b620
+SHA512 (ptyprocess-0.5.2.tar.gz) = cb4e70855d388a6ff691e2a244c072a5a50cf39cdf727e3a4218817bf5ac722c4b49f0dbfd80204259998eba137492690759b8908bfea925842b9f7fc83ee553
+Size (ptyprocess-0.5.2.tar.gz) = 69297 bytes