17 lines
621 B
Bash
17 lines
621 B
Bash
# Template file for 'python3-canonicaljson'
|
|
pkgname=python3-canonicaljson
|
|
version=1.1.4
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="canonicaljson-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="canonicaljson.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-simplejson>=3.6.5 python3-frozendict>=1.0 python3-six"
|
|
short_desc="Canonical JSON"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/matrix-org/python-canonicaljson"
|
|
distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz"
|
|
checksum=45bce530ff5fd0ca93703f71bfb66de740a894a3b5dd6122398c6d8f18539725
|