diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template index d5db642ac69..f1eb4072dd6 100644 --- a/srcpkgs/python-simplejson/template +++ b/srcpkgs/python-simplejson/template @@ -1,6 +1,6 @@ # Template file for 'python-simplejson' pkgname=python-simplejson -version=3.14.0 +version=3.15.0 revision=1 wrksrc="simplejson-${version}" build_style=python-module @@ -11,8 +11,13 @@ short_desc="Simple, fast, extensible JSON encoder/decoder for Python2" maintainer="Juan RP " license="MIT, AFL-2.1" homepage="https://github.com/simplejson/simplejson" +#changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt" distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz" -checksum=1ebbd84c2d7512f7ba65df0b9cc3cbc1bbd6ef9eab39fc9389dfe7e3681f7bd2 +checksum=ad332f65d9551ceffc132d0a683f4ffd12e4bc7538681100190d577ced3473fb + +do_check() { + python3 setup.py test +} post_install() { vlicense LICENSE.txt LICENSE