From 04099607e4da6f6d652eae8bed61c3d80c9dbf0a Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Sun, 15 Dec 2019 10:56:45 +0700 Subject: [PATCH 1/2] python3-fido2: update to 0.8.1. --- srcpkgs/python3-fido2/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template index fb737d68d20..179b596ccff 100644 --- a/srcpkgs/python3-fido2/template +++ b/srcpkgs/python3-fido2/template @@ -1,20 +1,21 @@ # Template file for 'python3-fido2' pkgname=python3-fido2 _pkgname=fido2 -version=0.7.1 +version=0.8.1 revision=2 archs=noarch wrksrc="${_pkgname}-${version}" build_style=python3-module pycompile_module=${_pkgname} hostmakedepends="python3-setuptools" -depends="python3" +depends="python3-six python3-cryptography python3-scard" +checkdepends="$depends" short_desc="Library for FIDO2 functionality" maintainer="Doan Tran Cong Danh " license="BSD-2-Clause" homepage="https://github.com/Yubico/python-fido2" distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz" -checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682 +checksum=449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3 post_install() { vlicense COPYING From 241e24e1cfa77c8aefc0f9112fdf7632caf9538d Mon Sep 17 00:00:00 2001 From: Doan Tran Cong Danh Date: Sun, 15 Dec 2019 11:00:11 +0700 Subject: [PATCH 2/2] yubikey-manager: add checkdepends and missing depends --- srcpkgs/yubikey-manager/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template index fcc7b7cb737..4a6fbc569cb 100644 --- a/srcpkgs/yubikey-manager/template +++ b/srcpkgs/yubikey-manager/template @@ -1,12 +1,13 @@ # Template file for 'yubikey-manager' pkgname=yubikey-manager version=3.1.0 -revision=2 +revision=3 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" -depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard -python3-click python3-cryptography python3-six pcsc-ccid" +depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-click + pcsc-ccid libykpers libpcsclite" +checkdepends="$depends" short_desc="Library and CLI tools to configure YubiKey" maintainer="Doan Tran Cong Danh " license="BSD-2-Clause"