Install this version:
emerge -a =dev-python/PyKCS11-1.5.16
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/PyKCS11-1.5.16
Or alternatively:
emerge --autounmask-write -a =dev-python/PyKCS11-1.5.16
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.5.16 | 8 | ~amd64 | 0 |
# Copyright 2024 Kirixetamine <revelation@krxt.dev>
# Distributed under the terms of the ISC License
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{7..13} )
inherit distutils-r1 pypi
DESCRIPTION="Full PKCS#11 wrapper for Python"
HOMEPAGE="
https://github.com/LudovicRousseau/PyKCS11
https://pypi.org/project/PyKCS11
"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-lang/swig
"
RDEPEND="
dev-python/asn1crypto[${PYTHON_USEDEP}]
"
RESTRICT="mirror"
distutils_enable_tests pytest