python3-canonicaljson: update to 1.6.3.

This commit is contained in:
Joel Beckmeyer 2022-09-26 12:59:19 -04:00 committed by Andrew J. Hesford
parent def53da009
commit 072a628c1d
1 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'python3-canonicaljson'
pkgname=python3-canonicaljson
version=1.6.2
version=1.6.3
revision=1
wrksrc="canonicaljson-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-simplejson python3-frozendict"
checkdepends="${depends} python3-pytest"
short_desc="Canonical JSON"
@ -12,4 +12,5 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="Apache-2.0"
homepage="https://github.com/matrix-org/python-canonicaljson"
distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
checksum=af00be8ce9c589857df176bb94594f0d43b0e027f027a8d7cf8978fdb819024a
checksum=ca59760bc274a899a0da75809d6909ae43e5123381fd6ef040a44d1952c0b448
make_check_pre="env PYTHONPATH=src"