# 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 optfeature pypi DESCRIPTION="Active Directory Certificate Services enumeration and abuse" HOMEPAGE="https://github.com/ly4k/Certipy" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND="dev-python/argcomplete[${PYTHON_USEDEP}] dev-python/asn1crypto[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] dev-python/dnspython[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}] dev-python/impacket[${PYTHON_USEDEP}] dev-python/ldap3[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]" pkg_postinst() { optfeature "integration with bloodhound" dev-python/neo4j }