python3-canonicaljson: update to 1.6.3.
This commit is contained in:
parent
def53da009
commit
072a628c1d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue