summaryrefslogtreecommitdiff
path: root/devel/py-pexpect/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-04-25 20:31:10 +0000
committertnn <tnn@pkgsrc.org>2008-04-25 20:31:10 +0000
commit421499c43901502bab6acc28ed95130855610c37 (patch)
tree298b9bb507aa96f711cf9ed51a5ff82a557d52e3 /devel/py-pexpect/Makefile
parent819e4df624065b5039186a034a4b58c8b48d4fe3 (diff)
downloadpkgsrc-421499c43901502bab6acc28ed95130855610c37.tar.gz
Update to py-pexpect-2.3.
- Supports DESTDIR - Accept Python 2.5 No ChangeLog, but it adds three new modules: SCREEN: This implements a virtual screen ANSI: This implements an ANSI terminal emulator as a subclass of screen FSM: This module implements a Finite State Machine (FSM)
Diffstat (limited to 'devel/py-pexpect/Makefile')
-rw-r--r--devel/py-pexpect/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pexpect/Makefile b/devel/py-pexpect/Makefile
index 2795e403f1a..860a0ed5e13 100644
--- a/devel/py-pexpect/Makefile
+++ b/devel/py-pexpect/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2007/12/11 22:54:04 heinz Exp $
+# $NetBSD: Makefile,v 1.11 2008/04/25 20:31:10 tnn Exp $
-DISTNAME= pexpect-2.1
+DISTNAME= pexpect-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pexpect/}
@@ -12,7 +12,7 @@ COMMENT= Pure Python Expect-like module
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
+PYTHON_VERSIONS_ACCEPTED= 25 24 23
NO_CONFIGURE= yes
.include "../../lang/python/extension.mk"