void-packages/srcpkgs/python3-keyring/template
2021-01-28 15:06:11 -05:00

20 lines
689 B
Bash

# Template file for 'python3-keyring'
pkgname=python3-keyring
version=21.2.1
revision=3
wrksrc="keyring-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm python3-toml"
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
}