void-packages/srcpkgs/python3-fido2/template

21 lines
676 B
Bash

# Template file for 'python3-fido2'
pkgname=python3-fido2
_pkgname=fido2
version=1.1.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-six python3-cryptography python3-pyscard"
# Missing fakefs will be pulled from pypi
checkdepends="$depends python3-mock python3-pytest"
short_desc="Library for FIDO2 functionality"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="https://github.com/Yubico/python-fido2"
distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
checksum=5dc495ca8c59c1c337383b4b8c314d46b92d5c6fc650e71984c6d7f954079fc3
post_install() {
vlicense COPYING
}