summaryrefslogtreecommitdiff
path: root/python3-signedjson/Pkgfile
blob: 78ca224528af0e21e3fcc298d26ec877fc3442e1 (plain)
    1 # Description: Sign JSON with Ed25519 signatures
    2 # URL: https://pypi.python.org/pypi/signedjson/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: python3-canonicaljson python3-pynacl python3-unpaddedbase64
    5 
    6 name=python3-signedjson
    7 version=1.1.4
    8 release=1
    9 source=(https://files.pythonhosted.org/packages/source/s/signedjson/signedjson-$version.tar.gz)
   10 
   11 build() {
   12   cd signedjson-$version
   13   /usr/bin/python3 setup.py build
   14   /usr/bin/python3 setup.py install --prefix=/usr \
   15     --root=$PKG \
   16     -O1 \
   17     --skip-build
   18 }

Generated by cgit