[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-08-23 Thread Jakov Smolić
commit: f224fa0e0d1b9cf77c94b767434a5f0c08827cba
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug 23 11:32:07 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug 23 11:32:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f224fa0e

net-analyzer/wtfis: Stabilize 0.10.0 amd64, #938336

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/wtfis/wtfis-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.10.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.10.0.ebuild
index ffc1de3aaabe..f890812f6cf9 100644
--- a/net-analyzer/wtfis/wtfis-0.10.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.10.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-08-23 Thread Jakov Smolić
commit: a402d19779b582668cb52c507b17c6570368c7d4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Aug 23 11:32:08 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Aug 23 11:32:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a402d197

net-analyzer/wtfis: Stabilize 0.10.0 x86, #938336

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/wtfis/wtfis-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.10.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.10.0.ebuild
index f890812f6cf9..65becaf5436a 100644
--- a/net-analyzer/wtfis/wtfis-0.10.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.10.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-08-13 Thread Joonas Niilola
commit: 017c3674645491d5c1bf2b6c6db4d66ad6ac2444
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sun Aug  4 11:18:20 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 07:36:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=017c3674

net-analyzer/wtfis: enable py3.13

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37946
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/wtfis-0.10.0.ebuild | 2 +-
 net-analyzer/wtfis/wtfis-0.9.1.ebuild  | 2 +-
 net-analyzer/wtfis/wtfis-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/wtfis/wtfis-0.10.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.10.0.ebuild
index a105c7bc0d6e..ffc1de3aaabe 100644
--- a/net-analyzer/wtfis/wtfis-0.10.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.10.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"

diff --git a/net-analyzer/wtfis/wtfis-0.9.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
index 15b2076adcb5..26827deac662 100644
--- a/net-analyzer/wtfis/wtfis-0.9.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index a105c7bc0d6e..ffc1de3aaabe 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-08-13 Thread Joonas Niilola
commit: 1a77a7577a00a0cc672bcd223bcecb139bc6be63
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sun Aug  4 11:18:04 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 13 07:36:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a77a757

net-analyzer/wtfis: drop 0.8.0

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/Manifest   |  1 -
 net-analyzer/wtfis/wtfis-0.8.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 170f1a8b7008..7939d531a8a5 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,3 +1,2 @@
 DIST wtfis-0.10.0.gh.tar.gz 591068 BLAKE2B 
6d47ed65c8d215a29e81c74050fb4b2b30f9d55f96709779ac1c52e1031813fda56c5ef35956a6bdc0bbd295ac15b23f601553d3156dc773aa4da6238adb3bc3
 SHA512 
95f544a752fb836b45511dd4fb8f8bbde3ba1edba1f4bd5a90a29c5ae25d94f2ca7ed2dc400274cdb5fa7c2e2734574d496889501ab56ea761d7c20c64e737c8
-DIST wtfis-0.8.0.gh.tar.gz 576810 BLAKE2B 
ac4573893aacc2533fe9ed3248613d3bf5ffb390a2dcbf01fd0590093a7bf753ee8da6e67b60142111726d55928a7913bb3f7ae1a22474876dec1cb3d81d3a3c
 SHA512 
b709948d0ccd75472d9ccc0bfc4cec943700e57eccc42cc486075b8b89516fff054b6df92d6b2387bab97b80db755de575cba4b56e2bd01a6bf24f058798
 DIST wtfis-0.9.1.gh.tar.gz 590558 BLAKE2B 
e4d1b70bd979b1cdf5c09e9adcf2e9484eb15a8986dc4c1f88d29af830f18a6974a6f5ec5cbb808c039df85aad708dec822ccdd8c765507c1a62084d6173e1c0
 SHA512 
72b6725c62d7345440021e57144c637e0c5503cfd870a8626707508428dc0ba24ae183b11836c726a58de6f2103e57cb7a3be4d132f7c8b758f88463d195dcc2

diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
deleted file mode 100644
index 08106d305363..
--- a/net-analyzer/wtfis/wtfis-0.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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..12} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis";
-
-if [[ ${PV} = "" ]]; 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.0.3[${PYTHON_USEDEP}]
-   >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
-   >=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
-   =net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/rich[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-03-17 Thread Florian Schmaus
commit: 7ad93d3f4e140be4513906a8cfed7444cba30086
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Feb 21 21:37:29 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Mar 17 13:52:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad93d3f

net-analyzer/wtfis: add 0.8.0

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/35477
Signed-off-by: Florian Schmaus  gentoo.org>

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

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index be735c0292bc..2f306e359f37 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1 +1,2 @@
 DIST wtfis-0.7.1.gh.tar.gz 548395 BLAKE2B 
fbcc19358a0a357fdc9f4b5f27d4bda60e20a118c3c3b7cdfd90fad956d2ef0375efe4f0c8a3a94bfa8a6657d5bb710eaacb403b8c3d446921b963e3e8909442
 SHA512 
9a77c17e1e922e6d17aba9c6cc7364c8b65bc401cbca311280a4eef958056238aef87c2a8891c1bce5848083d1a7e5e00b0b63ead5ffefdea80ae7baee40c845
+DIST wtfis-0.8.0.gh.tar.gz 576810 BLAKE2B 
ac4573893aacc2533fe9ed3248613d3bf5ffb390a2dcbf01fd0590093a7bf753ee8da6e67b60142111726d55928a7913bb3f7ae1a22474876dec1cb3d81d3a3c
 SHA512 
b709948d0ccd75472d9ccc0bfc4cec943700e57eccc42cc486075b8b89516fff054b6df92d6b2387bab97b80db755de575cba4b56e2bd01a6bf24f058798

diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
new file mode 100644
index ..002d2b6053e0
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
@@ -0,0 +1,39 @@
+# 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..11} )
+inherit distutils-r1
+
+DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
+HOMEPAGE="https://github.com/pirxthepilot/wtfis";
+
+if [[ ${PV} = "" ]]; 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.0.3[${PYTHON_USEDEP}]
+   >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
+   =net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-03-17 Thread Florian Schmaus
commit: ed459876fd1a2af6a760d662566d77d0728835dc
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Feb 21 21:38:37 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sun Mar 17 13:52:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed459876

net-analyzer/wtfis: enable py3.12

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Florian Schmaus  gentoo.org>

 net-analyzer/wtfis/wtfis-0.7.1.ebuild | 4 ++--
 net-analyzer/wtfis/wtfis-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/wtfis/wtfis-0.7.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
index b95434bd9279..08106d305363 100644
--- a/net-analyzer/wtfis/wtfis-0.7.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# 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..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index 2d1aacc2f992..27c081820a3e 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# 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..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-04-23 Thread Sam James
commit: d05c6c193d02c00a5cee3c2f07c80a56b8ea9eca
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 23 09:27:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 23 09:27:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05c6c19

net-analyzer/wtfis: Stabilize 0.8.0 amd64, #930484

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
index 002d2b6053e0..bdc1b3c16c72 100644
--- a/net-analyzer/wtfis/wtfis-0.8.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-04-23 Thread Sam James
commit: 8376022414a8a8bb3d9008370185737caeb8fd42
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 23 20:38:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 23 20:38:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83760224

net-analyzer/wtfis: Stabilize 0.8.0 x86, #930484

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
index bdc1b3c16c72..eb5e05b23963 100644
--- a/net-analyzer/wtfis/wtfis-0.8.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-03-02 Thread Joonas Niilola
commit: b625bdafc12467927618928d501a0cccb3f57d2e
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Fri Feb 24 18:50:13 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  2 16:48:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b625bdaf

net-analyzer/wtfis: add 0.6.1

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index a4df51163fbf..5ee88c55fe0d 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,2 +1,3 @@
 DIST wtfis-0.5.0.gh.tar.gz 461913 BLAKE2B 
57be019cda4d67943b0c1b2f99013b34351d2ded036f76939f94221218554b5c3fe8711da85f40fcd0fdfbb57df5713b4a72cd09a6b665b5893ffdb8efca493f
 SHA512 
5717ea43d63843f2b6d1e70afac12a70790284a1ed9bdae31c0ee062f77b718e19e913cfefb30cb3bdebf2f925da153354aa906349de97707ac739f736fc94ad
 DIST wtfis-0.5.1.gh.tar.gz 462958 BLAKE2B 
68d8c89e8e08ba925d5b6847656a0261aa9bfd9e998b7572a8d783c11d99ff06d27870346c8e31d2b8554a5a51b07bf6e08151c87b0a740bccc94a25259dfcb4
 SHA512 
32091d00d62a78f84e01735b9f9af2b38465c5f2258743b512616b3b43fac7389fa7ef62430e205a004b58a224b154a79fb2e860729925fc7df6a58252fa0093
+DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 
9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382
 SHA512 
75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3

diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
new file mode 100644
index ..bc0d8ff31d44
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..10} )
+inherit distutils-r1
+
+DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
+HOMEPAGE="https://github.com/pirxthepilot/wtfis";
+
+if [[ ${PV} = "" ]]; 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-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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-03-02 Thread Joonas Niilola
commit: 8d3e81ebd2b7f07eece0cb0950cce228f007199b
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Fri Feb 24 18:51:06 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  2 16:48:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3e81eb

net-analyzer/wtfis: drop 0.5.0

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29774
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/Manifest   |  1 -
 net-analyzer/wtfis/wtfis-0.5.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 5ee88c55fe0d..7c90e8f1407d 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,3 +1,2 @@
-DIST wtfis-0.5.0.gh.tar.gz 461913 BLAKE2B 
57be019cda4d67943b0c1b2f99013b34351d2ded036f76939f94221218554b5c3fe8711da85f40fcd0fdfbb57df5713b4a72cd09a6b665b5893ffdb8efca493f
 SHA512 
5717ea43d63843f2b6d1e70afac12a70790284a1ed9bdae31c0ee062f77b718e19e913cfefb30cb3bdebf2f925da153354aa906349de97707ac739f736fc94ad
 DIST wtfis-0.5.1.gh.tar.gz 462958 BLAKE2B 
68d8c89e8e08ba925d5b6847656a0261aa9bfd9e998b7572a8d783c11d99ff06d27870346c8e31d2b8554a5a51b07bf6e08151c87b0a740bccc94a25259dfcb4
 SHA512 
32091d00d62a78f84e01735b9f9af2b38465c5f2258743b512616b3b43fac7389fa7ef62430e205a004b58a224b154a79fb2e860729925fc7df6a58252fa0093
 DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 
9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382
 SHA512 
75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3

diff --git a/net-analyzer/wtfis/wtfis-0.5.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.0.ebuild
deleted file mode 100644
index 98a16230fa10..
--- a/net-analyzer/wtfis/wtfis-0.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis";
-
-if [[ ${PV} = "" ]]; 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-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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-04-04 Thread Sam James
commit: 374523dd62efd2aca690ada225df80fd4201fd25
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  4 22:52:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  4 22:52:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374523dd

net-analyzer/wtfis: Stabilize 0.6.1 x86, #903778

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
index 4ab2cc180a22..d3123041d699 100644
--- a/net-analyzer/wtfis/wtfis-0.6.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="~amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-04-04 Thread Sam James
commit: 6a82f225e84ffd9cdfb579f99971c278a981aac3
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  4 22:52:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  4 22:52:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a82f225

net-analyzer/wtfis: Stabilize 0.6.1 amd64, #903778

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
index d3123041d699..dc39ae77fcb0 100644
--- a/net-analyzer/wtfis/wtfis-0.6.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-09-01 Thread Arthur Zamarin
commit: 3db494842fd95af341c87039177b691469e26bbb
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Aug 29 16:28:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 17:02:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db49484

net-analyzer/wtfis: fix dependency

Closes: https://bugs.gentoo.org/911831
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Arthur Zamarin  gentoo.org>

 net-analyzer/wtfis/{wtfis-0.6.1-r1.ebuild => wtfis-0.6.1-r2.ebuild} | 1 +
 net-analyzer/wtfis/{wtfis-0.6.2.ebuild => wtfis-0.6.2-r1.ebuild}| 1 +
 net-analyzer/wtfis/{wtfis-0.7.0.ebuild => wtfis-0.7.0-r1.ebuild}| 1 +
 net-analyzer/wtfis/wtfis-.ebuild| 1 +
 4 files changed, 4 insertions(+)

diff --git a/net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild
similarity index 95%
rename from net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild
rename to net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild
index 7266cdab9d66..e10203eef827 100644
--- a/net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
>=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="

diff --git a/net-analyzer/wtfis/wtfis-0.6.2.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild
similarity index 95%
rename from net-analyzer/wtfis/wtfis-0.6.2.ebuild
rename to net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild
index 90a04b2348d5..65fc9e8d4f00 100644
--- a/net-analyzer/wtfis/wtfis-0.6.2.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
>=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="

diff --git a/net-analyzer/wtfis/wtfis-0.7.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild
similarity index 95%
rename from net-analyzer/wtfis/wtfis-0.7.0.ebuild
rename to net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild
index aaad234ddcfb..c710b351a5ba 100644
--- a/net-analyzer/wtfis/wtfis-0.7.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
>=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
>=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
+   =net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
 "
 BDEPEND="

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index 3d0c505fad66..2d1aacc2f992 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
>=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
>=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
+   =net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
 "
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-09-01 Thread Arthur Zamarin
commit: 3ef2ed354cc4af367dd40bd446294c6185951b36
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Aug 29 16:30:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 17:02:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef2ed35

net-analyzer/wtfis: add 0.7.1

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/32509
Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 38bab75700da..209244788be0 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,3 +1,4 @@
 DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 
9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382
 SHA512 
75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3
 DIST wtfis-0.6.2.gh.tar.gz 473959 BLAKE2B 
776b8cafa5acca6648c168198b47ae9f47b8d72b8454880adcb6e63280f9bf60c83184e5ce3054058232eecbf80ead880d4d454ce3b7ca664d4a0bf1d4451e59
 SHA512 
11ca3987d4ee8e66ad662136b7d4262c26556359c253382fefae3b70aa1c09b95c326a5347299c519eaf54724099402917977ad322eb07dbec765a9d21f39549
 DIST wtfis-0.7.0.gh.tar.gz 545486 BLAKE2B 
ac4272ce7b1a1b6c0f0a3c17af155e4be25ac6e466ddcb983f3b9eb20c3e20be29447092c515e1429fd51c79bc89ed282b46886c05eaae97bb31d5816d57ba57
 SHA512 
678c504ca7c682b1fd0bde345fb6007513e5ecaa5a7dc77f220778ee1de10636b44462e319a8d67b9fbe10c77f29ce2c31692a82777ca91713fd257c28c407f5
+DIST wtfis-0.7.1.gh.tar.gz 548395 BLAKE2B 
fbcc19358a0a357fdc9f4b5f27d4bda60e20a118c3c3b7cdfd90fad956d2ef0375efe4f0c8a3a94bfa8a6657d5bb710eaacb403b8c3d446921b963e3e8909442
 SHA512 
9a77c17e1e922e6d17aba9c6cc7364c8b65bc401cbca311280a4eef958056238aef87c2a8891c1bce5848083d1a7e5e00b0b63ead5ffefdea80ae7baee40c845

diff --git a/net-analyzer/wtfis/wtfis-0.7.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
new file mode 100644
index ..c710b351a5ba
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1
+
+DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
+HOMEPAGE="https://github.com/pirxthepilot/wtfis";
+
+if [[ ${PV} = "" ]]; 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-2.0.3[${PYTHON_USEDEP}]
+   >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
+   =net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-09-27 Thread WANG Xuerui
commit: 921a1d5bcec57d194cae1968328703428568ee08
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Sep 27 16:53:18 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Sep 27 17:58:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921a1d5b

net-analyzer/wtfis: keyword 0.7.1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-analyzer/wtfis/wtfis-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.7.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
index c710b351a5ba..2d1aacc2f992 100644
--- a/net-analyzer/wtfis/wtfis-0.7.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="~amd64 ~loong ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-10-04 Thread Joonas Niilola
commit: a102719017992dfa932742f6b981dd8f91e19324
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct  4 07:39:31 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  4 07:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1027190

net-analyzer/wtfis: Stabilize 0.7.1 amd64, #915101

Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/wtfis-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.7.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
index 2d1aacc2f992..9965ba79b0c2 100644
--- a/net-analyzer/wtfis/wtfis-0.7.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-10-04 Thread Joonas Niilola
commit: 78dc1d48463d9909d959e656b1e04646568dd0e6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Oct  4 07:39:58 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  4 07:39:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78dc1d48

net-analyzer/wtfis: Stabilize 0.7.1 x86, #915101

Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/wtfis-0.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.7.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
index 9965ba79b0c2..b95434bd9279 100644
--- a/net-analyzer/wtfis/wtfis-0.7.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-10-04 Thread Conrad Kostecki
commit: 11e90dd364e64085b406e762fa42d2caefeda72a
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Oct  4 21:19:03 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Oct  4 21:55:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e90dd3

net-analyzer/wtfis: drop 0.6.1-r2, 0.6.2-r1, 0.7.0-r1

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-analyzer/wtfis/Manifest  |  3 ---
 net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild | 40 
 net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild | 39 ---
 net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild | 39 ---
 4 files changed, 121 deletions(-)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 209244788be0..be735c0292bc 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,4 +1 @@
-DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 
9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382
 SHA512 
75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3
-DIST wtfis-0.6.2.gh.tar.gz 473959 BLAKE2B 
776b8cafa5acca6648c168198b47ae9f47b8d72b8454880adcb6e63280f9bf60c83184e5ce3054058232eecbf80ead880d4d454ce3b7ca664d4a0bf1d4451e59
 SHA512 
11ca3987d4ee8e66ad662136b7d4262c26556359c253382fefae3b70aa1c09b95c326a5347299c519eaf54724099402917977ad322eb07dbec765a9d21f39549
-DIST wtfis-0.7.0.gh.tar.gz 545486 BLAKE2B 
ac4272ce7b1a1b6c0f0a3c17af155e4be25ac6e466ddcb983f3b9eb20c3e20be29447092c515e1429fd51c79bc89ed282b46886c05eaae97bb31d5816d57ba57
 SHA512 
678c504ca7c682b1fd0bde345fb6007513e5ecaa5a7dc77f220778ee1de10636b44462e319a8d67b9fbe10c77f29ce2c31692a82777ca91713fd257c28c407f5
 DIST wtfis-0.7.1.gh.tar.gz 548395 BLAKE2B 
fbcc19358a0a357fdc9f4b5f27d4bda60e20a118c3c3b7cdfd90fad956d2ef0375efe4f0c8a3a94bfa8a6657d5bb710eaacb403b8c3d446921b963e3e8909442
 SHA512 
9a77c17e1e922e6d17aba9c6cc7364c8b65bc401cbca311280a4eef958056238aef87c2a8891c1bce5848083d1a7e5e00b0b63ead5ffefdea80ae7baee40c845

diff --git a/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild
deleted file mode 100644
index e10203eef827..
--- a/net-analyzer/wtfis/wtfis-0.6.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis";
-
-if [[ ${PV} = "" ]]; 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-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-0.6.2-r1.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild
deleted file mode 100644
index 65fc9e8d4f00..
--- a/net-analyzer/wtfis/wtfis-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis";
-
-if [[ ${PV} = "" ]]; 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-2.0.3[${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-0.7.0-r1.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.0-r1.ebuild
del

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-08-25 Thread Sam James
commit: 33f670067a1684f4323cbfdb10c4b42ab8110c12
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Aug 24 15:11:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 03:55:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f67006

net-analyzer/wtfis: sync live

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/32433
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index aca9bc27250e..3d0c505fad66 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -23,10 +23,10 @@ SLOT="0"
 
 RDEPEND="
>=dev-python/pydantic-2.0.3[${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}]
+   >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
+   >=net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
 "
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-08-25 Thread Sam James
commit: 617a48bf2c9994837c48e99873bbe7dacc008d81
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Aug 24 15:11:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 03:55:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617a48bf

net-analyzer/wtfis: add 0.7.0

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index a6ddaf430b64..38bab75700da 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,2 +1,3 @@
 DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 
9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382
 SHA512 
75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3
 DIST wtfis-0.6.2.gh.tar.gz 473959 BLAKE2B 
776b8cafa5acca6648c168198b47ae9f47b8d72b8454880adcb6e63280f9bf60c83184e5ce3054058232eecbf80ead880d4d454ce3b7ca664d4a0bf1d4451e59
 SHA512 
11ca3987d4ee8e66ad662136b7d4262c26556359c253382fefae3b70aa1c09b95c326a5347299c519eaf54724099402917977ad322eb07dbec765a9d21f39549
+DIST wtfis-0.7.0.gh.tar.gz 545486 BLAKE2B 
ac4272ce7b1a1b6c0f0a3c17af155e4be25ac6e466ddcb983f3b9eb20c3e20be29447092c515e1429fd51c79bc89ed282b46886c05eaae97bb31d5816d57ba57
 SHA512 
678c504ca7c682b1fd0bde345fb6007513e5ecaa5a7dc77f220778ee1de10636b44462e319a8d67b9fbe10c77f29ce2c31692a82777ca91713fd257c28c407f5

diff --git a/net-analyzer/wtfis/wtfis-0.7.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.0.ebuild
new file mode 100644
index ..aaad234ddcfb
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1
+
+DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
+HOMEPAGE="https://github.com/pirxthepilot/wtfis";
+
+if [[ ${PV} = "" ]]; 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-2.0.3[${PYTHON_USEDEP}]
+   >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
+   >=net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-08-06 Thread Sam James
commit: 0312b5021cc8101ed1e9bbd23dc6b814dfb749f9
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sat Jul 22 22:10:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  7 05:03:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0312b502

net-analyzer/wtfis: drop 0.5.1

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/Manifest   |  1 -
 net-analyzer/wtfis/wtfis-0.5.1.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 7c90e8f1407d..5073d6a6320b 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,2 +1 @@
-DIST wtfis-0.5.1.gh.tar.gz 462958 BLAKE2B 
68d8c89e8e08ba925d5b6847656a0261aa9bfd9e998b7572a8d783c11d99ff06d27870346c8e31d2b8554a5a51b07bf6e08151c87b0a740bccc94a25259dfcb4
 SHA512 
32091d00d62a78f84e01735b9f9af2b38465c5f2258743b512616b3b43fac7389fa7ef62430e205a004b58a224b154a79fb2e860729925fc7df6a58252fa0093
 DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 
9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382
 SHA512 
75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3

diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
deleted file mode 100644
index dc39ae77fcb0..
--- a/net-analyzer/wtfis/wtfis-0.5.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis";
-
-if [[ ${PV} = "" ]]; 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-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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-08-06 Thread Sam James
commit: 3115deb6fc7ea40025df2387fa9891109f2cba9b
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sun Jul 23 20:39:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  7 05:03:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3115deb6

net-analyzer/wtfis: add 0.6.2

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/32017
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/Manifest  | 1 +
 net-analyzer/wtfis/{wtfis-.ebuild => wtfis-0.6.2.ebuild} | 7 +++
 net-analyzer/wtfis/wtfis-.ebuild | 5 ++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 5073d6a6320b..a6ddaf430b64 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1 +1,2 @@
 DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 
9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382
 SHA512 
75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3
+DIST wtfis-0.6.2.gh.tar.gz 473959 BLAKE2B 
776b8cafa5acca6648c168198b47ae9f47b8d72b8454880adcb6e63280f9bf60c83184e5ce3054058232eecbf80ead880d4d454ce3b7ca664d4a0bf1d4451e59
 SHA512 
11ca3987d4ee8e66ad662136b7d4262c26556359c253382fefae3b70aa1c09b95c326a5347299c519eaf54724099402917977ad322eb07dbec765a9d21f39549

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.2.ebuild
similarity index 84%
copy from net-analyzer/wtfis/wtfis-.ebuild
copy to net-analyzer/wtfis/wtfis-0.6.2.ebuild
index 4f7452d042b6..90a04b2348d5 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.6.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
@@ -15,15 +15,14 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   =dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
+   >=dev-python/pydantic-2.0.3[${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}]

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index 4f7452d042b6..aca9bc27250e 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
@@ -22,8 +22,7 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   =dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
+   >=dev-python/pydantic-2.0.3[${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}]



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-07-06 Thread Michał Górny
commit: 1053883d54e96bfdc5a7e66d3ead9740ffdbb14b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  6 13:35:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  6 13:50:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1053883d

net-analyzer/wtfis: Require pydantic<2

Bug: https://github.com/pirxthepilot/wtfis/issues/48
Signed-off-by: Michał Górny  gentoo.org>

 net-analyzer/wtfis/{wtfis-0.6.1.ebuild => wtfis-0.6.1-r1.ebuild} | 1 +
 net-analyzer/wtfis/wtfis-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild
similarity index 95%
rename from net-analyzer/wtfis/wtfis-0.6.1.ebuild
rename to net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild
index dc39ae77fcb0..7266cdab9d66 100644
--- a/net-analyzer/wtfis/wtfis-0.6.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.6.1-r1.ebuild
@@ -22,6 +22,7 @@ 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}]

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index 4ab2cc180a22..4f7452d042b6 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -22,6 +22,7 @@ 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}]



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-06-02 Thread Joonas Niilola
commit: b29ede3180d327ba8f453e53e05ccbc2d83b984b
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sun May  5 08:17:01 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun  2 08:30:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29ede31

net-analyzer/wtfis: add 0.9.1

Closes: https://bugs.gentoo.org/913510
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/36374
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 2f306e359f37..ca6a08a90466 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,2 +1,3 @@
 DIST wtfis-0.7.1.gh.tar.gz 548395 BLAKE2B 
fbcc19358a0a357fdc9f4b5f27d4bda60e20a118c3c3b7cdfd90fad956d2ef0375efe4f0c8a3a94bfa8a6657d5bb710eaacb403b8c3d446921b963e3e8909442
 SHA512 
9a77c17e1e922e6d17aba9c6cc7364c8b65bc401cbca311280a4eef958056238aef87c2a8891c1bce5848083d1a7e5e00b0b63ead5ffefdea80ae7baee40c845
 DIST wtfis-0.8.0.gh.tar.gz 576810 BLAKE2B 
ac4573893aacc2533fe9ed3248613d3bf5ffb390a2dcbf01fd0590093a7bf753ee8da6e67b60142111726d55928a7913bb3f7ae1a22474876dec1cb3d81d3a3c
 SHA512 
b709948d0ccd75472d9ccc0bfc4cec943700e57eccc42cc486075b8b89516fff054b6df92d6b2387bab97b80db755de575cba4b56e2bd01a6bf24f058798
+DIST wtfis-0.9.1.gh.tar.gz 590558 BLAKE2B 
e4d1b70bd979b1cdf5c09e9adcf2e9484eb15a8986dc4c1f88d29af830f18a6974a6f5ec5cbb808c039df85aad708dec822ccdd8c765507c1a62084d6173e1c0
 SHA512 
72b6725c62d7345440021e57144c637e0c5503cfd870a8626707508428dc0ba24ae183b11836c726a58de6f2103e57cb7a3be4d132f7c8b758f88463d195dcc2

diff --git a/net-analyzer/wtfis/wtfis-0.9.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
new file mode 100644
index ..5982358071db
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.9.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..12} )
+inherit distutils-r1
+
+DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
+HOMEPAGE="https://github.com/pirxthepilot/wtfis";
+
+if [[ ${PV} = "" ]]; 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.7.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dotenv-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.31.0[${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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-06-02 Thread Joonas Niilola
commit: 252507784fb214f78a3bace6b887e7bcbb002914
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Apr 23 16:27:52 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun  2 08:30:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25250778

net-analyzer/wtfis: bump dependencies

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/wtfis-.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index 27c081820a3e..5982358071db 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -22,12 +22,11 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pydantic-2.0.3[${PYTHON_USEDEP}]
-   >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pydantic-2.7.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dotenv-1.0.1[${PYTHON_USEDEP}]
>=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
-   >=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
-   =net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
+   >=dev-python/rich-13.7.1[${PYTHON_USEDEP}]
+   >=net-analyzer/shodan-1.31.0[${PYTHON_USEDEP}]
 "
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-06-02 Thread Joonas Niilola
commit: 9bdd8ba1d71db4c6d7d769ea2b54142f8f8d4722
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Apr 23 15:44:49 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun  2 08:30:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd8ba1

net-analyzer/wtfis: enable py3.12

Closes: https://bugs.gentoo.org/929686
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/wtfis-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
index eb5e05b23963..08106d305363 100644
--- a/net-analyzer/wtfis/wtfis-0.8.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-07-04 Thread Jakov Smolić
commit: 6f40f4b6f4bd9f2e523cfcad44782af2ed868a37
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jul  4 09:29:41 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jul  4 09:29:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f40f4b6

net-analyzer/wtfis: Stabilize 0.9.1 x86, #935439

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/wtfis/wtfis-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.9.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
index 9923f850d1f3..15b2076adcb5 100644
--- a/net-analyzer/wtfis/wtfis-0.9.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-07-04 Thread Jakov Smolić
commit: c43ee1684946eefb36ad51e732f92f2d56cac760
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jul  4 09:29:40 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jul  4 09:29:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43ee168

net-analyzer/wtfis: Stabilize 0.9.1 amd64, #935439

Signed-off-by: Jakov Smolić  gentoo.org>

 net-analyzer/wtfis/wtfis-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.9.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
index 5982358071db..9923f850d1f3 100644
--- a/net-analyzer/wtfis/wtfis-0.9.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.9.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-07-12 Thread Joonas Niilola
commit: ae121245ec9c8a59cf857cd5ffb5d05cbd80e8d3
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Jun  4 16:12:43 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 12 12:25:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae121245

net-analyzer/wtfis: add 0.10.0

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index ca6a08a90466..8ee896a801c6 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,3 +1,4 @@
+DIST wtfis-0.10.0.gh.tar.gz 591068 BLAKE2B 
6d47ed65c8d215a29e81c74050fb4b2b30f9d55f96709779ac1c52e1031813fda56c5ef35956a6bdc0bbd295ac15b23f601553d3156dc773aa4da6238adb3bc3
 SHA512 
95f544a752fb836b45511dd4fb8f8bbde3ba1edba1f4bd5a90a29c5ae25d94f2ca7ed2dc400274cdb5fa7c2e2734574d496889501ab56ea761d7c20c64e737c8
 DIST wtfis-0.7.1.gh.tar.gz 548395 BLAKE2B 
fbcc19358a0a357fdc9f4b5f27d4bda60e20a118c3c3b7cdfd90fad956d2ef0375efe4f0c8a3a94bfa8a6657d5bb710eaacb403b8c3d446921b963e3e8909442
 SHA512 
9a77c17e1e922e6d17aba9c6cc7364c8b65bc401cbca311280a4eef958056238aef87c2a8891c1bce5848083d1a7e5e00b0b63ead5ffefdea80ae7baee40c845
 DIST wtfis-0.8.0.gh.tar.gz 576810 BLAKE2B 
ac4573893aacc2533fe9ed3248613d3bf5ffb390a2dcbf01fd0590093a7bf753ee8da6e67b60142111726d55928a7913bb3f7ae1a22474876dec1cb3d81d3a3c
 SHA512 
b709948d0ccd75472d9ccc0bfc4cec943700e57eccc42cc486075b8b89516fff054b6df92d6b2387bab97b80db755de575cba4b56e2bd01a6bf24f058798
 DIST wtfis-0.9.1.gh.tar.gz 590558 BLAKE2B 
e4d1b70bd979b1cdf5c09e9adcf2e9484eb15a8986dc4c1f88d29af830f18a6974a6f5ec5cbb808c039df85aad708dec822ccdd8c765507c1a62084d6173e1c0
 SHA512 
72b6725c62d7345440021e57144c637e0c5503cfd870a8626707508428dc0ba24ae183b11836c726a58de6f2103e57cb7a3be4d132f7c8b758f88463d195dcc2

diff --git a/net-analyzer/wtfis/wtfis-0.10.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.10.0.ebuild
new file mode 100644
index ..a105c7bc0d6e
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.10.0.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..12} )
+inherit distutils-r1
+
+DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
+HOMEPAGE="https://github.com/pirxthepilot/wtfis";
+
+if [[ ${PV} = "" ]]; 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.7.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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-07-12 Thread Joonas Niilola
commit: c1a1c404d9bec2149181911ef5110f4221a9b419
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Jun  4 16:13:20 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 12 12:25:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a1c404

net-analyzer/wtfis: drop 0.7.1

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37021
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/Manifest   |  1 -
 net-analyzer/wtfis/wtfis-0.7.1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 8ee896a801c6..170f1a8b7008 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,4 +1,3 @@
 DIST wtfis-0.10.0.gh.tar.gz 591068 BLAKE2B 
6d47ed65c8d215a29e81c74050fb4b2b30f9d55f96709779ac1c52e1031813fda56c5ef35956a6bdc0bbd295ac15b23f601553d3156dc773aa4da6238adb3bc3
 SHA512 
95f544a752fb836b45511dd4fb8f8bbde3ba1edba1f4bd5a90a29c5ae25d94f2ca7ed2dc400274cdb5fa7c2e2734574d496889501ab56ea761d7c20c64e737c8
-DIST wtfis-0.7.1.gh.tar.gz 548395 BLAKE2B 
fbcc19358a0a357fdc9f4b5f27d4bda60e20a118c3c3b7cdfd90fad956d2ef0375efe4f0c8a3a94bfa8a6657d5bb710eaacb403b8c3d446921b963e3e8909442
 SHA512 
9a77c17e1e922e6d17aba9c6cc7364c8b65bc401cbca311280a4eef958056238aef87c2a8891c1bce5848083d1a7e5e00b0b63ead5ffefdea80ae7baee40c845
 DIST wtfis-0.8.0.gh.tar.gz 576810 BLAKE2B 
ac4573893aacc2533fe9ed3248613d3bf5ffb390a2dcbf01fd0590093a7bf753ee8da6e67b60142111726d55928a7913bb3f7ae1a22474876dec1cb3d81d3a3c
 SHA512 
b709948d0ccd75472d9ccc0bfc4cec943700e57eccc42cc486075b8b89516fff054b6df92d6b2387bab97b80db755de575cba4b56e2bd01a6bf24f058798
 DIST wtfis-0.9.1.gh.tar.gz 590558 BLAKE2B 
e4d1b70bd979b1cdf5c09e9adcf2e9484eb15a8986dc4c1f88d29af830f18a6974a6f5ec5cbb808c039df85aad708dec822ccdd8c765507c1a62084d6173e1c0
 SHA512 
72b6725c62d7345440021e57144c637e0c5503cfd870a8626707508428dc0ba24ae183b11836c726a58de6f2103e57cb7a3be4d132f7c8b758f88463d195dcc2

diff --git a/net-analyzer/wtfis/wtfis-0.7.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.7.1.ebuild
deleted file mode 100644
index 08106d305363..
--- a/net-analyzer/wtfis/wtfis-0.7.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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..12} )
-inherit distutils-r1
-
-DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
-HOMEPAGE="https://github.com/pirxthepilot/wtfis";
-
-if [[ ${PV} = "" ]]; 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.0.3[${PYTHON_USEDEP}]
-   >=dev-python/python-dotenv-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31.0[${PYTHON_USEDEP}]
-   >=dev-python/rich-13.4.2[${PYTHON_USEDEP}]
-   =net-analyzer/shodan-1.29.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/rich[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2024-07-12 Thread Joonas Niilola
commit: 904ef830304bea888ecae561fb69c80f7ad4ba35
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Jun  4 16:13:01 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 12 12:25:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904ef830

net-analyzer/wtfis: sync live

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-analyzer/wtfis/wtfis-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index 5982358071db..a105c7bc0d6e 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -22,9 +22,9 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pydantic-2.7.1[${PYTHON_USEDEP}]
+   >=dev-python/pydantic-2.7.2[${PYTHON_USEDEP}]
>=dev-python/python-dotenv-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.31.0[${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}]
 "



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-03-18 Thread Sam James
commit: 41c3ddaf0e8edaaa4b089ecbf15045521cfb49e3
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Mar 15 20:38:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 03:12:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c3ddaf

net-analyzer/wtfis: enable py3.11

Closes: https://bugs.gentoo.org/897080
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30146
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-0.5.1.ebuild | 2 +-
 net-analyzer/wtfis/wtfis-0.6.1.ebuild | 2 +-
 net-analyzer/wtfis/wtfis-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
index 98a16230fa10..dc39ae77fcb0 100644
--- a/net-analyzer/wtfis/wtfis-0.5.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"

diff --git a/net-analyzer/wtfis/wtfis-0.6.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
index bc0d8ff31d44..4ab2cc180a22 100644
--- a/net-analyzer/wtfis/wtfis-0.6.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.6.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index bc0d8ff31d44..4ab2cc180a22 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-01-30 Thread Sam James
commit: 2278e9f9e219081709cbb7e429f4bdf66cc11064
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 31 04:03:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 31 04:03:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2278e9f9

net-analyzer/wtfis: Stabilize 0.5.1 x86, #892661

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
index bc0d8ff31d44..d3af053ab8f1 100644
--- a/net-analyzer/wtfis/wtfis-0.5.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="~amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-01-30 Thread Sam James
commit: e15fb876eefe0894da6a7141a58c6549abd15df3
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 31 05:56:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 31 05:56:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15fb876

net-analyzer/wtfis: Stabilize 0.5.1 amd64, #892661

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-0.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
index d3af053ab8f1..98a16230fa10 100644
--- a/net-analyzer/wtfis/wtfis-0.5.1.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2022-12-14 Thread Sam James
commit: 4bf22dc46001201146541febc6f83e2fa0705db3
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Mon Dec  5 22:25:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 15 04:43:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf22dc4

net-analyzer/wtfis: add 0.5.1

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/28559
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index d1f9de55cb9d..208885bb2735 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,2 +1,3 @@
 DIST wtfis-0.4.0.gh.tar.gz 459363 BLAKE2B 
10338f17700815aa8f25bd1e9587855795710925481ea3d7bd85782fea657055053d965977f601bc25d624352c97c639008d33d30aa3ac248ea7504c7e0ceaa7
 SHA512 
bb19923668e8172fd07b86159839c95a1b32d9975edcf1e9ab99bb574eae24f70c3a6bf83cc8ade66c1e5f57632625e7f604966ee06445839df87a9af4962573
 DIST wtfis-0.5.0.gh.tar.gz 461913 BLAKE2B 
57be019cda4d67943b0c1b2f99013b34351d2ded036f76939f94221218554b5c3fe8711da85f40fcd0fdfbb57df5713b4a72cd09a6b665b5893ffdb8efca493f
 SHA512 
5717ea43d63843f2b6d1e70afac12a70790284a1ed9bdae31c0ee062f77b718e19e913cfefb30cb3bdebf2f925da153354aa906349de97707ac739f736fc94ad
+DIST wtfis-0.5.1.gh.tar.gz 462958 BLAKE2B 
68d8c89e8e08ba925d5b6847656a0261aa9bfd9e998b7572a8d783c11d99ff06d27870346c8e31d2b8554a5a51b07bf6e08151c87b0a740bccc94a25259dfcb4
 SHA512 
32091d00d62a78f84e01735b9f9af2b38465c5f2258743b512616b3b43fac7389fa7ef62430e205a004b58a224b154a79fb2e860729925fc7df6a58252fa0093

diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
new file mode 100644
index ..06c4fc422fe5
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.5.1.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} = "" ]]; 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-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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2022-12-14 Thread Sam James
commit: 584d86b2b9bbdb9ca492e668db2bc067baa5a6dd
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 15 04:40:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 15 04:43:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584d86b2

net-analyzer/wtfis: sync live

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/wtfis-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
index f8b9786fcce5..06c4fc422fe5 100644
--- a/net-analyzer/wtfis/wtfis-.ebuild
+++ b/net-analyzer/wtfis/wtfis-.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="~amd64 ~loong ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2022-11-24 Thread WANG Xuerui
commit: 94b464257d4ad89b16355bac2d86b1e323279884
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Nov 24 04:05:35 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Nov 24 12:00:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b46425

net-analyzer/wtfis: keyword 0.4.0 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 net-analyzer/wtfis/wtfis-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.4.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.4.0.ebuild
index f8b9786fcce5..06c4fc422fe5 100644
--- a/net-analyzer/wtfis/wtfis-0.4.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.4.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="~amd64 ~loong ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2022-11-30 Thread Florian Schmaus
commit: 5e9c2dc89661b7753551be27e739eceda7e3d24f
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Nov 30 19:22:07 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Dec  1 07:45:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9c2dc8

net-analyzer/wtfis: add 0.5.0

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/28483
Signed-off-by: Florian Schmaus  gentoo.org>

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

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index da10d284853e..d1f9de55cb9d 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1 +1,2 @@
 DIST wtfis-0.4.0.gh.tar.gz 459363 BLAKE2B 
10338f17700815aa8f25bd1e9587855795710925481ea3d7bd85782fea657055053d965977f601bc25d624352c97c639008d33d30aa3ac248ea7504c7e0ceaa7
 SHA512 
bb19923668e8172fd07b86159839c95a1b32d9975edcf1e9ab99bb574eae24f70c3a6bf83cc8ade66c1e5f57632625e7f604966ee06445839df87a9af4962573
+DIST wtfis-0.5.0.gh.tar.gz 461913 BLAKE2B 
57be019cda4d67943b0c1b2f99013b34351d2ded036f76939f94221218554b5c3fe8711da85f40fcd0fdfbb57df5713b4a72cd09a6b665b5893ffdb8efca493f
 SHA512 
5717ea43d63843f2b6d1e70afac12a70790284a1ed9bdae31c0ee062f77b718e19e913cfefb30cb3bdebf2f925da153354aa906349de97707ac739f736fc94ad

diff --git a/net-analyzer/wtfis/wtfis-0.5.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.0.ebuild
new file mode 100644
index ..06c4fc422fe5
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-0.5.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} = "" ]]; 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-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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-01-04 Thread Arthur Zamarin
commit: a9af9b23452a21e4df71cf47a04196b10faf2e12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan  4 18:36:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan  4 18:36:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9af9b23

net-analyzer/wtfis: Stabilize 0.5.0 amd64, #889720

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-analyzer/wtfis/wtfis-0.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/wtfis/wtfis-0.5.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.0.ebuild
index 06c4fc422fe5..9c186fe068fa 100644
--- a/net-analyzer/wtfis/wtfis-0.5.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-01-04 Thread Arthur Zamarin
commit: 4c199d09bddbd8b439b12da62457ee8e8c99839f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jan  4 18:36:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jan  4 18:36:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c199d09

net-analyzer/wtfis: Stabilize 0.5.0 x86, #889720

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-analyzer/wtfis/wtfis-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/wtfis/wtfis-0.5.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.5.0.ebuild
index 9c186fe068fa..60850e0f89e8 100644
--- a/net-analyzer/wtfis/wtfis-0.5.0.ebuild
+++ b/net-analyzer/wtfis/wtfis-0.5.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = "" ]]; then
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"
+   KEYWORDS="amd64 ~loong x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2023-01-04 Thread Sam James
commit: d0b9fc1a30680760b252e4a40d21341cbcb62e50
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Jan  4 20:20:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  5 05:19:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b9fc1a

net-analyzer/wtfis: drop 0.4.0

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/28964
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/wtfis/Manifest   |  1 -
 net-analyzer/wtfis/wtfis-0.4.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
index 208885bb2735..a4df51163fbf 100644
--- a/net-analyzer/wtfis/Manifest
+++ b/net-analyzer/wtfis/Manifest
@@ -1,3 +1,2 @@
-DIST wtfis-0.4.0.gh.tar.gz 459363 BLAKE2B 
10338f17700815aa8f25bd1e9587855795710925481ea3d7bd85782fea657055053d965977f601bc25d624352c97c639008d33d30aa3ac248ea7504c7e0ceaa7
 SHA512 
bb19923668e8172fd07b86159839c95a1b32d9975edcf1e9ab99bb574eae24f70c3a6bf83cc8ade66c1e5f57632625e7f604966ee06445839df87a9af4962573
 DIST wtfis-0.5.0.gh.tar.gz 461913 BLAKE2B 
57be019cda4d67943b0c1b2f99013b34351d2ded036f76939f94221218554b5c3fe8711da85f40fcd0fdfbb57df5713b4a72cd09a6b665b5893ffdb8efca493f
 SHA512 
5717ea43d63843f2b6d1e70afac12a70790284a1ed9bdae31c0ee062f77b718e19e913cfefb30cb3bdebf2f925da153354aa906349de97707ac739f736fc94ad
 DIST wtfis-0.5.1.gh.tar.gz 462958 BLAKE2B 
68d8c89e8e08ba925d5b6847656a0261aa9bfd9e998b7572a8d783c11d99ff06d27870346c8e31d2b8554a5a51b07bf6e08151c87b0a740bccc94a25259dfcb4
 SHA512 
32091d00d62a78f84e01735b9f9af2b38465c5f2258743b512616b3b43fac7389fa7ef62430e205a004b58a224b154a79fb2e860729925fc7df6a58252fa0093

diff --git a/net-analyzer/wtfis/wtfis-0.4.0.ebuild 
b/net-analyzer/wtfis/wtfis-0.4.0.ebuild
deleted file mode 100644
index 06c4fc422fe5..
--- a/net-analyzer/wtfis/wtfis-0.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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} = "" ]]; 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-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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/

2022-11-22 Thread Sam James
commit: ec5815bc780db7720a5df13b83f1554a247b57c9
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Oct 26 19:26:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 23 01:43:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5815bc

net-analyzer/wtfis: new package, add 0.4.0, 

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/27966
Signed-off-by: Sam James  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-.ebuild  | 38 +++
 4 files changed, 99 insertions(+)

diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
new file mode 100644
index ..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 ..495aa987e99e
--- /dev/null
+++ b/net-analyzer/wtfis/metadata.xml
@@ -0,0 +1,22 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mario.haust...@hrz.tu-chemnitz.de
+   Mario Haustein
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   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.
+   
+   
+   pirxthepilot/wtfis
+   wtfis
+   
+

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 ..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} = "" ]]; 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-.ebuild 
b/net-analyzer/wtfis/wtfis-.ebuild
new file mode 100644
index ..f8b9786fcce5
--- /dev/null
+++ b/net-analyzer/wtfis/wtfis-.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} = "" ]]; 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