dev-python/tpm2-pytss - 3.0.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-python/tpm2-pytss-3.0.0

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

autounmask =dev-python/tpm2-pytss-3.0.0

Or alternatively:

emerge --autounmask-write -a =dev-python/tpm2-pytss-3.0.0

Package Information

Description:
Python bindings for TSS
Homepage:
https://pypi.org/project/tpm2-pytss/ https://github.com/tpm2-software/tpm2-pytss/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
3.0.0 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_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )

inherit distutils-r1 pypi

DESCRIPTION="Python bindings for TSS"
HOMEPAGE="
	https://pypi.org/project/tpm2-pytss/
	https://github.com/tpm2-software/tpm2-pytss/
"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+fapi test"
RESTRICT="!test? ( test )"

DEPEND="
	app-crypt/tpm2-tss:=[fapi=]
	fapi? ( >=app-crypt/tpm2-tss-3.0.3:= )
	test? ( app-crypt/swtpm )
"
RDEPEND="${DEPEND}
	dev-python/cffi[${PYTHON_USEDEP}]
	>=dev-python/cryptography-47[${PYTHON_USEDEP}]
	dev-python/pycparser[${PYTHON_USEDEP}]
"
BDEPEND="
	dev-python/pkgconfig[${PYTHON_USEDEP}]
	dev-python/setuptools-scm[${PYTHON_USEDEP}]
"

EPYTEST_PLUGINS=()
EPYTEST_XDIST=1
distutils_enable_tests pytest

python_test() {
	local EPYTEST_DESELECT=(
		# Current tpm2-tss specified a newer revision that the one tested for
		test/test_encoding.py::ToolsTest::test_tools_decode_tpml_tagged_tpm_property
	)
	epytest
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/tpm2-pytss | euse -E <flag> -p dev-python/tpm2-pytss | euse -D <flag> -p dev-python/tpm2-pytss

Global/Standard Flags

fapi
Default: Enabled (+)

Inherited Eclasses

Dependencies

DEPEND

	app-crypt/tpm2-tss:=[fapi=]
	fapi? ( >=app-crypt/tpm2-tss-3.0.3:= )
	test? ( app-crypt/swtpm )

RDEPEND

	app-crypt/tpm2-tss:=[fapi=]
	fapi? ( >=app-crypt/tpm2-tss-3.0.3:= )
	test? ( app-crypt/swtpm )

	dev-python/cffi[]
	>=dev-python/cryptography-47[]
	dev-python/pycparser[]

BDEPEND

	dev-python/pkgconfig[]
	dev-python/setuptools-scm[]