diff --git a/net-analyzer/wfuzz/metadata.xml b/net-analyzer/wfuzz/metadata.xml new file mode 100644 index 000000000..e05358758 --- /dev/null +++ b/net-analyzer/wfuzz/metadata.xml @@ -0,0 +1,11 @@ + + + + + sidhayn@gmail.com + Zero_Chaos + + + xmendez/wfuzz + + diff --git a/net-analyzer/wfuzz/wfuzz-3.1.0.ebuild b/net-analyzer/wfuzz/wfuzz-3.1.0-r1.ebuild similarity index 89% rename from net-analyzer/wfuzz/wfuzz-3.1.0.ebuild rename to net-analyzer/wfuzz/wfuzz-3.1.0-r1.ebuild index fa2f31e95..129f8c36f 100644 --- a/net-analyzer/wfuzz/wfuzz-3.1.0.ebuild +++ b/net-analyzer/wfuzz/wfuzz-3.1.0-r1.ebuild @@ -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}]"