mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-fido2: update to 1.1.1.
This commit is contained in:
parent
383178b43d
commit
aa7e29e63a
1 changed files with 4 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'python3-fido2'
|
# Template file for 'python3-fido2'
|
||||||
pkgname=python3-fido2
|
pkgname=python3-fido2
|
||||||
_pkgname=fido2
|
_pkgname=fido2
|
||||||
version=1.1.0
|
version=1.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-poetry-core"
|
||||||
depends="python3-six python3-cryptography python3-pyscard"
|
depends="python3-six python3-cryptography python3-pyscard"
|
||||||
# Missing fakefs will be pulled from pypi
|
# Missing fakefs will be pulled from pypi
|
||||||
checkdepends="$depends python3-mock python3-pytest"
|
checkdepends="$depends python3-mock python3-pytest"
|
||||||
|
@ -13,12 +13,7 @@ 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=2b4b4e620c2100442c20678e0e951ad6d1efb3ba5ca8ebb720c4c8d543293674
|
checksum=5dc495ca8c59c1c337383b4b8c314d46b92d5c6fc650e71984c6d7f954079fc3
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
# pytest mis-recognises this file as a test case
|
|
||||||
rm -f examples/test_config.py
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue