Install this version:
emerge -a =dev-python/aiocoap-0.4.17
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/aiocoap-0.4.17
Or alternatively:
emerge --autounmask-write -a =dev-python/aiocoap-0.4.17
# Copyright 1999-2025 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="Python CoAP library"
HOMEPAGE="https://github.com/chrysn/aiocoap https://pypi.org/project/aiocoap/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="oscore test tinydtls ws"
RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="
oscore? ( dev-python/cbor2[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/filelock[${PYTHON_USEDEP}] )
tinydtls? ( >=dev-python/DTLSSocket-0.1.18[${PYTHON_USEDEP}] )
ws? ( dev-python/websockets[${PYTHON_USEDEP}] )
"
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/aiocoap |
euse -E <flag> -p dev-python/aiocoap |
euse -D <flag> -p dev-python/aiocoap
oscore? ( dev-python/cbor2[] dev-python/cryptography[] dev-python/filelock[] ) tinydtls? ( >=dev-python/DTLSSocket-0.1.18[] ) ws? ( dev-python/websockets[] )