summaryrefslogtreecommitdiff
path: root/devel/py-pexpect/Makefile
diff options
context:
space:
mode:
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"