# Maintainer: opal hart pkgname=py3-keyring _pkgname="${pkgname#py3-}" pkgver=20.0.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 py3-entrypoints py3-secretstorage" 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="6861e7222349c1fb87406fda83b91bf14dbc3b77ee204cd0d4e837106671ed51a632e7ac8c8aed433e6a57686887ca2303b94ff1a5a7c44924df2b43bf232883 keyring-20.0.0.tar.gz"