20 lines
662 B
Bash
20 lines
662 B
Bash
# Template file for 'python3-keyrings-alt'
|
|
pkgname=python3-keyrings-alt
|
|
version=4.1.0
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools_scm"
|
|
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=52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|