svn commit: r434125 - in head/misc/py-pexpect: . files
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Feb 14 16:27:40 UTC 2017
Author: lwhsu
Date: Tue Feb 14 16:27:38 2017
New Revision: 434125
URL: https://svnweb.freebsd.org/changeset/ports/434125
Log:
- Update to 4.2.1
- Update WWW
PR: 217089
Submitted by: lwhsu
Approved by: wg (maintainer)
Deleted:
head/misc/py-pexpect/files/
Modified:
head/misc/py-pexpect/Makefile
head/misc/py-pexpect/distinfo
head/misc/py-pexpect/pkg-descr
Modified: head/misc/py-pexpect/Makefile
==============================================================================
--- head/misc/py-pexpect/Makefile Tue Feb 14 16:16:08 2017 (r434124)
+++ head/misc/py-pexpect/Makefile Tue Feb 14 16:27:38 2017 (r434125)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pexpect
-PORTVERSION= 3.3
+PORTVERSION= 4.2.1
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ COMMENT= Pure Python Expect-like module
LICENSE= ISCL
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ptyprocess>=0:sysutils/py-ptyprocess
+
USES= python
USE_PYTHON= distutils autoplist
Modified: head/misc/py-pexpect/distinfo
==============================================================================
--- head/misc/py-pexpect/distinfo Tue Feb 14 16:16:08 2017 (r434124)
+++ head/misc/py-pexpect/distinfo Tue Feb 14 16:27:38 2017 (r434125)
@@ -1,2 +1,3 @@
-SHA256 (pexpect-3.3.tar.gz) = dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba
-SIZE (pexpect-3.3.tar.gz) = 132330
+TIMESTAMP = 1487042189
+SHA256 (pexpect-4.2.1.tar.gz) = 3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92
+SIZE (pexpect-4.2.1.tar.gz) = 143980
Modified: head/misc/py-pexpect/pkg-descr
==============================================================================
--- head/misc/py-pexpect/pkg-descr Tue Feb 14 16:16:08 2017 (r434124)
+++ head/misc/py-pexpect/pkg-descr Tue Feb 14 16:27:38 2017 (r434125)
@@ -11,4 +11,4 @@ software package installations on differ
automated software testing. Pexpect is in the spirit of Don Libes' Expect, but
Pexpect is pure Python. The Pexpect interface was designed to be easy to use.
-WWW: http://pexpect.sourceforge.net
+WWW: https://pexpect.readthedocs.io/
More information about the svn-ports-all
mailing list