diff options
author | epg <epg@pkgsrc.org> | 2009-08-20 17:15:21 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2009-08-20 17:15:21 +0000 |
commit | 3fcac42838f58b58a2ac137260930e9b5f78988c (patch) | |
tree | 074ca96475d684b39f4167ad335878c6b4f0e635 /converters | |
parent | 1acce63ea94fab51a386df14e58172c5405189cd (diff) | |
download | pkgsrc-3fcac42838f58b58a2ac137260930e9b5f78988c.tar.gz |
Update simplejson to 2.0.9 and add do-test rule.
The only changelog appears to be the blog:
http://bob.pythonmac.org/archives/category/python/simplejson/
All optimizations and bug-fixes, as far as I can tell.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-simplejson/Makefile | 9 | ||||
-rw-r--r-- | converters/py-simplejson/PLIST | 5 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 8 |
3 files changed, 14 insertions, 8 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 77233a246ee..93497f493fc 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2009/03/05 18:51:27 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2009/08/20 17:15:21 epg Exp $ # PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -DISTNAME= simplejson-1.9.2 -PKGREVISION= 1 +DISTNAME= simplejson-2.0.9 +#PKGREVISION= 1 CATEGORIES= converters MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/ @@ -17,5 +17,8 @@ USE_LANGUAGES= c PYDISTUTILSPKG= yes +do-test: + cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST index 75ace9ec899..5c94fdeb77f 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 17:39:10 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/08/20 17:15:21 epg Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -20,6 +20,9 @@ ${PYSITELIB}/simplejson/scanner.pyo ${PYSITELIB}/simplejson/tests/__init__.py ${PYSITELIB}/simplejson/tests/__init__.pyc ${PYSITELIB}/simplejson/tests/__init__.pyo +${PYSITELIB}/simplejson/tests/test_check_circular.py +${PYSITELIB}/simplejson/tests/test_check_circular.pyc +${PYSITELIB}/simplejson/tests/test_check_circular.pyo ${PYSITELIB}/simplejson/tests/test_decode.py ${PYSITELIB}/simplejson/tests/test_decode.pyc ${PYSITELIB}/simplejson/tests/test_decode.pyo diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 593b06c3e06..cf162afca64 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/09/10 13:53:29 mjl Exp $ +$NetBSD: distinfo,v 1.2 2009/08/20 17:15:21 epg Exp $ -SHA1 (simplejson-1.9.2.tar.gz) = d761af80c38b80d8bc2a8e7cdcc8ffd9730e7788 -RMD160 (simplejson-1.9.2.tar.gz) = eb20847b093851026db995f0a451b8088f35041a -Size (simplejson-1.9.2.tar.gz) = 70928 bytes +SHA1 (simplejson-2.0.9.tar.gz) = b5b26059adbe677b06c299bed30557fcb0c7df8c +RMD160 (simplejson-2.0.9.tar.gz) = 814a0b7aa11a361ba5eda0be93e30505c44409ad +Size (simplejson-2.0.9.tar.gz) = 115443 bytes |