17 lines
661 B
Bash
17 lines
661 B
Bash
# Template file for 'python3-canonicaljson'
|
|
pkgname=python3-canonicaljson
|
|
version=2.0.0
|
|
revision=2
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
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=e2fdaef1d7fadc5d9cb59bd3d0d41b064ddda697809ac4325dced721d12f113f
|
|
make_check_pre="env PYTHONPATH=src"
|