diff --git a/net-analyzer/dnsight/Manifest b/net-analyzer/dnsight/Manifest new file mode 100644 index 000000000..eb98d3f3c --- /dev/null +++ b/net-analyzer/dnsight/Manifest @@ -0,0 +1 @@ +DIST dnsight-1.0.2.tar.gz 326874 BLAKE2B 4b4dfd7dd03aa260d245c4f926d7272401ce95cb4d82e5f98c602f01c48d0f67a4933a8623f8b5c9c4869faf29b7f5e78f1ac5d286765a44210d40c674e9793b SHA512 18da5740281e60e72917994050d5b65e8ae19fdf50ebdd35321f3576cd33ad1aa9fc83d9a5eb046978f5ee762c53f196d6a626442fc7ad5055fdc1833b88b975 diff --git a/net-analyzer/dnsight/dnsight-1.0.2.ebuild b/net-analyzer/dnsight/dnsight-1.0.2.ebuild new file mode 100644 index 000000000..de79a00f4 --- /dev/null +++ b/net-analyzer/dnsight/dnsight-1.0.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{12..14} ) +inherit distutils-r1 pypi + +DESCRIPTION="auditing DNS, email authentication (SPF, DKIM, DMARC), and related signals" +HOMEPAGE="https://github.com/dnsight/dnsight" +#SRC_URI="https://github.com/darkoperator/dnsrecon/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="amd64 ~arm64 x86" + +RDEPEND="${PYTHON_DEPS} + >=dev-python/cryptography-43.0.0[${PYTHON_USEDEP}] + >=dev-python/dnspython-2.7.0[${PYTHON_USEDEP}] + >=dev-python/httpx-0.28.1[${PYTHON_USEDEP}] + >=dev-python/pydantic-2.12.5[${PYTHON_USEDEP}] + >=dev-python/pyyaml-6.0.3[${PYTHON_USEDEP}] + >=dev-python/rich-14.3.3[${PYTHON_USEDEP}] + >=dev-python/typer-0.24.1[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" + +# "pytest>=9.0.2,<10.0.0", +# "pytest-asyncio>=1.3.0,<2.0.0", +# "pytest-cov>=7.0.0,<8.0.0", +# "hypothesis>=6.151.9,<7.0.0", +# "mutmut>=3.5.0,<4.0.0", + +# __main__.py: error: unrecognized arguments: --cov=src/dnsight --cov=tools --cov-report=term-missing --cov-report=xm +#distutils_enable_tests pytest +RESTRICT="test" diff --git a/net-analyzer/dnsight/metadata.xml b/net-analyzer/dnsight/metadata.xml new file mode 100644 index 000000000..7008c0a6a --- /dev/null +++ b/net-analyzer/dnsight/metadata.xml @@ -0,0 +1,12 @@ + + + + + unknown@pentoo.ch + Author Unknown + + + dnsight/dnsight + dnsight + +