21 lines
707 B
Bash
21 lines
707 B
Bash
# Template file for 'python3-keyrings-alt'
|
|
pkgname=python3-keyrings-alt
|
|
version=4.0.2
|
|
revision=2
|
|
wrksrc="keyrings.alt-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm python3-toml"
|
|
depends="python3-keyring"
|
|
checkdepends="${depends} python3-pytest"
|
|
short_desc="Alternate keyring backend implementations"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/jaraco/keyrings.alt"
|
|
changelog="https://raw.githubusercontent.com/jaraco/keyrings.alt/main/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/k/keyrings.alt/keyrings.alt-${version}.tar.gz"
|
|
checksum=cc475635099d6edd7e475c5a479e5b4da5e811a3af04495a1e9ada488d16fe25
|
|
|
|
post_intall() {
|
|
vlicense LICENSE
|
|
}
|