# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 git-r3 optfeature DESCRIPTION="Official python wrapper around RIPE Atlas API" HOMEPAGE="https://github.com/RIPE-NCC/ripe-atlas-cousteau" EGIT_REPO_URI="https://github.com/RIPE-NCC/${PN}.git" LICENSE="GPL-3" SLOT="0" RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/websocket-client[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" BDEPEND="test? ( dev-python/jsonschema[${PYTHON_USEDEP}] )" DOCS=( {CHANGES,README}.rst ) distutils_enable_sphinx docs EPYTEST_PLUGINS=() distutils_enable_tests pytest pkg_postinst() { optfeature "fast json processing" dev-python/ujson }