# Maintainer: opal hart pkgname=py3-keyring pkgver=21.1.1 pkgrel=0 pkgdesc="Access the system keyring service from Python" url="https://github.com/jaraco/keyring" arch="noarch" license="GPL-3.0-only" depends="python3 py3-setuptools py3-entrypoints py3-secretstorage" source="https://files.pythonhosted.org/packages/source/k/keyring/keyring-$pkgver.tar.gz" builddir="$srcdir"/keyring-$pkgver build() { python3 setup.py build } check() { python3 setup.py check } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="e367abc08eb3ba0412e6344f150ed584c067d3f97624788f7a615721b42f8e78664678b1929b38dd30bd04e79600ff268826360d79151a7d7b45f2a369e65179 keyring-21.1.1.tar.gz"