# Description: Python binding to the Networking and Cryptography (NaCl) library # URL: https://github.com/pyca/pynacl # Maintainer: Matt Housh, jaeger at crux dot ninja # Depends on: python3-wheel python3-cffi name=python3-pynacl version=1.6.1 release=1 source=(https://github.com/pyca/pynacl/archive/$version/$name-$version.tar.gz) build() { cd pynacl-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }