Package Details: python-pyshark 0.6-1

Git Clone URL: https://aur.archlinux.org/pyshark.git (read-only, click to copy)
Package Base: pyshark
Description: Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
Upstream URL: https://github.com/KimiNewt/pyshark
Licenses: MIT
Submitter: anthraxx
Maintainer: adsun
Last Packager: adsun
Votes: 9
Popularity: 0.000000
First Submitted: 2015-02-27 01:00 (UTC)
Last Updated: 2023-04-26 11:25 (UTC)

Latest Comments

adsun commented on 2019-09-21 23:29 (UTC)

Since version 0.4.2.3, python2 is unsupported and thus has been dropped with this package.

drws commented on 2018-05-18 13:19 (UTC) (edited on 2018-05-18 13:21 (UTC) by drws)

The build is failing for me:

Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/_pytest/config.py", line 334, in _getconftestmodules
return self._path2confmods[path]
KeyError: local('/home/user/.cache/pacaur/pyshark/src/pyshark-0.3.7.2/tests')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/_pytest/config.py", line 365, in _importconftest
return self._conftestpath2mod[conftestpath]
KeyError: local('/home/user/.cache/pacaur/pyshark/src/pyshark-0.3.7.2/tests/conftest.py')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/_pytest/config.py", line 371, in _importconftest
mod = conftestpath.pyimport()
File "/usr/lib/python3.6/site-packages/py/_path/local.py", line 668, in pyimport
__import__(modname)
File "/usr/lib/python3.6/site-packages/_pytest/assertion/rewrite.py", line 213, in load_module
py.builtin.exec_(co, mod.__dict__)
File "/home/user/.cache/pacaur/pyshark/src/pyshark-0.3.7.2/tests/conftest.py", line 5, in <module>
import pyshark
ModuleNotFoundError: No module named 'pyshark'
ERROR: could not load /home/user/.cache/pacaur/pyshark/src/pyshark-0.3.7.2/tests/conftest.py

bastelfreak commented on 2016-11-11 13:25 (UTC)

Hi, I'm unable to build the PKGBUID: ==> Starting check()... ==> ERROR: Tests only work when the build user belongs to the 'wireshark' group! ==> ERROR: Build failed, check /mnt/aur/build_test/pyshark/build full build log is available here: https://ci.virtapi.org/job/Arch_Package_pyshark/1/console

wicast commented on 2016-04-07 16:00 (UTC)

Dependency python-py is missing.