diff options
author | adam <adam@pkgsrc.org> | 2017-11-28 11:01:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-11-28 11:01:11 +0000 |
commit | 993567b1762db16920b439f3c2b93e2d64499e9f (patch) | |
tree | 314a0ab79204c2ad20140135f60f096619a39a85 /converters | |
parent | 32a732a399012e5f5d60e1d791cdf4ae45f696f0 (diff) | |
download | pkgsrc-993567b1762db16920b439f3c2b93e2d64499e9f.tar.gz |
py-simplejson: updated to 3.13.2
Version 3.13.2:
* Fix additional Python 2.x compilation issue on Windows
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-simplejson/Makefile | 7 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 10 |
2 files changed, 7 insertions, 10 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 42ad37695cd..657d5ac0476 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2017/11/07 13:06:41 adam Exp $ +# $NetBSD: Makefile,v 1.34 2017/11/28 11:01:11 adam Exp $ -DISTNAME= simplejson-3.12.0 +DISTNAME= simplejson-3.13.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/} @@ -12,8 +12,5 @@ LICENSE= mit USE_LANGUAGES= c -do-test: - cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index f4bd0d1fe88..e1c0b2c9e57 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2017/11/07 13:06:41 adam Exp $ +$NetBSD: distinfo,v 1.24 2017/11/28 11:01:11 adam Exp $ -SHA1 (simplejson-3.12.0.tar.gz) = 0de9e43973a315c98b7308c65416d4bae6074cc4 -RMD160 (simplejson-3.12.0.tar.gz) = c0171eaba0a4778f5e62446630d755a90cc72f4c -SHA512 (simplejson-3.12.0.tar.gz) = 65b41f00a503ebdca169428aacac2f431e50099b6ac4c732cef769e17d3419d00f8ac40f9834d827a2f33391e6799d3af892e63e2a853ef1294b2ed8466bd7d8 -Size (simplejson-3.12.0.tar.gz) = 77969 bytes +SHA1 (simplejson-3.13.2.tar.gz) = f8a479361560fc5c50ce494058ba4dfedb4810b9 +RMD160 (simplejson-3.13.2.tar.gz) = 114d4475b8b641b1ad08e8a22dcfd66d426dda38 +SHA512 (simplejson-3.13.2.tar.gz) = ea29bc615de7fd0eb2a98f5dbeea74ee49b6fed6602396e77baf4480c86f975eff7fd868ac44f62a1c2f3721d4fa5b807b74109e5e28810df70dbad758110f41 +Size (simplejson-3.13.2.tar.gz) = 79735 bytes |