python3-canonicaljson: update to 2.0.0.

This commit is contained in:
Joel Beckmeyer 2023-03-28 14:23:11 -04:00 committed by Duncan Overbruck
parent 639a0941bd
commit 9d9c2787a1

View file

@ -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 <joel@beckmeyer.us>"
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"