mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/wtfis: add 0.13.0
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/43364 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
8702a4b8b4
commit
22dceddbc5
@@ -1,3 +1,4 @@
|
||||
DIST wtfis-0.10.1.gh.tar.gz 591880 BLAKE2B 10bbd2f7e4a92109e986c973d2c6744971014ea63e5c1eb1d9dbe6fee8b073bcb23963ee54e800a5b8664e20a36f8d06e2596d32ad020dee7513e9d37594005c SHA512 0ff37ef42a8c6fd6851d2b302b3db08f2e6cf2816d5899ac1b6599a4286dbdefb06852bfcee1d03fdd4975866b50af641b5ec82b5c5ebc075fb210277ae8bf65
|
||||
DIST wtfis-0.10.2.gh.tar.gz 591957 BLAKE2B 65b48d21800ff020fe8e15c3230bef5628821e515fa981e9a23bf689a55112a0ca0ce93abaa26a4b7708ea59957dee268bdbcbe3a473c8261835c972d4be9136 SHA512 a6ae0acb0b68aca21a341579d7a8a932f32c1f42eee257e27753cff4a909498710e5a31e1efade6baa69ff2eebb0e8c67e5935da76f0c07681abf42319ad1fd3
|
||||
DIST wtfis-0.11.0.gh.tar.gz 586284 BLAKE2B b39b6e94d6cdc4bc842dddc2efc0aafcdc319ae663e189ba58439264ea9908153121bf848154d10ce5701bf04e400b423f3808469b96cc047c8e21189895e7e5 SHA512 209c1753a1533a874caf6927ba0b561517b593a0ca87487bd6b23dfd7512c8008a278b41bf06c1e413de486d46cd77449538e9895759b5a6d0aea3225267de87
|
||||
DIST wtfis-0.13.0.gh.tar.gz 590519 BLAKE2B 927a09515a72625f5c228a2f354f43038027e19a9ce3cc9d0f65b50564e97f5d05abc60670b07c9636f3634dd326aeaa504c925670da45d51e66e8a68bfbba5b SHA512 89378b13ee69d15a9f712fe220944d200e9c9e7101b6ab6dc9f33d5aaf607487ed446307465b707acfeb08e72def62fbffbe8f01d925862525ea7ab3ee94410e
|
||||
|
||||
38
net-analyzer/wtfis/wtfis-0.13.0.ebuild
Normal file
38
net-analyzer/wtfis/wtfis-0.13.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
|
||||
HOMEPAGE="https://github.com/pirxthepilot/wtfis"
|
||||
|
||||
if [[ ${PV} = "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git"
|
||||
else
|
||||
SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
KEYWORDS="amd64 ~loong x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pydantic-2.11.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/python-dotenv-1.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-2.32.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/rich-14.0.0[${PYTHON_USEDEP}]
|
||||
>=net-analyzer/shodan-1.31.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/freezegun[${PYTHON_USEDEP}]
|
||||
dev-python/rich[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user