dev-python/nethsm - 2.1.2 (guru)

Search

Install

Install this version:

emerge -a =dev-python/nethsm-2.1.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/nethsm-2.1.2

Or alternatively:

emerge --autounmask-write -a =dev-python/nethsm-2.1.2

Package Information

Description:
Python client for NitroKey NetHSM
Homepage:
https://github.com/Nitrokey/nethsm-sdk-py
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.1.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1

DESCRIPTION="Python client for NitroKey NetHSM"
HOMEPAGE="https://github.com/Nitrokey/nethsm-sdk-py"
MY_PN="nethsm-sdk-py"
MY_P="${MY_PN}-${PV}"
SRC_URI="https://github.com/Nitrokey/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/certifi[${PYTHON_USEDEP}]
	>=dev-python/cryptography-41[${PYTHON_USEDEP}]
	=dev-python/typing-extensions-4*[${PYTHON_USEDEP}]
	=dev-python/urllib3-2*[${PYTHON_USEDEP}]
"

# tests require docker (provision a NetHSM instance in a container from a prebuilt image)
RESTRICT="test"

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/certifi[]
	>=dev-python/cryptography-41[]
	=dev-python/typing-extensions-4*[]
	=dev-python/urllib3-2*[]

Manifest for 2.1.2

Type File Size Source URLs
DIST nethsm-2.1.2.gh.tar.gz 296521 bytes https://github.com/Nitrokey/nethsm-sdk-py/archive/refs/tags/v2.1.2.tar.gz