pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pexpect



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 13 07:36:23 UTC 2017

Modified Files:
        pkgsrc/devel/py-pexpect: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-pexpect/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-pexpect/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pexpect/Makefile
diff -u pkgsrc/devel/py-pexpect/Makefile:1.20 pkgsrc/devel/py-pexpect/Makefile:1.21
--- pkgsrc/devel/py-pexpect/Makefile:1.20       Fri Nov 10 07:51:58 2017
+++ pkgsrc/devel/py-pexpect/Makefile    Wed Dec 13 07:36:22 2017
@@ -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 @@ HOMEPAGE=     http://pexpect.sourceforge.net
 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"

Index: pkgsrc/devel/py-pexpect/distinfo
diff -u pkgsrc/devel/py-pexpect/distinfo:1.10 pkgsrc/devel/py-pexpect/distinfo:1.11
--- pkgsrc/devel/py-pexpect/distinfo:1.10       Fri Nov 10 07:51:58 2017
+++ pkgsrc/devel/py-pexpect/distinfo    Wed Dec 13 07:36:22 2017
@@ -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