mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
python3-fido2: update to 2.0.0.
This commit is contained in:
parent
f1e0081959
commit
d80da555a8
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'python3-fido2'
|
# Template file for 'python3-fido2'
|
||||||
pkgname=python3-fido2
|
pkgname=python3-fido2
|
||||||
_pkgname=fido2
|
version=2.0.0
|
||||||
version=1.2.0
|
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-poetry-core"
|
hostmakedepends="python3-poetry-core"
|
||||||
|
@ -11,8 +10,9 @@ short_desc="Library for FIDO2 functionality"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-2-Clause, Apache-2.0"
|
license="BSD-2-Clause, Apache-2.0"
|
||||||
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/fido2/fido2-${version}.tar.gz"
|
||||||
checksum=e39f95920122d64283fda5e5581d95a206e704fa42846bfa4662f86aa0d3333b
|
checksum=3061cd05e73b3a0ef6afc3b803d57c826aa2d6a9732d16abd7277361f58e7964
|
||||||
|
make_check=no # requires device
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rm -f fido2/public_suffix_list.dat
|
rm -f fido2/public_suffix_list.dat
|
||||||
|
|
Loading…
Add table
Reference in a new issue