pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc py-Numeric needs Python 2.2+
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb9ac282757d
branches: trunk
changeset: 513769:bb9ac282757d
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jun 02 23:38:10 2006 +0000
description:
py-Numeric needs Python 2.2+
diffstat:
fonts/py-fonttools/Makefile | 3 ++-
graphics/py-biggles/Makefile | 3 ++-
x11/pygtk/Makefile | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diffs (51 lines):
diff -r 80b84142b81d -r bb9ac282757d fonts/py-fonttools/Makefile
--- a/fonts/py-fonttools/Makefile Fri Jun 02 23:37:24 2006 +0000
+++ b/fonts/py-fonttools/Makefile Fri Jun 02 23:38:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:39 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/02 23:38:10 joerg Exp $
#
DISTNAME= fonttools-2.0b1
@@ -14,6 +14,7 @@
WRKSRC= ${WRKDIR}/fonttools
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
diff -r 80b84142b81d -r bb9ac282757d graphics/py-biggles/Makefile
--- a/graphics/py-biggles/Makefile Fri Jun 02 23:37:24 2006 +0000
+++ b/graphics/py-biggles/Makefile Fri Jun 02 23:38:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/04/17 13:46:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/06/02 23:40:09 joerg Exp $
#
DISTNAME= python-biggles-1.6.3
@@ -13,6 +13,7 @@
PYDISTUTILSPKG= yes
PYBINMODULE= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
diff -r 80b84142b81d -r bb9ac282757d x11/pygtk/Makefile
--- a/x11/pygtk/Makefile Fri Jun 02 23:37:24 2006 +0000
+++ b/x11/pygtk/Makefile Fri Jun 02 23:38:10 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/04/17 13:47:00 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/06/02 23:39:25 joerg Exp $
#
DISTNAME= pygtk-0.6.11
@@ -16,6 +16,7 @@
USE_TOOLS+= gmake
USE_LIBTOOL= yes
PY_PATCHPLIST= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../graphics/imlib/buildlink3.mk"
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index