dev-python/pycryptodomex - 3.23.0 (pentoo)

Search

Install

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

Package Information

Description:
Self-contained package of low-level cryptographic primitives
Homepage:
https://www.pycryptodome.org https://pypi.org/project/pycryptodomex/
License:
BSD public-domain

Ebuild Details

Version EAPI Keywords Slot
3.23.0 8 ~amd64 0
View Raw Ebuild
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}"
}

Inherited Eclasses