pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-mechanize Needs Python 2.5 yield.
details: https://anonhg.NetBSD.org/pkgsrc/rev/df83edf3b893
branches: trunk
changeset: 554148:df83edf3b893
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Feb 09 18:57:56 2009 +0000
description:
Needs Python 2.5 yield.
diffstat:
www/py-mechanize/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1daa180baf22 -r df83edf3b893 www/py-mechanize/Makefile
--- a/www/py-mechanize/Makefile Mon Feb 09 18:54:05 2009 +0000
+++ b/www/py-mechanize/Makefile Mon Feb 09 18:57:56 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/17 20:46:55 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/09 18:57:56 joerg Exp $
#
DISTNAME= mechanize-0.1.10
@@ -12,5 +12,7 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_ACCEPTED= 25
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index