Install this version:
emerge -a =dev-python/onvif-zeep-async-4.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/onvif-zeep-async-4.2.0
Or alternatively:
emerge --autounmask-write -a =dev-python/onvif-zeep-async-4.2.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Async Python Client for ONVIF Camera"
HOMEPAGE="https://github.com/hunterjm/python-onvif-zeep-async https://pypi.org/project/onvif-zeep-async/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
BDEPEND="
${PYTHON_DEPS}
test? (
dev-python/pytest
)
"
RDEPEND="
>=dev-python/aiohttp-3.12.9[${PYTHON_USEDEP}]
>=dev-python/httpx-0.19.0[${PYTHON_USEDEP}]
<dev-python/httpx-1.0.0[${PYTHON_USEDEP}]
>=dev-python/zeep-4.2.1[async,${PYTHON_USEDEP}]
<dev-python/zeep-5.0.0[async,${PYTHON_USEDEP}]
>=dev-python/ciso8601-2.1.3[${PYTHON_USEDEP}]
>=dev-python/yarl-1.10.0[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/onvif-zeep-async |
euse -E <flag> -p dev-python/onvif-zeep-async |
euse -D <flag> -p dev-python/onvif-zeep-async
>=dev-python/aiohttp-3.12.9[] >=dev-python/httpx-0.19.0[] <dev-python/httpx-1.0.0[] >=dev-python/zeep-4.2.1[async,] <dev-python/zeep-5.0.0[async,] >=dev-python/ciso8601-2.1.3[] >=dev-python/yarl-1.10.0[]
test? ( dev-python/pytest )