summaryrefslogtreecommitdiff
path: root/converters/py-simplejson/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/py-simplejson/Makefile')
-rw-r--r--converters/py-simplejson/Makefile9
1 files changed, 6 insertions, 3 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"