20 lines
577 B
Bash
20 lines
577 B
Bash
# Template file for 'python3-keyrings-alt'
|
|
pkgname=python3-keyrings-alt
|
|
version=3.4.0
|
|
revision=2
|
|
archs=noarch
|
|
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
|
|
}
|