From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7581615801B for ; Mon, 7 Aug 2023 05:06:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 677322BC025; Mon, 7 Aug 2023 05:06:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AA402BC025 for ; Mon, 7 Aug 2023 05:06:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A0EF33BE3B for ; Mon, 7 Aug 2023 05:06:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80D36F24 for ; Mon, 7 Aug 2023 05:06:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1691384615.0312b5021cc8101ed1e9bbd23dc6b814dfb749f9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wtfis/Manifest net-analyzer/wtfis/wtfis-0.5.1.ebuild X-VCS-Directories: net-analyzer/wtfis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0312b5021cc8101ed1e9bbd23dc6b814dfb749f9 X-VCS-Branch: master Date: Mon, 7 Aug 2023 05:06:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d98b5a5f-1d7e-4956-9668-2fda31c19f89 X-Archives-Hash: d9999e0b2bc4f9343f71391435635f2a commit: 0312b5021cc8101ed1e9bbd23dc6b814dfb749f9 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Sat Jul 22 22:10:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 7 05:03:35 2023 +0000 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..000000000000 --- 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} = "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git" -else - SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 ~loong x86" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - >=dev-python/pydantic-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