pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-cjson Mark as not for Python 3.3 and 3.4, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eba99a784a72
branches: trunk
changeset: 634272:eba99a784a72
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue May 13 17:20:38 2014 +0000
description:
Mark as not for Python 3.3 and 3.4, since it uses obsolete string
functions.
diffstat:
textproc/py-cjson/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 90d4a02ae4e1 -r eba99a784a72 textproc/py-cjson/Makefile
--- a/textproc/py-cjson/Makefile Tue May 13 17:09:21 2014 +0000
+++ b/textproc/py-cjson/Makefile Tue May 13 17:20:38 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/05/03 15:34:22 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/05/13 17:20:38 joerg Exp $
#
DISTNAME= python-cjson-1.0.5
@@ -12,6 +12,7 @@
LICENSE= gnu-lgpl-v2
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # Uses old string API.
do-test:
( cd ${WKSRC} && ${PYTHONBIN} jsontest.py )
Home |
Main Index |
Thread Index |
Old Index