vp-build/srcpkgs/python3-canonicaljson/template

16 lines
608 B
Bash

# Template file for 'python3-canonicaljson'
pkgname=python3-canonicaljson
version=1.6.4
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-simplejson python3-frozendict"
checkdepends="${depends} python3-pytest"
short_desc="Canonical JSON"
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=6c09b2119511f30eb1126cfcd973a10824e20f1cfd25039cde3d1218dd9c8d8f
make_check_pre="env PYTHONPATH=src"