wfuzz: drop 3.0.3

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-03-20 21:50:15 -04:00
parent f886783f64
commit f95aaf8d0d
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 35 deletions

View file

@ -1,2 +1 @@
DIST wfuzz-3.0.3.tar.gz 435169 BLAKE2B de7b2686ad2f40c3b8f7bc8670c378ce7a92b74e714572c90e1608cd0c0880a2d6d43e33f125371a2105513e477d65321e38729935e3e9334a7359ea3a4a8e29 SHA512 d714b5168ab62ee0707b8ac5219493cec786cfa5f15123971cf27a42aedbe6170ef0cbe2e004a58bb8daaab6b2833fea336806727147adb8c3f74a38ac35009d
DIST wfuzz-3.1.0.tar.gz 441721 BLAKE2B f31654a38a025b986c5669f5537d33c35ee155b10b162a97ec749877ff796764f1b4976e6ee48740f4fbca7c80e7dcb233a63483b99ac359b7a84629067ace4a SHA512 5b340679794775a04aa375f36f01765abbff5118cb51041cd367a1af1b7c06ef6506412bb411c06efa2f09cecc3c4cf3359e204ef41775e0a248135a35f83402

View file

@ -1,34 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 multilib
DESCRIPTION="Wfuzz is a tool designed for bruteforcing Web Applications"
HOMEPAGE="http://www.edge-security.com/wfuzz.php https://github.com/xmendez/wfuzz"
SRC_URI="https://github.com/xmendez/wfuzz/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
>=dev-python/pycurl-7.43.0.2[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.3.0[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/shodan[${PYTHON_USEDEP}]"
#python_prepare_all() {
#https://github.com/xmendez/wfuzz/issues/215
# sed -e "/'pytest',/d" -i setup.py || die "sed failed"
# # https://github.com/xmendez/wfuzz/pull/214
# sed -e "s|pyparsing>2.4\*|pyparsing>=2.4\*|" -i setup.py || die "sed failed"
# distutils-r1_python_prepare_all
#}