public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/
Date: Sun,  1 Dec 2024 12:42:28 +0000 (UTC)	[thread overview]
Message-ID: <1733056726.6dd8490d6852df54bbc91ac7dd5ea9949b5f58e8.sam@gentoo> (raw)

commit:     6dd8490d6852df54bbc91ac7dd5ea9949b5f58e8
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sat Oct 19 22:30:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 12:38:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd8490d

net-analyzer/wtfis: add 0.10.1

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/wtfis/Manifest            |  1 +
 net-analyzer/wtfis/wtfis-0.10.1.ebuild | 38 ++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 7939d531a8a5..460be7681a34 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,2 +1,3 @@
 DIST wtfis-0.10.0.gh.tar.gz 591068 BLAKE2B 6d47ed65c8d215a29e81c74050fb4b2b30f9d55f96709779ac1c52e1031813fda56c5ef35956a6bdc0bbd295ac15b23f601553d3156dc773aa4da6238adb3bc3 SHA512 95f544a752fb836b45511dd4fb8f8bbde3ba1edba1f4bd5a90a29c5ae25d94f2ca7ed2dc400274cdb5fa7c2e2734574d496889501ab56ea761d7c20c64e737c8
+DIST wtfis-0.10.1.gh.tar.gz 591880 BLAKE2B 10bbd2f7e4a92109e986c973d2c6744971014ea63e5c1eb1d9dbe6fee8b073bcb23963ee54e800a5b8664e20a36f8d06e2596d32ad020dee7513e9d37594005c SHA512 0ff37ef42a8c6fd6851d2b302b3db08f2e6cf2816d5899ac1b6599a4286dbdefb06852bfcee1d03fdd4975866b50af641b5ec82b5c5ebc075fb210277ae8bf65
 DIST wtfis-0.9.1.gh.tar.gz 590558 BLAKE2B e4d1b70bd979b1cdf5c09e9adcf2e9484eb15a8986dc4c1f88d29af830f18a6974a6f5ec5cbb808c039df85aad708dec822ccdd8c765507c1a62084d6173e1c0 SHA512 72b6725c62d7345440021e57144c637e0c5503cfd870a8626707508428dc0ba24ae183b11836c726a58de6f2103e57cb7a3be4d132f7c8b758f88463d195dcc2

diff --git a/net-analyzer/wtfis/wtfis-0.10.1.ebuild b/net-analyzer/wtfis/wtfis-0.10.1.ebuild
new file mode 100644
index 000000000000..5ca0fbf52090
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.10.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..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.9.2[${PYTHON_USEDEP}]
+	>=dev-python/python-dotenv-1.0.1[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.32.3[${PYTHON_USEDEP}]
+	>=dev-python/rich-13.7.1[${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


             reply	other threads:[~2024-12-01 12:42 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-01 12:42 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 12:42 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/ Sam James
2024-12-01 12:42 Sam James
2024-08-23 11:32 Jakov Smolić
2024-08-23 11:32 Jakov Smolić
2024-08-13  7:36 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2024-07-12 12:25 Joonas Niilola
2024-07-12 12:25 Joonas Niilola
2024-07-12 12:25 Joonas Niilola
2024-07-04  9:29 Jakov Smolić
2024-07-04  9:29 Jakov Smolić
2024-06-02  8:31 Joonas Niilola
2024-06-02  8:31 Joonas Niilola
2024-06-02  8:31 Joonas Niilola
2024-04-23 20:38 Sam James
2024-04-23  9:28 Sam James
2024-03-17 13:53 Florian Schmaus
2024-03-17 13:53 Florian Schmaus
2023-10-04 21:56 Conrad Kostecki
2023-10-04  7:40 Joonas Niilola
2023-10-04  7:40 Joonas Niilola
2023-09-27 17:59 WANG Xuerui
2023-09-01 17:02 Arthur Zamarin
2023-09-01 17:02 Arthur Zamarin
2023-08-26  4:01 Sam James
2023-08-26  4:01 Sam James
2023-08-07  5:06 Sam James
2023-08-07  5:06 Sam James
2023-07-06 13:50 Michał Górny
2023-04-04 22:52 Sam James
2023-04-04 22:52 Sam James
2023-03-19  3:22 Sam James
2023-03-02 16:48 Joonas Niilola
2023-03-02 16:48 Joonas Niilola
2023-01-31  5:56 Sam James
2023-01-31  4:04 Sam James
2023-01-05  5:21 Sam James
2023-01-04 18:36 Arthur Zamarin
2023-01-04 18:36 Arthur Zamarin
2022-12-15  4:44 Sam James
2022-12-15  4:44 Sam James
2022-12-01  7:45 Florian Schmaus
2022-11-24 12:00 WANG Xuerui
2022-11-23  1:45 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1733056726.6dd8490d6852df54bbc91ac7dd5ea9949b5f58e8.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox