dev-python/nitrokey: add 0.4.1, drop 0.3.2

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
Mattéo Rossillol‑‑Laruelle
2025-10-04 15:25:24 +02:00
parent 2e61289272
commit e80b3ae608
2 changed files with 17 additions and 4 deletions

View File

@@ -1 +1 @@
DIST nitrokey-0.3.2.gh.tar.gz 1234369 BLAKE2B f4024eacc4974710a6754e2091835b0d7b533d1ce44ee08d9d0287a2fc794d8c0feb8f5a5f99152c553546f740d47bbcdf11e19b4a28b88e2c13a8384de17fd4 SHA512 f49788388dda6a9f06e09fca7b68b34dfb70693e323982db92fc96a8775c67d49447cabd57d77cf2fc9075eeb5901d8260c608b5b2b3a222f9b06605d074932f
DIST nitrokey-0.4.1.gh.tar.gz 1234954 BLAKE2B e095673defa106072a05286a0144b8a02b581fc3836b783960ebda3c47770eeaf0761ac76111b7368d6f739e42c45191de92f652162a2b76c4b25bd6dfab7cbb SHA512 af88c7b4a59f11a5d54496c2f2cd3e808d711935b87b0fe21de62a34159f000dacf63f4a8b46be37dd6ba540c3a04d41328bf09e81f02dc2634de05e16c4d498

View File

@@ -12,23 +12,36 @@ DESCRIPTION="Python SDK for Nitrokey devices"
HOMEPAGE="https://github.com/Nitrokey/nitrokey-sdk-py https://pypi.org/project/nitrokey/"
SRC_URI="https://github.com/Nitrokey/nitrokey-sdk-py/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/nitrokey-sdk-py-${PV}"
LICENSE="Apache-2.0 MIT"
LICENSE="|| ( Apache-2.0 MIT )"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/crcmod-1.7[${PYTHON_USEDEP}]
<dev-python/crcmod-2[${PYTHON_USEDEP}]
>=dev-python/cryptography-41[${PYTHON_USEDEP}]
>=dev-python/fido2-1.1.2:=[${PYTHON_USEDEP}]
<dev-python/fido2-3:=[${PYTHON_USEDEP}]
>=dev-python/hidapi-0.14[${PYTHON_USEDEP}]
<dev-python/hidapi-0.15[${PYTHON_USEDEP}]
>=dev-python/poetry-core-2[${PYTHON_USEDEP}]
<dev-python/poetry-core-3[${PYTHON_USEDEP}]
>=dev-python/protobuf-5.26:=[${PYTHON_USEDEP}]
<dev-python/protobuf-7:=[${PYTHON_USEDEP}]
>=dev-python/pyserial-3.5[${PYTHON_USEDEP}]
>=dev-python/requests-2[${PYTHON_USEDEP}]
<dev-python/pyserial-4[${PYTHON_USEDEP}]
>=dev-python/requests-2.16[${PYTHON_USEDEP}]
<dev-python/requests-3[${PYTHON_USEDEP}]
>=dev-python/semver-3[${PYTHON_USEDEP}]
<dev-python/semver-4[${PYTHON_USEDEP}]
>=dev-python/tlv8-0.10[${PYTHON_USEDEP}]
<dev-python/tlv8-0.11[${PYTHON_USEDEP}]
>=dev-python/types-protobuf-5.26[${PYTHON_USEDEP}]
>=dev-python/types-requests-2.32[${PYTHON_USEDEP}]
<dev-python/types-protobuf-7[${PYTHON_USEDEP}]
>=dev-python/types-requests-2.16[${PYTHON_USEDEP}]
<dev-python/types-requests-3[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.1[${PYTHON_USEDEP}]
<dev-python/typing-extensions-5[${PYTHON_USEDEP}]
"
distutils_enable_sphinx docs