summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-17 06:22:57 +0000
committerobache <obache@pkgsrc.org>2010-09-17 06:22:57 +0000
commitad0689949df9ab2a134cbe9be6e90c5f95cb68be (patch)
tree43e883e844d170597327ea4f1187cad055713b3a
parentaee4ab5273c8c65f7d8ca3035e5b60a263996200 (diff)
downloadpkgsrc-ad0689949df9ab2a134cbe9be6e90c5f95cb68be.tar.gz
remove python23 stuff.
-rw-r--r--devel/py-curses/Makefile4
-rw-r--r--devel/py-readline/Makefile3
2 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-curses/Makefile b/devel/py-curses/Makefile
index 96d4e5b8690..8b67de4b018 100644
--- a/devel/py-curses/Makefile
+++ b/devel/py-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2009/03/05 18:51:29 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2010/09/17 06:22:57 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-curses-0
@@ -22,8 +22,6 @@ PY_PATCHPLIST= yes
PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses}
-BUILDLINK_API_DEPENDS.python23+= python23>=2.3nb2
-
# ignore errors due to missing files (EXTRACT_ELEMENTS!)
do-patch:
set -e; \
diff --git a/devel/py-readline/Makefile b/devel/py-readline/Makefile
index 28daf9e35b1..f4da7e71383 100644
--- a/devel/py-readline/Makefile
+++ b/devel/py-readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/05/20 00:58:14 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2010/09/17 06:22:57 obache Exp $
#
PKGNAME= ${PYPKGPREFIX}-readline-0
@@ -27,7 +27,6 @@ do-patch:
${PATCH} --batch <$$f || true; \
done)
-BUILDLINK_API_DEPENDS.python23+= python23>=2.3.5nb11
BUILDLINK_API_DEPENDS.python24+= python24>=2.4.5nb1
BUILDLINK_API_DEPENDS.python25+= python25>=2.5.2nb2