Install this version:
emerge -a =dev-python/zeep-4.3.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/zeep-4.3.3
Or alternatively:
emerge --autounmask-write -a =dev-python/zeep-4.3.3
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/mvantellingen/python-zeep
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
DESCRIPTION="A modern/fast Python SOAP client based on lxml / requests"
HOMEPAGE="
https://docs.python-zeep.org/
https://github.com/mvantellingen/python-zeep/
https://pypi.org/project/zeep/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
IUSE="async"
RDEPEND="
>=dev-python/attrs-17.2.0[${PYTHON_USEDEP}]
>=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
>=dev-python/lxml-4.6.0[${PYTHON_USEDEP}]
>=dev-python/platformdirs-1.4.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.7.0[${PYTHON_USEDEP}]
>=dev-python/requests-file-1.5.1[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.7.1[${PYTHON_USEDEP}]
async? (
>=dev-python/httpx-0.15.0[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
)
"
BDEPEND="
test? (
dev-python/freezegun[${PYTHON_USEDEP}]
>=dev-python/httpx-0.15.0[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/pretend[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/xmlsec[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-{asyncio,httpx} )
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/zeep |
euse -E <flag> -p dev-python/zeep |
euse -D <flag> -p dev-python/zeep
>=dev-python/attrs-17.2.0[] >=dev-python/isodate-0.5.4[] >=dev-python/lxml-4.6.0[] >=dev-python/platformdirs-1.4.0[] >=dev-python/requests-2.7.0[] >=dev-python/requests-file-1.5.1[] >=dev-python/requests-toolbelt-0.7.1[] async? ( >=dev-python/httpx-0.15.0[] dev-python/packaging[] )
test? ( dev-python/freezegun[] >=dev-python/httpx-0.15.0[] dev-python/packaging[] dev-python/pretend[] dev-python/requests-mock[] dev-python/xmlsec[] )