pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Needs Python 2.2 or later.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6feae51fd201
branches:  trunk
changeset: 513748:6feae51fd201
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 02 16:56:49 2006 +0000

description:
Needs Python 2.2 or later.

diffstat:

 math/py-Numeric/Makefile     |  3 ++-
 security/py-OpenSSL/Makefile |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 9a08c221f18d -r 6feae51fd201 math/py-Numeric/Makefile
--- a/math/py-Numeric/Makefile  Fri Jun 02 16:47:39 2006 +0000
+++ b/math/py-Numeric/Makefile  Fri Jun 02 16:56:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/03/01 19:15:07 minskim Exp $
+# $NetBSD: Makefile,v 1.42 2006/06/02 16:56:49 joerg Exp $
 
 DISTNAME=      Numeric-24.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@
 COMMENT=       Adds multidimensional numeric arrays to Python
 
 PYDISTUTILSPKG=        yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
 PYBINMODULE=   yes
 PYSETUP=       setup.py
 
diff -r 9a08c221f18d -r 6feae51fd201 security/py-OpenSSL/Makefile
--- a/security/py-OpenSSL/Makefile      Fri Jun 02 16:47:39 2006 +0000
+++ b/security/py-OpenSSL/Makefile      Fri Jun 02 16:56:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/02/05 23:10:46 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/02 17:07:36 joerg Exp $
 #
 
 DISTNAME=      pyOpenSSL-0.6
@@ -11,6 +11,8 @@
 HOMEPAGE=       http://pyopenssl.sourceforge.net/
 COMMENT=        Python interface to the OpenSSL library
 
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
+
 PYDISTUTILSPKG=        yes
 PYBINMODULE=   yes
 



Home | Main Index | Thread Index | Old Index