17 lines
702 B
Bash
17 lines
702 B
Bash
# Template file for 'python3-canonicaljson'
|
|
pkgname=python3-canonicaljson
|
|
version=1.6.5
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/matrix-org/python-canonicaljson/main/CHANGES.md"
|
|
distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
|
|
checksum=68dfc157b011e07d94bf74b5d4ccc01958584ed942d9dfd5fdd706609e81cd4b
|
|
make_check_pre="env PYTHONPATH=src"
|