void-packages/srcpkgs/python3-keyrings-alt/template
2021-10-09 08:01:27 -04:00

21 lines
694 B
Bash

# Template file for 'python3-keyrings-alt'
pkgname=python3-keyrings-alt
version=4.1.0
revision=2
wrksrc="keyrings.alt-${version}"
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_intall() {
vlicense LICENSE
}