void-packages/srcpkgs/python3-keyrings-alt/template
2020-10-10 10:21:23 -04:00

19 lines
564 B
Bash

# Template file for 'python3-keyrings-alt'
pkgname=python3-keyrings-alt
version=3.4.0
revision=3
wrksrc="keyrings.alt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-keyring"
short_desc="Alternate keyring backend implementations"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/jaraco/keyrings.alt"
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
checksum=91328ac4229e70b1d0061d21bf61d36b031a6b4828f2682e38c741812f6eb23d
post_intall() {
vlicense LICENSE
}