net-analyzer/flent - 9999 (pkalin)

Search

Install

Install this version:

emerge -a =net-analyzer/flent-9999

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

autounmask =net-analyzer/flent-9999

Or alternatively:

emerge --autounmask-write -a =net-analyzer/flent-9999

Package Information

Description:
The FLExible Network Tester
Homepage:
https://flent.org/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 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 xdg git-r3

DESCRIPTION="The FLExible Network Tester"
HOMEPAGE="https://flent.org/"
EGIT_REPO_URI="https://github.com/tohojo/${PN}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+gui"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
	gui? (
		>=dev-python/matplotlib-3.10.0[${PYTHON_USEDEP}]
		dev-python/pyqt6[${PYTHON_USEDEP}] )
	net-analyzer/netperf[demo]
	net-misc/iperf
	net-analyzer/fping
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

distutils_enable_tests unittest

src_prepare () {
	default
	sed -i -e "s#share/doc/${PN}#share/doc/${PF}#g" setup.py || die "Sed failed!"
}

USE Flags

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

Global/Standard Flags

gui
Default: Enabled (+)

Inherited Eclasses

xdg

Dependencies

DEPEND

dev-python/setuptools[]

RDEPEND

	gui? (
		>=dev-python/matplotlib-3.10.0[]
		dev-python/pyqt6[] )
	net-analyzer/netperf[demo]
	net-misc/iperf
	net-analyzer/fping