void-packages/srcpkgs/python3-keyrings-alt/template
2020-12-19 22:06:19 -03:00

21 lines
690 B
Bash

# Template file for 'python3-keyrings-alt'
pkgname=python3-keyrings-alt
version=4.0.2
revision=1
wrksrc="keyrings.alt-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
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
}