Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/
Date: Thu, 02 Mar 2023 16:48:55
Message-Id: 1677775730.8d3e81ebd2b7f07eece0cb0950cce228f007199b.juippis@gentoo
1 commit: 8d3e81ebd2b7f07eece0cb0950cce228f007199b
2 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
3 AuthorDate: Fri Feb 24 18:51:06 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:48:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3e81eb
7
8 net-analyzer/wtfis: drop 0.5.0
9
10 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
11 Closes: https://github.com/gentoo/gentoo/pull/29774
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-analyzer/wtfis/Manifest | 1 -
15 net-analyzer/wtfis/wtfis-0.5.0.ebuild | 38 -----------------------------------
16 2 files changed, 39 deletions(-)
17
18 diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest
19 index 5ee88c55fe0d..7c90e8f1407d 100644
20 --- a/net-analyzer/wtfis/Manifest
21 +++ b/net-analyzer/wtfis/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST wtfis-0.5.0.gh.tar.gz 461913 BLAKE2B 57be019cda4d67943b0c1b2f99013b34351d2ded036f76939f94221218554b5c3fe8711da85f40fcd0fdfbb57df5713b4a72cd09a6b665b5893ffdb8efca493f SHA512 5717ea43d63843f2b6d1e70afac12a70790284a1ed9bdae31c0ee062f77b718e19e913cfefb30cb3bdebf2f925da153354aa906349de97707ac739f736fc94ad
24 DIST wtfis-0.5.1.gh.tar.gz 462958 BLAKE2B 68d8c89e8e08ba925d5b6847656a0261aa9bfd9e998b7572a8d783c11d99ff06d27870346c8e31d2b8554a5a51b07bf6e08151c87b0a740bccc94a25259dfcb4 SHA512 32091d00d62a78f84e01735b9f9af2b38465c5f2258743b512616b3b43fac7389fa7ef62430e205a004b58a224b154a79fb2e860729925fc7df6a58252fa0093
25 DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382 SHA512 75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3
26
27 diff --git a/net-analyzer/wtfis/wtfis-0.5.0.ebuild b/net-analyzer/wtfis/wtfis-0.5.0.ebuild
28 deleted file mode 100644
29 index 98a16230fa10..000000000000
30 --- a/net-analyzer/wtfis/wtfis-0.5.0.ebuild
31 +++ /dev/null
32 @@ -1,38 +0,0 @@
33 -# Copyright 2022-2023 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -DISTUTILS_USE_PEP517=hatchling
39 -PYTHON_COMPAT=( python3_{9..10} )
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Passive hostname, domain and IP lookup tool for non-robots"
43 -HOMEPAGE="https://github.com/pirxthepilot/wtfis"
44 -
45 -if [[ ${PV} = "9999" ]]; then
46 - inherit git-r3
47 - EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git"
48 -else
49 - SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
50 - KEYWORDS="amd64 ~loong x86"
51 -fi
52 -
53 -LICENSE="MIT"
54 -SLOT="0"
55 -
56 -RDEPEND="
57 - >=dev-python/pydantic-1.10.2[${PYTHON_USEDEP}]
58 - >=dev-python/python-dotenv-0.21.0[${PYTHON_USEDEP}]
59 - >=dev-python/requests-2.28.1[${PYTHON_USEDEP}]
60 - >=dev-python/rich-12.6.0[${PYTHON_USEDEP}]
61 - >=net-analyzer/shodan-1.28.0[${PYTHON_USEDEP}]
62 -"
63 -BDEPEND="
64 - test? (
65 - dev-python/freezegun[${PYTHON_USEDEP}]
66 - dev-python/rich[${PYTHON_USEDEP}]
67 - )
68 -"
69 -
70 -distutils_enable_tests pytest