pkgsrc/converters/py-simplejson/Makefile
adam b2444d8927 py-simplejson: updated to 3.14.0
Version 3.14.0:
* Defer is_raw_json test (performance improvement)
* Avoid escaping U+2028 and U+2029 without ensure_ascii
* Fix an incorrect type test in Python 2, avoiding an unnecessary unicode copy.
2018-04-30 06:41:52 +00:00

14 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.35 2018/04/30 06:41:52 adam Exp $
DISTNAME= simplejson-3.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/simplejson/simplejson
COMMENT= Simple, fast, complete and extensible JSON encoder/decoder
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"