diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-05 12:08:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-05 12:08:58 +0000 |
commit | f29a41111b3a606f5d95049b1ba92daabbc68cc0 (patch) | |
tree | 310589df1ffb427b1a0595a329cfb2845335b778 /net-analyzer/wtfis | |
parent | 083bdfbef9bc532b72cf116591025916eebaf676 (diff) |
gentoo auto-resync : 05:01:2023 - 12:08:57
Diffstat (limited to 'net-analyzer/wtfis')
-rw-r--r-- | net-analyzer/wtfis/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.4.0.ebuild | 38 |
2 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/wtfis/Manifest b/net-analyzer/wtfis/Manifest index 0fc444356b8e..120275792144 100644 --- a/net-analyzer/wtfis/Manifest +++ b/net-analyzer/wtfis/Manifest @@ -1,7 +1,5 @@ -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 -EBUILD wtfis-0.4.0.ebuild 971 BLAKE2B d95c1f70bd78be840ea7529c4149858ab6c1366777beb04f1c6d5a7d6a3c7b5d2875c26d74b86c2c2d597ca2dbce8ec26a655eb9f173ae79a6ec86140d2961af SHA512 b466bacaeac22182c61beed690546d664b9d8f7d10f7b1222423a7d45bd1db274aaa7285c1cfde7d7e463d5de69929dc220bdcdfedcbb07f515879eb4304847f EBUILD wtfis-0.5.0.ebuild 974 BLAKE2B afb92905fcb6e0e0d58da9ab2f8572028217875c0415e42850a4d02b7b5d15d6e7a73325a4e773cd1b8a3f13f5971816c7886e69924a378bef918d33a5dd5f27 SHA512 04a9cc38022df601c5da5d52c0abe409bbd4fa9d82473caa9e1ffd472399292bdb146ed26ab7e159242c746c1d28d773d644cae1b8a4870a887956d1b64ec6c7 EBUILD wtfis-0.5.1.ebuild 971 BLAKE2B d95c1f70bd78be840ea7529c4149858ab6c1366777beb04f1c6d5a7d6a3c7b5d2875c26d74b86c2c2d597ca2dbce8ec26a655eb9f173ae79a6ec86140d2961af SHA512 b466bacaeac22182c61beed690546d664b9d8f7d10f7b1222423a7d45bd1db274aaa7285c1cfde7d7e463d5de69929dc220bdcdfedcbb07f515879eb4304847f EBUILD wtfis-9999.ebuild 971 BLAKE2B d95c1f70bd78be840ea7529c4149858ab6c1366777beb04f1c6d5a7d6a3c7b5d2875c26d74b86c2c2d597ca2dbce8ec26a655eb9f173ae79a6ec86140d2961af SHA512 b466bacaeac22182c61beed690546d664b9d8f7d10f7b1222423a7d45bd1db274aaa7285c1cfde7d7e463d5de69929dc220bdcdfedcbb07f515879eb4304847f 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..000000000000 --- 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} = "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 |