# Maintainer: opal hart pkgname=py3-keyring _pkgname="${pkgname#py3-}" pkgver=19.1.0 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" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { python3 setup.py build } check() { python3 setup.py check } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="eef359e20e9e2d0109db6d3144f6499206fbbde58bde70330428f1c4b6d193f025902cef24e5bbc09471a16808911a046affd559e9f54096eba1f0c300793a24 keyring-19.1.0.tar.gz"