summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-08-17 18:10:35 +0000
committerrecht <recht@pkgsrc.org>2003-08-17 18:10:35 +0000
commite8b57af3438442611fd6d3fbfddbe093c238e97c (patch)
tree67e55cbc5306cd22e1f9d8da3d5f5e9a878a3219
parent8e01798f1ef2e1887d68a29172ae5d26b4acc26a (diff)
downloadpkgsrc-e8b57af3438442611fd6d3fbfddbe093c238e97c.tar.gz
Allow also Python 2.3 to be used.
-rw-r--r--devel/swig-python/Makefile4
-rw-r--r--net/py-ORBit/Makefile4
-rw-r--r--net/py-ORBit/buildlink2.mk4
-rw-r--r--x11/py-gtk2/Makefile4
-rw-r--r--x11/py-gtk2/buildlink2.mk4
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/swig-python/Makefile b/devel/swig-python/Makefile
index 25e0d0218f7..8e3e0dccd6a 100644
--- a/devel/swig-python/Makefile
+++ b/devel/swig-python/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2003/05/30 11:33:26 epg Exp $
+# $NetBSD: Makefile,v 1.4 2003/08/17 18:10:35 recht Exp $
PKGNAME= swig-python-${SWIG_VERSION}
COMMENT= Simplified Wrapper and Interface Generator, Python runtime
.include "../swig-build/Makefile.common"
-PYTHON_VERSION_ACCEPTED= 22 22pth
+PYTHON_VERSION_ACCEPTED= 23 23pth 22 22pth
CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
index eaea015dfbe..2f6ca660934 100644
--- a/net/py-ORBit/Makefile
+++ b/net/py-ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/08/09 12:51:01 recht Exp $
+# $NetBSD: Makefile,v 1.4 2003/08/17 18:10:36 recht Exp $
#
DISTNAME= pyorbit-1.99.6
@@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/pyorbit-2.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-PYTHON_VERSION_REQD= 22pth
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
.include "../../net/ORBit2/buildlink2.mk"
diff --git a/net/py-ORBit/buildlink2.mk b/net/py-ORBit/buildlink2.mk
index 5d611acba2b..ffaafc73bf5 100644
--- a/net/py-ORBit/buildlink2.mk
+++ b/net/py-ORBit/buildlink2.mk
@@ -1,9 +1,9 @@
-# $NetBSD: buildlink2.mk,v 1.4 2003/08/09 12:51:02 recht Exp $
+# $NetBSD: buildlink2.mk,v 1.5 2003/08/17 18:10:36 recht Exp $
.if !defined(PYORBIT_BUILDLINK2_MK)
PYORBIT_BUILDLINK2_MK= # defined
-PYTHON_VERSION_REQD= 22pth
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
.include "../../lang/python/pyversion.mk"
BUILDLINK_PACKAGES+= pyorbit
diff --git a/x11/py-gtk2/Makefile b/x11/py-gtk2/Makefile
index 64b63719a9b..37ad3570d8d 100644
--- a/x11/py-gtk2/Makefile
+++ b/x11/py-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/08/09 20:04:44 recht Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/17 18:10:36 recht Exp $
#
DISTNAME= pygtk-1.99.17
@@ -21,7 +21,7 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/pygtk-2.0.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-PYTHON_VERSION_REQD= 22pth
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
.include "../../devel/libglade2/buildlink2.mk"
diff --git a/x11/py-gtk2/buildlink2.mk b/x11/py-gtk2/buildlink2.mk
index 454cbdbe6d5..2326a3acc7b 100644
--- a/x11/py-gtk2/buildlink2.mk
+++ b/x11/py-gtk2/buildlink2.mk
@@ -1,9 +1,9 @@
-# $NetBSD: buildlink2.mk,v 1.4 2003/07/13 13:54:28 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.5 2003/08/17 18:10:36 recht Exp $
.if !defined(PYGTK2_BUILDLINK2_MK)
PYGTK2_BUILDLINK2_MK= # defined
-PYTHON_VERSION_REQD= 22pth
+PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
.include "../../lang/python/pyversion.mk"
BUILDLINK_PACKAGES+= pygtk2