Update to py-pexpect 4.2.1

This commit is contained in:
shadchin 2016-09-01 06:56:46 +00:00
parent 0708f7621a
commit 78043526b4
4 changed files with 9 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.25 2016/08/28 12:57:32 shadchin Exp $
# $OpenBSD: Makefile,v 1.26 2016/09/01 06:56:46 shadchin Exp $
COMMENT= pure Python Expect-like module
MODPY_EGG_VERSION= 4.2.0
MODPY_EGG_VERSION= 4.2.1
DISTNAME= pexpect-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
CATEGORIES= devel

View File

@ -1,2 +1,2 @@
SHA256 (pexpect-4.2.0.tar.gz) = v2gWuMyNMBpJnnrfM4gos5vHVI62Tb7U3UEO2T2V+FM=
SIZE (pexpect-4.2.0.tar.gz) = 147948
SHA256 (pexpect-4.2.1.tar.gz) = PRMkZadbV6qBg0HGUhOSoGzGYP6zmI1/EHTzm9I8mpI=
SIZE (pexpect-4.2.1.tar.gz) = 143980

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-tests_test_replwrap_py,v 1.1 2016/01/07 17:16:21 shadchin Exp $
--- tests/test_replwrap.py.orig Wed Dec 30 00:44:47 2015
+++ tests/test_replwrap.py Wed Dec 30 00:45:06 2015
@@ -92,7 +92,7 @@ class REPLWrapTestCase(unittest.TestCase):
$OpenBSD: patch-tests_test_replwrap_py,v 1.2 2016/09/01 06:56:46 shadchin Exp $
--- tests/test_replwrap.py.orig Mon Aug 22 00:57:33 2016
+++ tests/test_replwrap.py Sun Aug 28 17:27:51 2016
@@ -101,7 +101,7 @@ class REPLWrapTestCase(unittest.TestCase):
if platform.python_implementation() == 'PyPy':
raise unittest.SkipTest(skip_pypy)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2016/08/28 12:57:32 shadchin Exp $
@comment $OpenBSD: PLIST,v 1.11 2016/09/01 06:56:46 shadchin Exp $
lib/python${MODPY_VERSION}/site-packages/pexpect/
lib/python${MODPY_VERSION}/site-packages/pexpect-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/pexpect/ANSI.py
@ -118,6 +118,5 @@ share/examples/${MODPY_PY_PREFIX}pexpect/python.py
share/examples/${MODPY_PY_PREFIX}pexpect/script.py
share/examples/${MODPY_PY_PREFIX}pexpect/ssh_tunnel.py
share/examples/${MODPY_PY_PREFIX}pexpect/table_test.html
share/examples/${MODPY_PY_PREFIX}pexpect/telnet.py
share/examples/${MODPY_PY_PREFIX}pexpect/topip.py
share/examples/${MODPY_PY_PREFIX}pexpect/uptime.py