# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="Python library for interacting with Censys Search Engine (censys.io)" HOMEPAGE="https://censys-python.readthedocs.io/" SRC_URI="https://github.com/censys/censys-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN}-python-${PV}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="examples" RDEPEND=" >=dev-python/argcomplete-2.0.0[${PYTHON_USEDEP}] =dev-python/backoff-2.0.0[${PYTHON_USEDEP}] =dev-python/requests-2.29.0[${PYTHON_USEDEP}] >=dev-python/rich-10.16.2[${PYTHON_USEDEP}]