dev-python/nitrokey: drop 0.4.1

Signed-off-by: Jernej Jakob <jernej.jakob@gmail.com>
This commit is contained in:
Jernej Jakob
2026-05-04 00:15:49 +02:00
parent 313a3a7a00
commit 36e10cac12
2 changed files with 0 additions and 49 deletions

View File

@@ -1,2 +1 @@
DIST nitrokey-0.4.1.gh.tar.gz 1234954 BLAKE2B e095673defa106072a05286a0144b8a02b581fc3836b783960ebda3c47770eeaf0761ac76111b7368d6f739e42c45191de92f652162a2b76c4b25bd6dfab7cbb SHA512 af88c7b4a59f11a5d54496c2f2cd3e808d711935b87b0fe21de62a34159f000dacf63f4a8b46be37dd6ba540c3a04d41328bf09e81f02dc2634de05e16c4d498
DIST nitrokey-0.4.2.gh.tar.gz 1235069 BLAKE2B ee2d08363eb7ccb2e72fb73bd2d45e01c00f3c6784bbd5ea2f5b185a4c358c3502e2200796fdcb0c98cc1037324d4cb7e8b7cca97e3a53d5122049040ad778b6 SHA512 04003651240361e736e4a3a4f3c7f172a86f06eab7a0a6bd862e20fd8b22aa7918e130fd918ee10f906322949bd8ad292b03e0dc708c928c951e236c6650c680

View File

@@ -1,48 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
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 )"
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/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-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
distutils_enable_tests pytest