20 lines
577 B
Bash
20 lines
577 B
Bash
# Template file for 'python3-keyrings-alt'
|
|
pkgname=python3-keyrings-alt
|
|
version=3.1.1
|
|
revision=1
|
|
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=0bc7b75c7e710a3dd7bc4c3841c71467b24ccbce1b85efb2586bdf0c4713f751
|
|
|
|
post_intall() {
|
|
vlicense LICENSE
|
|
}
|