blob: d5afd4ac7cfe50066948f8c63c9152e91a711a27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-webauthn
pkgdesc = Pythonic WebAuthn
pkgver = 3.0.0
pkgrel = 1
url = https://github.com/duo-labs/py_webauthn
arch = any
license = BSD-3-Clause
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-cbor2
depends = python-cryptography
depends = python-pyasn1
depends = python-pyopenssl
provides = python-webauthn
conflicts = python-webauthn
source = webauthn::git+https://github.com/duo-labs/py_webauthn.git#tag=v3.0.0
sha256sums = ee43cb477c7d2f645bbc1b176a2dba0844ff57ae12b9357ac18ae2b1f8c2e6f8
pkgname = python-webauthn
|