dev-python/aiocoap - 0.4.14 (ha-bleeding-edge)

Search

Package Information

Description:
Python CoAP library
Homepage:
https://github.com/chrysn/aiocoap https://pypi.org/project/aiocoap/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.14 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2025 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="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

USE Flags

ws

Dependencies

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}] )