Install this version:
emerge -a =dev-python/unicrypto-0.0.12
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="Unified interface for cryptographic libraries"
HOMEPAGE="https://github.com/skelsec/unicrypto"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/pycryptodomex[${PYTHON_USEDEP}]
dev-python/python-mbedtls[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/unicrypto |
euse -E <flag> -p dev-python/unicrypto |
euse -D <flag> -p dev-python/unicrypto
dev-python/pycryptodome[]
test? ( dev-python/cryptography[] dev-python/pycryptodomex[] dev-python/python-mbedtls[] )