From 7228e7507f59b8f0982c3a68cc5ba8ea35ce1a76 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 2 Mar 2023 19:31:55 +0000 Subject: gentoo auto-resync : 02:03:2023 - 19:31:55 --- net-analyzer/wtfis/Manifest | 4 ++-- net-analyzer/wtfis/wtfis-0.5.0.ebuild | 38 ----------------------------------- net-analyzer/wtfis/wtfis-0.6.1.ebuild | 38 +++++++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 net-analyzer/wtfis/wtfis-0.5.0.ebuild create mode 100644 net-analyzer/wtfis/wtfis-0.6.1.ebuild (limited to 'net-analyzer/wtfis') diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest index a393b6cab341..d73b6f45e957 100644 --- a/net-analyzer/wtfis/Manifest +++ b/net-analyzer/wtfis/Manifest @@ -1,6 +1,6 @@ -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 -EBUILD wtfis-0.5.0.ebuild 974 BLAKE2B 051eb9c0b2c590ad48b5cb8901d03ff6c762e240ff92ea1f508101460d801b668c49c04fcfe7285fb079a5f16bb0f8ace12ec5c32c538e6ec23fa9c93fc7d495 SHA512 716d3e80980e34f5c8c8bfb0e5155a21a329b4d38bef52b11d3d44c1d0e271326358a565e893baba0cb4cf952a36d1cd3121da13fb855630abb1d5e000fc86ce +DIST wtfis-0.6.1.gh.tar.gz 472803 BLAKE2B 9764d54d88bc8709b67673200a295bc0520438733b45c98d779e088bbcf57778007caf7fa0dcafed881d94bb6b7216f8f00b30b0b0bd528252c18e449865c382 SHA512 75f44416979f7196879a5a3f528caed7154c29f6a79b9ba116bba98f609b5d4bf9f2f78c2eba1e1629fa9f50c60b5678adac98150843fc1ffbedff8bcae3f0f3 EBUILD wtfis-0.5.1.ebuild 974 BLAKE2B 051eb9c0b2c590ad48b5cb8901d03ff6c762e240ff92ea1f508101460d801b668c49c04fcfe7285fb079a5f16bb0f8ace12ec5c32c538e6ec23fa9c93fc7d495 SHA512 716d3e80980e34f5c8c8bfb0e5155a21a329b4d38bef52b11d3d44c1d0e271326358a565e893baba0cb4cf952a36d1cd3121da13fb855630abb1d5e000fc86ce +EBUILD wtfis-0.6.1.ebuild 976 BLAKE2B 32841c8bad91956864cb9444a6593d46bdd6f6087391bc92afde22fbd79580e1e404df4cb52f8ce36a1764bc23218b649e07b1b5d50484d75edb6fcebe4655c0 SHA512 8a3052e23945bd43c2d32ed8f868cde9685b00f29ec2706c4aabf8ed34a48ddea13afd545a31def9acfa9fcd7aaa39896a5cb3cce9f2399f868bd6b45a2fae52 EBUILD wtfis-9999.ebuild 976 BLAKE2B 32841c8bad91956864cb9444a6593d46bdd6f6087391bc92afde22fbd79580e1e404df4cb52f8ce36a1764bc23218b649e07b1b5d50484d75edb6fcebe4655c0 SHA512 8a3052e23945bd43c2d32ed8f868cde9685b00f29ec2706c4aabf8ed34a48ddea13afd545a31def9acfa9fcd7aaa39896a5cb3cce9f2399f868bd6b45a2fae52 MISC metadata.xml 855 BLAKE2B 552b9998e0eada39d9a0f0e092c566e9a75c5ac2e2360df66d9b7334e663a9fb4a82be51f31623f31644e2863d78570405dc94e36769be7cbbcc3539cf49d920 SHA512 56593e8b58a019e4cdbf23946331c34f66fc72e318271916b33f3f63ccfb2d7a546dcbf05fcd0bd0bce9e5e0ce8f7b0cfd621b4b938c0eed135c34d025fdfc32 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..000000000000 --- 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} = "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 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 000000000000..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} = "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 -- cgit v1.2.3