net-analyzer/ftw - 1.3.0 (pentoo)

Search

Install

Install this version:

emerge -a =net-analyzer/ftw-1.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-analyzer/ftw-1.3.0

Or alternatively:

emerge --autounmask-write -a =net-analyzer/ftw-1.3.0

Package Information

Description:
Framework for Testing WAFs
Homepage:
https://github.com/coreruleset/ftw
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.3.0 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1 pypi

DESCRIPTION="Framework for Testing WAFs"
HOMEPAGE="https://github.com/coreruleset/ftw"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"

RDEPEND="
	>=app-arch/brotli-1.0.9[python,${PYTHON_USEDEP}]
	>=dev-python/ipy-1.01[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]"
#	>=dev-python/pytest-6.2.5[${PYTHON_USEDEP}]
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p net-analyzer/ftw | euse -E <flag> -p net-analyzer/ftw | euse -D <flag> -p net-analyzer/ftw

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=app-arch/brotli-1.0.9[python,]
	>=dev-python/ipy-1.01[]
	>=dev-python/pyyaml-6.0[]
	>=dev-python/python-dateutil-2.8.2[]

RDEPEND

	>=app-arch/brotli-1.0.9[python,]
	>=dev-python/ipy-1.01[]
	>=dev-python/pyyaml-6.0[]
	>=dev-python/python-dateutil-2.8.2[]