Install this version:
emerge -a =dev-python/signxml-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/signxml-9999
Or alternatively:
emerge --autounmask-write -a =dev-python/signxml-9999
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO=https://github.com/XML-Security/signxml
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
DESCRIPTION="Python XML Signature and XAdES library"
HOMEPAGE="
https://pypi.org/project/signxml/
https://github.com/XML-Security/signxml
"
if [[ ${PV} == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/XML-Security/signxml.git"
else
inherit pypi
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
fi
LICENSE="Apache-2.0"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-python/lxml-5[${PYTHON_USEDEP}]
<dev-python/lxml-7[${PYTHON_USEDEP}]
>=dev-python/cryptography-43[${PYTHON_USEDEP}]
>=dev-python/certifi-2023.11.17[${PYTHON_USEDEP}]
"
python_test() {
"${EPYTHON}" test/test.py -v || die
}
Manage flags for this package:
euse -i <flag> -p dev-python/signxml |
euse -E <flag> -p dev-python/signxml |
euse -D <flag> -p dev-python/signxml
>=dev-python/lxml-5[] <dev-python/lxml-7[] >=dev-python/cryptography-43[] >=dev-python/certifi-2023.11.17[]