pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/py-simplejson Update simplejson to 2.0.9 an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce8265365be9
branches:  trunk
changeset: 397911:ce8265365be9
user:      epg <epg%pkgsrc.org@localhost>
date:      Thu Aug 20 17:15:21 2009 +0000

description:
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:

 converters/py-simplejson/Makefile |  9 ++++++---
 converters/py-simplejson/PLIST    |  5 ++++-
 converters/py-simplejson/distinfo |  8 ++++----
 3 files changed, 14 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 7c5a1eb85f94 -r ce8265365be9 converters/py-simplejson/Makefile
--- a/converters/py-simplejson/Makefile Thu Aug 20 15:24:58 2009 +0000
+++ b/converters/py-simplejson/Makefile Thu Aug 20 17:15:21 2009 +0000
@@ -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 @@
 
 PYDISTUTILSPKG=         yes
 
+do-test:
+       cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 7c5a1eb85f94 -r ce8265365be9 converters/py-simplejson/PLIST
--- a/converters/py-simplejson/PLIST    Thu Aug 20 15:24:58 2009 +0000
+++ b/converters/py-simplejson/PLIST    Thu Aug 20 17:15:21 2009 +0000
@@ -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/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 -r 7c5a1eb85f94 -r ce8265365be9 converters/py-simplejson/distinfo
--- a/converters/py-simplejson/distinfo Thu Aug 20 15:24:58 2009 +0000
+++ b/converters/py-simplejson/distinfo Thu Aug 20 17:15:21 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index