pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-mcrypt Needs Python 2.2+



details:   https://anonhg.NetBSD.org/pkgsrc/rev/743b46837da6
branches:  trunk
changeset: 515289:743b46837da6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 30 11:37:56 2006 +0000

description:
Needs Python 2.2+

diffstat:

 security/py-mcrypt/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b367b5595078 -r 743b46837da6 security/py-mcrypt/Makefile
--- a/security/py-mcrypt/Makefile       Fri Jun 30 11:33:13 2006 +0000
+++ b/security/py-mcrypt/Makefile       Fri Jun 30 11:37:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:46 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/30 11:37:56 joerg Exp $
 #
 
 DISTNAME=      python-mcrypt-1.1
@@ -13,6 +13,7 @@
 
 PYBINMODULE=    yes
 PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED=      24 23 22
 
 .include "../../lang/python/extension.mk"
 .include "../../security/libmcrypt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index