pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Doesn't support Python 2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d131a4cea2cd
branches:  trunk
changeset: 554292:d131a4cea2cd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Feb 11 22:47:05 2009 +0000

description:
Doesn't support Python 2.3.

diffstat:

 devel/py-newt/Makefile    |  4 +++-
 math/py-networkx/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 669b705e76c8 -r d131a4cea2cd devel/py-newt/Makefile
--- a/devel/py-newt/Makefile    Wed Feb 11 22:45:58 2009 +0000
+++ b/devel/py-newt/Makefile    Wed Feb 11 22:47:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:29 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/02/11 22:49:07 joerg Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -7,6 +7,8 @@
 PKGNAME=       ${PYPKGPREFIX}-newt-${VERSION}
 COMMENT=       Windowing toolkit based on libslang (Python bindings)
 
+PYTHON_VERSIONS_ACCEPTED=      25 24
+
 PY_PATCHPLIST= yes
 GNU_CONFIGURE= yes
 
diff -r 669b705e76c8 -r d131a4cea2cd math/py-networkx/Makefile
--- a/math/py-networkx/Makefile Wed Feb 11 22:45:58 2009 +0000
+++ b/math/py-networkx/Makefile Wed Feb 11 22:47:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2008/08/27 18:53:42 apb Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/11 22:47:05 joerg Exp $
 #
 
 DISTNAME=      networkx-0.37
@@ -12,7 +12,7 @@
 COMMENT=       Python package for creating and manipulating graphs and networks
 
 PKG_DESTDIR_SUPPORT=   user-destdir
-
+PYTHON_VERSIONS_ACCEPTED=      25 24
 PYDISTUTILSPKG=        yes
 
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index