void-packages/srcpkgs/python3-keyring/template
2020-06-24 14:17:06 +02:00

21 lines
685 B
Bash

# Template file for 'python3-keyring'
pkgname=python3-keyring
version=21.2.1
revision=1
archs=noarch
wrksrc="keyring-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-SecretStorage python3-entrypoints"
short_desc="Python interface to the system keyring service"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="MIT"
homepage="https://github.com/jaraco/keyring"
changelog="https://raw.githubusercontent.com/jaraco/keyring/master/CHANGES.rst"
distfiles="${PYPI_SITE}/k/keyring/keyring-${version}.tar.gz"
checksum=c53e0e5ccde3ad34284a40ce7976b5b3a3d6de70344c3f8ee44364cc340976ec
post_install() {
vlicense LICENSE
}