Install this version:
emerge -a =dev-python/pysequoia-0.1.35
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pysequoia-0.1.35
Or alternatively:
emerge --autounmask-write -a =dev-python/pysequoia-0.1.35
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.35 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
CRATES="
"
RUST_MIN_VER="1.88.0"
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
PYTHON_COMPAT=( python3_{12..15} )
inherit cargo distutils-r1 pypi
DESCRIPTION="Provides OpenPGP facilities using Sequoia-PGP library"
HOMEPAGE="
https://github.com/wiktor-k/pysequoia
https://pypi.org/project/pysequoia/
"
if [[ ${PKGBUMPING} != ${PVR} ]]; then
SRC_URI+="
https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz
${CARGO_CRATE_URIS}
"
fi
LICENSE="Apache-2.0"
# Dependent crate licenses
LICENSE+="
Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 LGPL-2+ MIT
Unicode-3.0 ZLIB
"
SLOT="0"
KEYWORDS="~amd64"
QA_FLAGS_IGNORED="usr/lib/python.*/site-packages/pysequoia/.*.so"
EPYTEST_PLUGINS=()
EPYTEST_XDIST=1
distutils_enable_tests pytest
src_test() {
cargo_src_test
distutils-r1_src_test
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pysequoia-0.1.35-crates.tar.xz | 16564708 bytes | https://github.com/gentoo-crate-dist/pysequoia/releases/download/v0.1.35/pysequoia-0.1.35-crates.tar.xz |