pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-ptyprocess Changes 0.5.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cd816879476
branches:  trunk
changeset: 364284:4cd816879476
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 23 07:46:52 2017 +0000

description:
Changes 0.5.2:
Bug fixes.

diffstat:

 sysutils/py-ptyprocess/DESCR    |   4 ++--
 sysutils/py-ptyprocess/Makefile |   6 ++++--
 sysutils/py-ptyprocess/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r b3a4a52283b5 -r 4cd816879476 sysutils/py-ptyprocess/DESCR
--- a/sysutils/py-ptyprocess/DESCR      Fri Jun 23 07:42:24 2017 +0000
+++ b/sysutils/py-ptyprocess/DESCR      Fri Jun 23 07:46:52 2017 +0000
@@ -2,7 +2,7 @@
 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 -r b3a4a52283b5 -r 4cd816879476 sysutils/py-ptyprocess/Makefile
--- a/sysutils/py-ptyprocess/Makefile   Fri Jun 23 07:42:24 2017 +0000
+++ b/sysutils/py-ptyprocess/Makefile   Fri Jun 23 07:46:52 2017 +0000
@@ -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 @@
 COMMENT=       Run a subprocess in a pseudo terminal
 LICENSE=       isc
 
+USE_LANGUAGES=         # none
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b3a4a52283b5 -r 4cd816879476 sysutils/py-ptyprocess/distinfo
--- a/sysutils/py-ptyprocess/distinfo   Fri Jun 23 07:42:24 2017 +0000
+++ b/sysutils/py-ptyprocess/distinfo   Fri Jun 23 07:46:52 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index