diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index a59e336d2a33a..7106b1d39d96a 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2012/10/03 00:20:16 asau Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/03 06:11:46 rodent Exp $ # -DISTNAME= simplejson-2.6.2 +DISTNAME= simplejson-3.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters -MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/ +MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/ +FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://undefined.org/python/#simplejson @@ -13,6 +14,9 @@ LICENSE= mit USE_LANGUAGES= c +PYTHON_VERSIONS_ACCEPTED= 33 27 26 +PYTHON_VERSIONS_INCLUDE_3X= yes + do-test: cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST index fd9897b85be1b..fb4920dc6a251 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,9 +1,12 @@ -@comment $NetBSD: PLIST,v 1.9 2012/06/03 22:24:20 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2014/01/03 06:11:46 rodent Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/simplejson/__init__.py ${PYSITELIB}/simplejson/__init__.pyc ${PYSITELIB}/simplejson/__init__.pyo ${PYSITELIB}/simplejson/_speedups.so +${PYSITELIB}/simplejson/compat.py +${PYSITELIB}/simplejson/compat.pyc +${PYSITELIB}/simplejson/compat.pyo ${PYSITELIB}/simplejson/decoder.py ${PYSITELIB}/simplejson/decoder.pyc ${PYSITELIB}/simplejson/decoder.pyo @@ -52,6 +55,9 @@ ${PYSITELIB}/simplejson/tests/test_fail.pyo ${PYSITELIB}/simplejson/tests/test_float.py ${PYSITELIB}/simplejson/tests/test_float.pyc ${PYSITELIB}/simplejson/tests/test_float.pyo +${PYSITELIB}/simplejson/tests/test_for_json.py +${PYSITELIB}/simplejson/tests/test_for_json.pyc +${PYSITELIB}/simplejson/tests/test_for_json.pyo ${PYSITELIB}/simplejson/tests/test_indent.py ${PYSITELIB}/simplejson/tests/test_indent.pyc ${PYSITELIB}/simplejson/tests/test_indent.pyo @@ -82,6 +88,9 @@ ${PYSITELIB}/simplejson/tests/test_separators.pyo ${PYSITELIB}/simplejson/tests/test_speedups.py ${PYSITELIB}/simplejson/tests/test_speedups.pyc ${PYSITELIB}/simplejson/tests/test_speedups.pyo +${PYSITELIB}/simplejson/tests/test_tool.py +${PYSITELIB}/simplejson/tests/test_tool.pyc +${PYSITELIB}/simplejson/tests/test_tool.pyo ${PYSITELIB}/simplejson/tests/test_tuple.py ${PYSITELIB}/simplejson/tests/test_tuple.pyc ${PYSITELIB}/simplejson/tests/test_tuple.pyo diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 774bb63ac98a5..9811e701ba4b9 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2012/10/02 17:29:48 wiz Exp $ +$NetBSD: distinfo,v 1.10 2014/01/03 06:11:46 rodent Exp $ -SHA1 (simplejson-2.6.2.tar.gz) = a8bb3aefe165a5d688a16f6277daf3ebd88097e9 -RMD160 (simplejson-2.6.2.tar.gz) = 1672e5e90929fb5ce8a41807bf254be29beea0c6 -Size (simplejson-2.6.2.tar.gz) = 53228 bytes +SHA1 (simplejson-3.3.1.tar.gz) = 96df09ecaa489b5600c9f80287ece3657f044719 +RMD160 (simplejson-3.3.1.tar.gz) = 843fcd2f5899b03f3e36d7c7fc02c3c39922a3a0 +Size (simplejson-3.3.1.tar.gz) = 67371 bytes