pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/py-trueskill Fails with syntax errors on python2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b918a994c595
branches:  trunk
changeset: 604030:b918a994c595
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 21 06:56:04 2012 +0000

description:
Fails with syntax errors on python25, so mask it.

diffstat:

 games/py-trueskill/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0e023222320d -r b918a994c595 games/py-trueskill/Makefile
--- a/games/py-trueskill/Makefile       Mon May 21 06:21:40 2012 +0000
+++ b/games/py-trueskill/Makefile       Mon May 21 06:56:04 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 19:40:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2012/05/21 06:56:04 dholland Exp $
 #
 
 DISTNAME=      trueskill-0.1.3
@@ -15,5 +15,7 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  25
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index