testing/py-fido2: new aport

https://developers.yubico.com/python-fido2/
Provides library functionality for FIDO 2.0, including communication with a device over USB
This commit is contained in:
Daniel Everett 2018-09-02 05:20:11 +00:00 committed by Kevin Daudt
parent fc9081e419
commit 41d8e803d4

View File

@ -0,0 +1,29 @@
# Contributor: Daniel Everett <deverett@gmail.com>
# Maintainer: Daniel Everett <deverett@gmail.com>
pkgname=py3-fido2
_pkgname=${pkgname#py3-}
pkgver=0.3.0
pkgrel=0
pkgdesc="Provides library functionality for FIDO 2.0, including communication with a device over USB"
url="https://developers.yubico.com/python-fido2/"
arch="noarch"
license="BSD-2-Clause Apache-2.0 MPL-2.0"
depends="py-cryptography"
makedepends="python3-dev py-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build() {
python3 setup.py build
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
check() {
touch "test/__init__.py"
python3 setup.py test
}
sha512sums="c6ea83e104d77350413156eba4c1aa2635b77ae00d157dce61e5a8539c65aca4dd1dfc5303f9d408359582eeb98ae558aa1e2043a9b1dfcb23415eb8bc9c6a09 fido2-0.3.0.tar.gz"