python3-fido2: update to 0.8.1.
This commit is contained in:
parent
dfb037da49
commit
961111c481
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
||||||
# Template file for 'python3-fido2'
|
# Template file for 'python3-fido2'
|
||||||
pkgname=python3-fido2
|
pkgname=python3-fido2
|
||||||
_pkgname=fido2
|
_pkgname=fido2
|
||||||
version=0.7.1
|
version=0.8.1
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${_pkgname}-${version}"
|
wrksrc="${_pkgname}-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module=${_pkgname}
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-six python3-cryptography python3-scard"
|
||||||
|
checkdepends="$depends"
|
||||||
short_desc="Library for FIDO2 functionality"
|
short_desc="Library for FIDO2 functionality"
|
||||||
maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/Yubico/python-fido2"
|
homepage="https://github.com/Yubico/python-fido2"
|
||||||
distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
|
||||||
checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682
|
checksum=449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue