From 9d9c2787a14a09979a2a85a95e305be55292bcf2 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 28 Mar 2023 14:23:11 -0400 Subject: [PATCH] python3-canonicaljson: update to 2.0.0. --- srcpkgs/python3-canonicaljson/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template index d050094a7d5..5095f1fe17b 100644 --- a/srcpkgs/python3-canonicaljson/template +++ b/srcpkgs/python3-canonicaljson/template @@ -1,16 +1,16 @@ # Template file for 'python3-canonicaljson' pkgname=python3-canonicaljson -version=1.6.5 +version=2.0.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" -depends="python3-simplejson python3-frozendict" -checkdepends="${depends} python3-pytest" +depends="python3" +checkdepends="python3-pytest" short_desc="Canonical JSON" maintainer="Joel Beckmeyer " license="Apache-2.0" homepage="https://github.com/matrix-org/python-canonicaljson" changelog="https://raw.githubusercontent.com/matrix-org/python-canonicaljson/main/CHANGES.md" distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz" -checksum=68dfc157b011e07d94bf74b5d4ccc01958584ed942d9dfd5fdd706609e81cd4b +checksum=e2fdaef1d7fadc5d9cb59bd3d0d41b064ddda697809ac4325dced721d12f113f make_check_pre="env PYTHONPATH=src"