c4bcec1bee
Version 3.5.2 released 2014-05-22 * Fix Windows build with VS2008 https://github.com/simplejson/simplejson/pull/97 Version 3.5.1 released 2014-05-21 * Consistently reject int_as_string_bitcount settings that are not positive integers Version 3.5.0 released 2014-05-20 * Added int_as_string_bitcount encoder option https://github.com/simplejson/pull/96 * Fixed potential crash when encoder created with incorrect options
19 lines
526 B
Makefile
19 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.23 2014/05/30 13:25:48 wiz Exp $
|
|
|
|
DISTNAME= simplejson-3.5.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= converters
|
|
MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://undefined.org/python/#simplejson
|
|
COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|