pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pexpect py-pexpect: updated to 4.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba8ebed5921d
branches:  trunk
changeset: 372636:ba8ebed5921d
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 13 07:36:22 2017 +0000

description:
py-pexpect: updated to 4.3.1

Version 4.3.1
* When launching bash for :mod:pexpect.replwrap, load the system bashrc
  from a couple of different common locations, and then unset
  the PROMPT_COMMAND environment variable, which can interfere with the
  prompt we're expecting

diffstat:

 devel/py-pexpect/Makefile |   8 ++++----
 devel/py-pexpect/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r f1e6edee1a05 -r ba8ebed5921d devel/py-pexpect/Makefile
--- a/devel/py-pexpect/Makefile Tue Dec 12 23:57:29 2017 +0000
+++ b/devel/py-pexpect/Makefile Wed Dec 13 07:36:22 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/11/10 07:51:58 adam Exp $
+# $NetBSD: Makefile,v 1.21 2017/12/13 07:36:22 adam Exp $
 
-DISTNAME=      pexpect-4.3.0
+DISTNAME=      pexpect-4.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pexpect/}
@@ -10,9 +10,9 @@
 COMMENT=       Pure Python Expect-like module
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+DEPENDS+=      ${PYPKGPREFIX}-ptyprocess>=0.5:../../sysutils/py-ptyprocess
 
-DEPENDS+=      ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess
+USE_LANGUAGES= # none
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f1e6edee1a05 -r ba8ebed5921d devel/py-pexpect/distinfo
--- a/devel/py-pexpect/distinfo Tue Dec 12 23:57:29 2017 +0000
+++ b/devel/py-pexpect/distinfo Wed Dec 13 07:36:22 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/11/10 07:51:58 adam Exp $
+$NetBSD: distinfo,v 1.11 2017/12/13 07:36:22 adam Exp $
 
-SHA1 (pexpect-4.3.0.tar.gz) = 0eab7b4daeba6007697d964ff70409b816a72b13
-RMD160 (pexpect-4.3.0.tar.gz) = 69e9ddcbb6c29a38558f7c62572b975d3a9c37ca
-SHA512 (pexpect-4.3.0.tar.gz) = 26ee26d5b2054e906e5aa36eb077f84b8c7f8f39bb1f211e40a62b8d8c4048631a4e08105a4c17e1c23548d5e9b47fafbc095a37d5363210919de0ca074d225b
-Size (pexpect-4.3.0.tar.gz) = 146576 bytes
+SHA1 (pexpect-4.3.1.tar.gz) = 8f2f0d6f4a1688107dcaf0c17136e645f7de499d
+RMD160 (pexpect-4.3.1.tar.gz) = 991f3e7310bc4b56e63812dd16dba73267f09df2
+SHA512 (pexpect-4.3.1.tar.gz) = eb1416aa1f803d52a3c3663ea1b982f34489d1924df44bf2d36ba63699fa8c98c04437f4bf49a312dfcd01c35b062acb93095fcde7055595fd4c11b933039cff
+Size (pexpect-4.3.1.tar.gz) = 146852 bytes



Home | Main Index | Thread Index | Old Index