summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2014-05-13 17:20:38 +0000
committerjoerg <joerg>2014-05-13 17:20:38 +0000
commited8813945b1704923af483e0befb9e2028f03676 (patch)
tree1b12d4d32a8a2cb54e96d75ac801f18403a87bde /textproc
parentffe9e18544c69f1852abdb218fe4d46aaff67f74 (diff)
downloadpkgsrc-ed8813945b1704923af483e0befb9e2028f03676.tar.gz
Mark as not for Python 3.3 and 3.4, since it uses obsolete string
functions.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-cjson/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-cjson/Makefile b/textproc/py-cjson/Makefile
index 7605c8c4ba0..d847c618400 100644
--- a/textproc/py-cjson/Makefile
+++ b/textproc/py-cjson/Makefile
@@ -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 @@ COMMENT= Fast JSON encoder/decoder for Python
LICENSE= gnu-lgpl-v2
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # Uses old string API.
do-test:
( cd ${WKSRC} && ${PYTHONBIN} jsontest.py )