16 lines
613 B
Bash
16 lines
613 B
Bash
# Template file for 'python3-signedjson'
|
|
pkgname=python3-signedjson
|
|
version=1.1.0
|
|
revision=3
|
|
wrksrc="python-signedjson-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-canonicaljson>=1.0.0 python3-unpaddedbase64>=1.0.1
|
|
python3-pynacl"
|
|
short_desc="Sign JSON with Ed25519 signatures"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/matrix-org/python-signedjson"
|
|
distfiles="https://github.com/matrix-org/python-signedjson/archive/v${version}.tar.gz"
|
|
checksum=1daf71f476245f7e5c2b06a1e0b617e800d7a39bbc943263e99f00536dbe9347
|