diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 10:13:58 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-02 10:46:03 +0100 |
| commit | 376559ce1003d7fc4647a0bc3a362070bed3c474 (patch) | |
| tree | 9abd06f3cc2683801a90e49f3fffae342d43bb66 /testing | |
| parent | 5cb6c88a27f67df3e1d964ea230764083236aed7 (diff) | |
| download | aports-376559ce1003d7fc4647a0bc3a362070bed3c474.tar.bz2 aports-376559ce1003d7fc4647a0bc3a362070bed3c474.tar.xz | |
community/py3-fido2: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-fido2/APKBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py3-fido2/APKBUILD b/testing/py3-fido2/APKBUILD deleted file mode 100644 index 10484b9951..0000000000 --- a/testing/py3-fido2/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Daniel Everett <deverett@gmail.com> -# Maintainer: Daniel Everett <deverett@gmail.com> -pkgname=py3-fido2 -_pkgname=${pkgname#py3-} -pkgver=0.8.1 -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 AND Apache-2.0 AND MPL-2.0" -depends="py3-cryptography py3-six" -makedepends="py3-setuptools" -checkdepends="py3-cparser py3-mock" -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() { - # Requires downloading 'pyfakefs' module - touch "test/__init__.py" - python3 setup.py test -} - -sha512sums="fc0753ea694f2170d529129764cd9f9c5439cd2f467e4f384d7a698266ee8391a5c9c7c6e51d2dc2a99b93fca1c7d5288d5236e302672a87b8ca7704f328c0b5 fido2-0.8.1.tar.gz" |
