commit: 608320b43484198da26974f034049e24a0cabcc6 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Thu Dec 4 22:48:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 24 17:16:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608320b4
net-analyzer/wtfis: add 0.14.0 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/44903 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/wtfis/Manifest | 1 + net-analyzer/wtfis/wtfis-0.14.0.ebuild | 37 ++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest index 9faabe0138a0..ff9cc60bc263 100644 --- a/net-analyzer/wtfis/Manifest +++ b/net-analyzer/wtfis/Manifest @@ -1,2 +1,3 @@ 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 +DIST wtfis-0.14.0.gh.tar.gz 590717 BLAKE2B 66ae94d2002610883eba8a0b794200fe9a40b164f8cbd95c1b8eca762217b4f02fc3cd6c9f719dbb01af7bb19e236ed9098248f704cdee0c2fc54357ce79320a SHA512 db4a01d775a1beb61ccb1a5cb6307291802a0ac13ac5681d442426a003e162fcde37bc841c4e995ae60d9001c55d4f091de2454ebca3f1f705ddf32a9480989a diff --git a/net-analyzer/wtfis/wtfis-0.14.0.ebuild b/net-analyzer/wtfis/wtfis-0.14.0.ebuild new file mode 100644 index 000000000000..bab1390d0e90 --- /dev/null +++ b/net-analyzer/wtfis/wtfis-0.14.0.ebuild @@ -0,0 +1,37 @@ +# 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..14} ) +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.12.5[${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}] +" +BDEPEND=" + test? ( + dev-python/freezegun[${PYTHON_USEDEP}] + dev-python/rich[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest
