mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 17:01:34 +02:00
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:
parent
fc9081e419
commit
41d8e803d4
29
testing/py3-fido2/APKBUILD
Normal file
29
testing/py3-fido2/APKBUILD
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user