diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-18 01:39:45 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-18 01:39:45 +0000 |
| commit | 5ef47db015cbb9d95c77f346c19dcee2332c4f8e (patch) | |
| tree | 4a58f0877d06f41969daf702825b9fb3d88637a2 /dev-python/fido2 | |
| parent | e4284378c61eeae49dc5ac22d0b682069a6d7bac (diff) | |
| download | baldeagleos-repo-5ef47db015cbb9d95c77f346c19dcee2332c4f8e.tar.gz baldeagleos-repo-5ef47db015cbb9d95c77f346c19dcee2332c4f8e.tar.xz baldeagleos-repo-5ef47db015cbb9d95c77f346c19dcee2332c4f8e.zip | |
Adding metadata
Diffstat (limited to 'dev-python/fido2')
| -rw-r--r-- | dev-python/fido2/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/fido2/fido2-0.9.3.ebuild (renamed from dev-python/fido2/fido2-0.8.1.ebuild) | 29 |
2 files changed, 17 insertions, 14 deletions
diff --git a/dev-python/fido2/Manifest b/dev-python/fido2/Manifest index 3143d5edae8c..41ff30bdd4b8 100644 --- a/dev-python/fido2/Manifest +++ b/dev-python/fido2/Manifest @@ -1,2 +1,2 @@ -DIST fido2-0.8.1.tar.gz 201198 BLAKE2B 33411dd05d7f513445afa8a6fc4bb90f3989a655fa05d2ba9da411aa7eea3b30ffa253fae6586f76c416115e5bec90f6f120472a49a0acfbd91020d2cba8f74d SHA512 fc0753ea694f2170d529129764cd9f9c5439cd2f467e4f384d7a698266ee8391a5c9c7c6e51d2dc2a99b93fca1c7d5288d5236e302672a87b8ca7704f328c0b5 DIST fido2-0.9.1.tar.gz 206395 BLAKE2B 9a9b5d0dd808de896c91aa605540a1968aab7ae543336521d4a206f27bcf836c57e88aa6cdd0bacf71db8d16a0f94c2f9c16b16ca415363fd0b5e145a448ec18 SHA512 cde8c247fe0875129a890866ab76d40b2bd6feee86ff1ccb4b9ec5e6dc037e569fc8d969b51a456b5e66c6f7c67e18d14c3917375d5de85bbe7da5af3254f797 +DIST fido2-0.9.3.tar.gz 217894 BLAKE2B ccc3a9b59045216037664b5bf4b969a79b86b300f67fc4253b563acbbee98912ea076996772f17b88141d2a36a933b4926de96f05c53e204d0bb4eaaa2daad6b SHA512 f105c347784cdfab88ab08852227d24f4bca623145f7f76bd066dadab6ada1eae751934fd4dc7436a5c5fb3a0ed2fc4d5c59bb2a93888d470028f0713ca7e09e diff --git a/dev-python/fido2/fido2-0.8.1.ebuild b/dev-python/fido2/fido2-0.9.3.ebuild index 2c25d2f70dff..b6026aec16f0 100644 --- a/dev-python/fido2/fido2-0.8.1.ebuild +++ b/dev-python/fido2/fido2-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,10 +12,10 @@ HOMEPAGE="https://github.com/Yubico/python-fido2" SRC_URI="https://github.com/Yubico/python-fido2/releases/download/${PV}/${P}.tar.gz" LICENSE="Apache-2.0 BSD-2 MIT MPL-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples test" -RESTRICT="!test? ( test )" +SLOT="0/0.9" # Bumped every time a backwards-incompatible version is released +KEYWORDS="~amd64 ~riscv ~x86" +IUSE="examples" +RESTRICT="test" # Tests require <dev-python/mock-4 RDEPEND=" dev-python/six[${PYTHON_USEDEP}] @@ -28,16 +28,19 @@ RDEPEND=" " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/mock[${PYTHON_USEDEP}] - >=dev-python/pyfakefs-3.4[${PYTHON_USEDEP}] - ) " -python_test() { - esetup.py test -} +# Disable tests, <dev-python/mock-4 doesn't exist +# DEPEND="${DEPEND} +# test? ( +# ${RDEPEND} +# <dev-python/mock-4[${PYTHON_USEDEP}] +# >=dev-python/pyfakefs-3.4[${PYTHON_USEDEP}] +# ) +# " +# +# When tests are available again, remember to add a custom +# test phase that runs 'python -m unittest discover -v' python_install_all() { distutils-r1_python_install_all |
