dev-python/pyshark - 0.6 (blshkv)

Search

Install

Install this version:

emerge -a =dev-python/pyshark-0.6

Package Information

Description:
Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
Homepage:
https://github.com/KimiNewt/pyshark
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.6 8 amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

inherit distutils-r1 pypi

DESCRIPTION="Python wrapper for tshark, allowing python packet parsing using wireshark dissectors"

HOMEPAGE="https://github.com/KimiNewt/pyshark"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~x86"

RESTRICT="test"

DEPENDENCIES="dev-python/lxml[${PYTHON_USEDEP}]
	dev-python/termcolor[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	dev-python/appdirs[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"

DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

Inherited Eclasses

Dependencies

DEPEND

dev-python/lxml[]
	dev-python/termcolor[]
	dev-python/packaging[]
	dev-python/appdirs[]

RDEPEND

dev-python/lxml[]
	dev-python/termcolor[]
	dev-python/packaging[]
	dev-python/appdirs[]

BDEPEND

dev-python/lxml[]
	dev-python/termcolor[]
	dev-python/packaging[]
	dev-python/appdirs[]