# Description: Sign JSON with Ed25519 signatures # URL: https://pypi.python.org/pypi/signedjson/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-canonicaljson python3-importlib_metadata python3-pynacl python3-typing_extensions python3-unpaddedbase64 name=python3-signedjson version=1.1.4 release=2 source=(https://files.pythonhosted.org/packages/source/s/signedjson/signedjson-$version.tar.gz) build() { cd signedjson-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }