From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/
Date: Wed, 23 Nov 2022 01:45:16 +0000 (UTC) [thread overview]
Message-ID: <1669167790.ec5815bc780db7720a5df13b83f1554a247b57c9.sam@gentoo> (raw)
commit: ec5815bc780db7720a5df13b83f1554a247b57c9
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Wed Oct 26 19:26:09 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 01:43:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5815bc
net-analyzer/wtfis: new package, add 0.4.0, 9999
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/27966
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/wtfis/Manifest | 1 +
net-analyzer/wtfis/metadata.xml | 22 ++++++++++++++++++++
net-analyzer/wtfis/wtfis-0.4.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
net-analyzer/wtfis/wtfis-9999.ebuild | 38 +++++++++++++++++++++++++++++++++++
4 files changed, 99 insertions(+)
diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
new file mode 100644
index 000000000000..da10d284853e
--- /dev/null
+++ b/net-analyzer/wtfis/Manifest
@@ -0,0 +1 @@
+DIST wtfis-0.4.0.gh.tar.gz 459363 BLAKE2B 10338f17700815aa8f25bd1e9587855795710925481ea3d7bd85782fea657055053d965977f601bc25d624352c97c639008d33d30aa3ac248ea7504c7e0ceaa7 SHA512 bb19923668e8172fd07b86159839c95a1b32d9975edcf1e9ab99bb574eae24f70c3a6bf83cc8ade66c1e5f57632625e7f604966ee06445839df87a9af4962573
diff --git a/net-analyzer/wtfis/metadata.xml b/net-analyzer/wtfis/metadata.xml
new file mode 100644
index 000000000000..495aa987e99e
--- /dev/null
+++ b/net-analyzer/wtfis/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>mario.haustein@hrz.tu-chemnitz.de</email>
+ <name>Mario Haustein</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ wtfis is a commandline tool that gathers information about a domain,
+ FQDN or IP address using various OSINT services. Unlike other tools of
+ its kind, it's built specifically for human consumption, providing
+ results that are pretty (YMMV) and easy to read and understand.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">pirxthepilot/wtfis</remote-id>
+ <remote-id type="pypi">wtfis</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-analyzer/wtfis/wtfis-0.4.0.ebuild b/net-analyzer/wtfis/wtfis-0.4.0.ebuild
new file mode 100644
index 000000000000..f8b9786fcce5
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.4.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..10} )
+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 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
+ >=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.28.1[${PYTHON_USEDEP}]
+ >=dev-python/rich-12.6.0[${PYTHON_USEDEP}]
+ >=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ dev-python/rich[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/net-analyzer/wtfis/wtfis-9999.ebuild b/net-analyzer/wtfis/wtfis-9999.ebuild
new file mode 100644
index 000000000000..f8b9786fcce5
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..10} )
+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 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
+ >=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.28.1[${PYTHON_USEDEP}]
+ >=dev-python/rich-12.6.0[${PYTHON_USEDEP}]
+ >=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/freezegun[${PYTHON_USEDEP}]
+ dev-python/rich[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
next reply other threads:[~2022-11-23 1:45 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-23 1:45 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-24 12:00 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/ WANG Xuerui
2022-12-01 7:45 Florian Schmaus
2022-12-15 4:44 Sam James
2022-12-15 4:44 Sam James
2023-01-04 18:36 Arthur Zamarin
2023-01-04 18:36 Arthur Zamarin
2023-01-05 5:21 Sam James
2023-01-31 4:04 Sam James
2023-01-31 5:56 Sam James
2023-03-02 16:48 Joonas Niilola
2023-03-02 16:48 Joonas Niilola
2023-03-19 3:22 Sam James
2023-04-04 22:52 Sam James
2023-04-04 22:52 Sam James
2023-07-06 13:50 Michał Górny
2023-08-07 5:06 Sam James
2023-08-07 5:06 Sam James
2023-08-26 4:01 Sam James
2023-08-26 4:01 Sam James
2023-09-01 17:02 Arthur Zamarin
2023-09-01 17:02 Arthur Zamarin
2023-09-27 17:59 WANG Xuerui
2023-10-04 7:40 Joonas Niilola
2023-10-04 7:40 Joonas Niilola
2023-10-04 21:56 Conrad Kostecki
2024-03-17 13:53 Florian Schmaus
2024-03-17 13:53 Florian Schmaus
2024-04-23 9:28 Sam James
2024-04-23 20:38 Sam James
2024-06-02 8:31 Joonas Niilola
2024-06-02 8:31 Joonas Niilola
2024-06-02 8:31 Joonas Niilola
2024-07-04 9:29 Jakov Smolić
2024-07-04 9:29 Jakov Smolić
2024-07-12 12:25 Joonas Niilola
2024-07-12 12:25 Joonas Niilola
2024-07-12 12:25 Joonas Niilola
2024-08-13 7:36 Joonas Niilola
2024-08-13 7:36 Joonas Niilola
2024-08-23 11:32 Jakov Smolić
2024-08-23 11:32 Jakov Smolić
2024-12-01 12:42 Sam James
2024-12-01 12:42 Sam James
2024-12-01 12:42 Sam James
2025-04-24 18:23 Sam James
2025-04-24 18:23 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=1669167790.ec5815bc780db7720a5df13b83f1554a247b57c9.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