Install this version:
emerge -a =dev-python/async-upnp-client-0.47.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/async-upnp-client-0.47.1
Or alternatively:
emerge --autounmask-write -a =dev-python/async-upnp-client-0.47.1
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Async UPnP Client"
HOMEPAGE="https://github.com/StevenLooman/async_upnp_client https://pypi.org/project/async-upnp-client/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="
>=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]
<dev-python/aiohttp-4.0.0[${PYTHON_USEDEP}]
>=dev-python/async-timeout-3[${PYTHON_USEDEP}]
>=dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}]
>=dev-python/python-didl-lite-1.5.0[${PYTHON_USEDEP}]
>=dev-python/voluptuous-0.15.2[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/asyncmock[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/async-upnp-client |
euse -E <flag> -p dev-python/async-upnp-client |
euse -D <flag> -p dev-python/async-upnp-client
>=dev-python/aiohttp-3.9.0[] <dev-python/aiohttp-4.0.0[] >=dev-python/async-timeout-3[] >=dev-python/defusedxml-0.6.0[] >=dev-python/python-didl-lite-1.5.0[] >=dev-python/voluptuous-0.15.2[]
test? ( dev-python/coverage[] dev-python/pytest-asyncio[] dev-python/pytest-cov[] dev-python/asyncmock[] )