void-packages/srcpkgs/python3-fido2/template

25 lines
719 B
Bash

# Template file for 'python3-fido2'
pkgname=python3-fido2
_pkgname=fido2
version=1.1.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-six python3-cryptography python3-pyscard"
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, Apache-2.0"
homepage="https://github.com/Yubico/python-fido2"
distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
checksum=6110d913106f76199201b32d262b2857562cc46ba1d0b9c51fbce30dc936c573
post_extract() {
rm -f fido2/public_suffix_list.dat
rm -f COPYING.*
}
post_install() {
vlicense COPYING
}