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

View file

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