16 lines
615 B
Bash
16 lines
615 B
Bash
# Template file for 'python3-signedjson'
|
|
pkgname=python3-signedjson
|
|
version=1.1.4
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
depends="python3-canonicaljson python3-unpaddedbase64 python3-pynacl
|
|
python3-typing_extensions"
|
|
checkdepends="${depends} python3-pytest"
|
|
short_desc="Sign JSON with Ed25519 signatures"
|
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/matrix-org/python-signedjson"
|
|
distfiles="${PYPI_SITE}/s/signedjson/signedjson-${version}.tar.gz"
|
|
checksum=cd91c56af53f169ef032c62e9c4a3292dc158866933318d0592e3462db3d6492
|