wfuzz: qa fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-03-20 21:52:56 -04:00
parent f95aaf8d0d
commit 102a867e28
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 16 additions and 5 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>sidhayn@gmail.com</email>
<name>Zero_Chaos</name>
</maintainer>
<upstream>
<remote-id type="github">xmendez/wfuzz</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,15 +1,14 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_SETUPTOOLS=rdepend
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 multilib
inherit distutils-r1
distutils_enable_tests pytest
#nearly all the tests fail, probably we should look into that but for now
RESTRICT=test
DESCRIPTION="Wfuzz is a tool designed for bruteforcing Web Applications"
HOMEPAGE="http://www.edge-security.com/wfuzz.php https://github.com/xmendez/wfuzz"
@ -19,11 +18,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RESTRICT=test
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}]"