From 6bf2b8fba5755adcffb398531171e0495cff42ca Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Fri, 11 Dec 2020 18:55:08 -0600 Subject: [PATCH] python3-simplejson: update to 3.17.2. --- srcpkgs/python3-simplejson/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template index 64e088e7c604e1..5c6818d8b486e9 100644 --- a/srcpkgs/python3-simplejson/template +++ b/srcpkgs/python3-simplejson/template @@ -1,7 +1,7 @@ # Template file for 'python3-simplejson' pkgname=python3-simplejson -version=3.17.0 -revision=4 +version=3.17.2 +revision=1 wrksrc="simplejson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,11 +12,7 @@ license="MIT, AFL-2.1" homepage="https://github.com/simplejson/simplejson" changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt" distfiles="https://github.com/simplejson/simplejson/releases/download/v${version}/simplejson-${version}.tar.gz" -checksum=2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81 - -do_check() { - python3 setup.py test -} +checksum=75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841 post_install() { vlicense LICENSE.txt LICENSE