mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-10 20:45:10 +02:00
15 lines
592 B
Bash
15 lines
592 B
Bash
# Template file for 'python3-canonicaljson'
|
|
pkgname=python3-canonicaljson
|
|
version=1.6.1
|
|
revision=1
|
|
wrksrc="canonicaljson-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
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=a93664f698556dbd4bab9c3fc4fb35834cf2535da1ea00b6b7758d8fe2bbb824
|