diff options
author | joerg <joerg@pkgsrc.org> | 2014-05-13 17:20:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-05-13 17:20:38 +0000 |
commit | 3e80b4c12eee923c2d0f81f545d7ade3310171b0 (patch) | |
tree | 49d128f3ed7574a9d5a869e3c54dd5dc09a2711f | |
parent | e946a9306f2bc231776e7c97edc6d8eeaccbfd16 (diff) | |
download | pkgsrc-3e80b4c12eee923c2d0f81f545d7ade3310171b0.tar.gz |
Mark as not for Python 3.3 and 3.4, since it uses obsolete string
functions.
-rw-r--r-- | textproc/py-cjson/Makefile | 3 |
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 ) |