diff options
Diffstat (limited to 'converters/py-simplejson/Makefile')
-rw-r--r-- | converters/py-simplejson/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 0fbf9022b31..e36963894e9 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/01/16 02:24:02 rodent Exp $ -# +# $NetBSD: Makefile,v 1.20 2014/01/25 10:29:58 wiz Exp $ DISTNAME= simplejson-3.3.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,9 +13,6 @@ 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 |