mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
commit
5f82ebc217
3 changed files with 50 additions and 0 deletions
1
net-analyzer/dnsight/Manifest
Normal file
1
net-analyzer/dnsight/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST dnsight-1.0.2.tar.gz 326874 BLAKE2B 4b4dfd7dd03aa260d245c4f926d7272401ce95cb4d82e5f98c602f01c48d0f67a4933a8623f8b5c9c4869faf29b7f5e78f1ac5d286765a44210d40c674e9793b SHA512 18da5740281e60e72917994050d5b65e8ae19fdf50ebdd35321f3576cd33ad1aa9fc83d9a5eb046978f5ee762c53f196d6a626442fc7ad5055fdc1833b88b975
|
||||
37
net-analyzer/dnsight/dnsight-1.0.2.ebuild
Normal file
37
net-analyzer/dnsight/dnsight-1.0.2.ebuild
Normal file
|
|
@ -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"
|
||||
12
net-analyzer/dnsight/metadata.xml
Normal file
12
net-analyzer/dnsight/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">dnsight/dnsight</remote-id>
|
||||
<remote-id type="pypi">dnsight</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue