pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/py-paramiko The yield syntax used in one of t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c9bc70f0a3a
branches: trunk
changeset: 515927:7c9bc70f0a3a
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jul 11 00:21:17 2006 +0000
description:
The yield syntax used in one of the modules is not supported by
Python 2.2, so mark it as 2.3+ only.
diffstat:
security/py-paramiko/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f4b6fea6f958 -r 7c9bc70f0a3a security/py-paramiko/Makefile
--- a/security/py-paramiko/Makefile Tue Jul 11 00:19:20 2006 +0000
+++ b/security/py-paramiko/Makefile Tue Jul 11 00:21:17 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/04 15:35:54 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/11 00:21:17 joerg Exp $
#
DISTNAME= paramiko-1.6
@@ -12,7 +12,7 @@
COMMENT= SSH2 protocol library
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 23 24 22
+PYTHON_VERSIONS_ACCEPTED= 23 24
.include "../../lang/python/extension.mk"
.include "../../security/py-amkCrypto/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index