pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-cssutils Doesn't work with python25. (uses...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9774117a4352
branches:  trunk
changeset: 603394:9774117a4352
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat May 05 21:47:22 2012 +0000

description:
Doesn't work with python25. (uses byte-string literals, needs >= 26)

diffstat:

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

diffs (18 lines):

diff -r 9ada609969c7 -r 9774117a4352 textproc/py-cssutils/Makefile
--- a/textproc/py-cssutils/Makefile     Sat May 05 21:33:55 2012 +0000
+++ b/textproc/py-cssutils/Makefile     Sat May 05 21:47:22 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/05/05 15:20:07 gls Exp $
+# $NetBSD: Makefile,v 1.6 2012/05/05 21:47:22 dholland Exp $
 #
 
 DISTNAME=      cssutils-0.9.9
@@ -17,6 +17,8 @@
 
 USE_LANGUAGES= #none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  25
+
 REPLACE_INTERPRETER+=  python
 REPLACE.python.old=    /usr/bin/env python
 REPLACE.python.new=    ${PYTHONBIN}



Home | Main Index | Thread Index | Old Index