# Description: Securely store passwords and other private data using the SecretService DBus API # URL: https://github.com/mitya57/secretstorage # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-cryptography python3-jeepney name=python3-secretstorage version=3.4.0 release=1 source=(https://pypi.org/packages/source/s/secretstorage/secretstorage-$version.tar.gz) build() { cd secretstorage-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }