Install this version:
emerge -a =dev-python/pycryptodomex-3.23.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pycryptodomex-3.23.0
Or alternatively:
emerge --autounmask-write -a =dev-python/pycryptodomex-3.23.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.23.0 | 8 | ~amd64 | 0 |
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1 pypi
DESCRIPTION="Self-contained package of low-level cryptographic primitives"
HOMEPAGE="
https://www.pycryptodome.org
https://pypi.org/project/pycryptodomex/
"
LICENSE="BSD public-domain"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( README.rst )
python_test() {
"${EPYTHON}" setup.py test || die -n "Tests failed with ${EPYTHON}"
}