diff options
Diffstat (limited to 'converters/py-simplejson')
-rw-r--r-- | converters/py-simplejson/Makefile | 4 | ||||
-rw-r--r-- | converters/py-simplejson/PLIST | 8 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 40005f93e5e..ec00f30f460 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2012/05/29 13:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/06/03 22:24:20 wiz Exp $ # -DISTNAME= simplejson-2.2.1 +DISTNAME= simplejson-2.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/ diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST index ea239c6e957..fd9897b85be 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2012/05/29 13:19:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2012/06/03 22:24:20 wiz Exp $ ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/simplejson/__init__.py ${PYSITELIB}/simplejson/__init__.pyc @@ -19,6 +19,9 @@ ${PYSITELIB}/simplejson/scanner.pyo ${PYSITELIB}/simplejson/tests/__init__.py ${PYSITELIB}/simplejson/tests/__init__.pyc ${PYSITELIB}/simplejson/tests/__init__.pyo +${PYSITELIB}/simplejson/tests/test_bigint_as_string.py +${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyc +${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyo ${PYSITELIB}/simplejson/tests/test_check_circular.py ${PYSITELIB}/simplejson/tests/test_check_circular.pyc ${PYSITELIB}/simplejson/tests/test_check_circular.pyo @@ -52,6 +55,9 @@ ${PYSITELIB}/simplejson/tests/test_float.pyo ${PYSITELIB}/simplejson/tests/test_indent.py ${PYSITELIB}/simplejson/tests/test_indent.pyc ${PYSITELIB}/simplejson/tests/test_indent.pyo +${PYSITELIB}/simplejson/tests/test_item_sort_key.py +${PYSITELIB}/simplejson/tests/test_item_sort_key.pyc +${PYSITELIB}/simplejson/tests/test_item_sort_key.pyo ${PYSITELIB}/simplejson/tests/test_namedtuple.py ${PYSITELIB}/simplejson/tests/test_namedtuple.pyc ${PYSITELIB}/simplejson/tests/test_namedtuple.pyo diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index f5ac7f92c64..e6ae73e579c 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2012/05/29 13:19:42 wiz Exp $ +$NetBSD: distinfo,v 1.6 2012/06/03 22:24:20 wiz Exp $ -SHA1 (simplejson-2.2.1.tar.gz) = e48daf374f6131f7875e790a84c218df7a2a710b -RMD160 (simplejson-2.2.1.tar.gz) = c50cf48bf38a734dbd5905c8b4a136c7c2fa56bc -Size (simplejson-2.2.1.tar.gz) = 49957 bytes +SHA1 (simplejson-2.5.2.tar.gz) = 2fa47045d2a3e7bbb2ca5d24365e29c6fb02c5ff +RMD160 (simplejson-2.5.2.tar.gz) = 0746c0ee7c1c9f06ff350ea57c1a9ad3ba52e56c +Size (simplejson-2.5.2.tar.gz) = 53009 bytes |